#f29b0f
a balanced, electric orange · warm · closest name: orange
RGB
242, 155, 15
HSL
37°, 90%, 50%
CMYK
0, 36, 94, 5
Luminance
0.4235
Every format
| HEX | #f29b0f |
| RGB | rgb(242, 155, 15) |
| HSL | hsl(37, 90%, 50%) |
| CMYK | cmyk(0%, 36%, 94%, 5%) |
| LAB | lab(71.1 23.9 73.8) |
| LCH | lch(71.1 77.5 72.1) |
| OKLCH | oklch(0.760 0.163 69.3) |
Copy-ready code
/* CSS */
color: #f29b0f;
background-color: #f29b0f;
/* Tailwind (arbitrary) */
class="text-[#f29b0f] bg-[#f29b0f]"
/* SCSS */
$brand: #f29b0f;
/* SwiftUI */
Color(red: 0.949, green: 0.608, blue: 0.059)
/* Android */
Color.parseColor("#f29b0f")Accessibility — WCAG contrast
Aa
#f29b0f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29b0f on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow93.8%
Key (black)5.1%
Color previews
#f29b0f text on a black background
contrast 9.47:1
Card sample
#f29b0f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29b0f;
Background color
Panel with #f29b0f background
background-color: #f29b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 155, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 155, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29b0f; background: linear-gradient(135deg, #f29b0f, #B2F20F);