#f99921
a balanced, electric orange · warm · closest name: orange
RGB
249, 153, 33
HSL
33°, 95%, 55%
CMYK
0, 39, 87, 2
Luminance
0.4303
Every format
| HEX | #f99921 |
| RGB | rgb(249, 153, 33) |
| HSL | hsl(33, 95%, 55%) |
| CMYK | cmyk(0%, 39%, 87%, 2%) |
| LAB | lab(71.6 28.1 70.6) |
| LCH | lch(71.6 76.0 68.3) |
| OKLCH | oklch(0.765 0.164 64.5) |
Copy-ready code
/* CSS */
color: #f99921;
background-color: #f99921;
/* Tailwind (arbitrary) */
class="text-[#f99921] bg-[#f99921]"
/* SCSS */
$brand: #f99921;
/* SwiftUI */
Color(red: 0.976, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#f99921")Accessibility — WCAG contrast
Aa
#f99921 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99921 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow86.7%
Key (black)2.4%
Color previews
#f99921 text on a black background
contrast 9.61:1
Card sample
#f99921 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99921;
Background color
Panel with #f99921 background
background-color: #f99921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99921; background: linear-gradient(135deg, #f99921, #C9F921);