#fd9902
a balanced, electric orange · warm · closest name: orange
RGB
253, 153, 2
HSL
36°, 98%, 50%
CMYK
0, 40, 99, 1
Luminance
0.4367
Every format
| HEX | #fd9902 |
| RGB | rgb(253, 153, 2) |
| HSL | hsl(36, 98%, 50%) |
| CMYK | cmyk(0%, 40%, 99%, 1%) |
| LAB | lab(72.0 29.4 76.7) |
| LCH | lch(72.0 82.1 69.1) |
| OKLCH | oklch(0.769 0.172 65.1) |
Copy-ready code
/* CSS */
color: #fd9902;
background-color: #fd9902;
/* Tailwind (arbitrary) */
class="text-[#fd9902] bg-[#fd9902]"
/* SCSS */
$brand: #fd9902;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.008)
/* Android */
Color.parseColor("#fd9902")Accessibility — WCAG contrast
Aa
#fd9902 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9902 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow99.2%
Key (black)0.8%
Color previews
#fd9902 text on a black background
contrast 9.73:1
Card sample
#fd9902 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9902;
Background color
Panel with #fd9902 background
background-color: #fd9902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9902; background: linear-gradient(135deg, #fd9902, #BAFD02);