#f09024
a balanced, electric orange · warm · closest name: orange
RGB
240, 144, 36
HSL
32°, 87%, 54%
CMYK
0, 40, 85, 6
Luminance
0.3860
Every format
| HEX | #f09024 |
| RGB | rgb(240, 144, 36) |
| HSL | hsl(32, 87%, 54%) |
| CMYK | cmyk(0%, 40%, 85%, 6%) |
| LAB | lab(68.5 29.1 66.7) |
| LCH | lch(68.5 72.8 66.4) |
| OKLCH | oklch(0.739 0.159 62.1) |
Copy-ready code
/* CSS */
color: #f09024;
background-color: #f09024;
/* Tailwind (arbitrary) */
class="text-[#f09024] bg-[#f09024]"
/* SCSS */
$brand: #f09024;
/* SwiftUI */
Color(red: 0.941, green: 0.565, blue: 0.141)
/* Android */
Color.parseColor("#f09024")Accessibility — WCAG contrast
Aa
#f09024 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09024 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green56.5%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow85.0%
Key (black)5.9%
Color previews
#f09024 text on a black background
contrast 8.72:1
Card sample
#f09024 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09024;
Background color
Panel with #f09024 background
background-color: #f09024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 144, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 144, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09024; background: linear-gradient(135deg, #f09024, #C8F024);