#fd902a
a balanced, electric orange · warm · closest name: orange
RGB
253, 144, 42
HSL
29°, 98%, 58%
CMYK
0, 43, 83, 1
Luminance
0.4100
Every format
| HEX | #fd902a |
| RGB | rgb(253, 144, 42) |
| HSL | hsl(29, 98%, 58%) |
| CMYK | cmyk(0%, 43%, 83%, 1%) |
| LAB | lab(70.2 34.6 66.9) |
| LCH | lch(70.2 75.3 62.7) |
| OKLCH | oklch(0.756 0.168 57.5) |
Copy-ready code
/* CSS */
color: #fd902a;
background-color: #fd902a;
/* Tailwind (arbitrary) */
class="text-[#fd902a] bg-[#fd902a]"
/* SCSS */
$brand: #fd902a;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.165)
/* Android */
Color.parseColor("#fd902a")Accessibility — WCAG contrast
Aa
#fd902a on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd902a on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow83.4%
Key (black)0.8%
Color previews
#fd902a text on a black background
contrast 9.20:1
Card sample
#fd902a text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd902a;
Background color
Panel with #fd902a background
background-color: #fd902a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd902a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd902a; background: linear-gradient(135deg, #fd902a, #DDFD2A);