#fd802b
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 128, 43
HSL
24°, 98%, 58%
CMYK
0, 49, 83, 1
Luminance
0.3650
Every format
| HEX | #fd802b |
| RGB | rgb(253, 128, 43) |
| HSL | hsl(24, 98%, 58%) |
| CMYK | cmyk(0%, 49%, 83%, 1%) |
| LAB | lab(66.9 42.7 63.7) |
| LCH | lch(66.9 76.7 56.2) |
| OKLCH | oklch(0.731 0.177 49.7) |
Copy-ready code
/* CSS */
color: #fd802b;
background-color: #fd802b;
/* Tailwind (arbitrary) */
class="text-[#fd802b] bg-[#fd802b]"
/* SCSS */
$brand: #fd802b;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.169)
/* Android */
Color.parseColor("#fd802b")Accessibility — WCAG contrast
Aa
#fd802b on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd802b on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow83.0%
Key (black)0.8%
Color previews
#fd802b text on a black background
contrast 8.30:1
Card sample
#fd802b text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd802b;
Background color
Panel with #fd802b background
background-color: #fd802b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd802b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd802b; background: linear-gradient(135deg, #fd802b, #EEFD2B);