#fd8902
a balanced, electric orange · warm · closest name: orange
RGB
253, 137, 2
HSL
32°, 98%, 50%
CMYK
0, 46, 99, 1
Luminance
0.3878
Every format
| HEX | #fd8902 |
| RGB | rgb(253, 137, 2) |
| HSL | hsl(32, 98%, 50%) |
| CMYK | cmyk(0%, 46%, 99%, 1%) |
| LAB | lab(68.6 37.6 74.5) |
| LCH | lch(68.6 83.5 63.3) |
| OKLCH | oklch(0.743 0.179 57.3) |
Copy-ready code
/* CSS */
color: #fd8902;
background-color: #fd8902;
/* Tailwind (arbitrary) */
class="text-[#fd8902] bg-[#fd8902]"
/* SCSS */
$brand: #fd8902;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.008)
/* Android */
Color.parseColor("#fd8902")Accessibility — WCAG contrast
Aa
#fd8902 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8902 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow99.2%
Key (black)0.8%
Color previews
#fd8902 text on a black background
contrast 8.76:1
Card sample
#fd8902 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8902;
Background color
Panel with #fd8902 background
background-color: #fd8902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8902; background: linear-gradient(135deg, #fd8902, #CAFD02);