#fd730b
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 115, 11
HSL
26°, 98%, 52%
CMYK
0, 55, 96, 1
Luminance
0.3317
Every format
| HEX | #fd730b |
| RGB | rgb(253, 115, 11) |
| HSL | hsl(26, 98%, 52%) |
| CMYK | cmyk(0%, 55%, 96%, 1%) |
| LAB | lab(64.3 48.4 70.5) |
| LCH | lch(64.3 85.6 55.5) |
| OKLCH | oklch(0.710 0.192 47.7) |
Copy-ready code
/* CSS */
color: #fd730b;
background-color: #fd730b;
/* Tailwind (arbitrary) */
class="text-[#fd730b] bg-[#fd730b]"
/* SCSS */
$brand: #fd730b;
/* SwiftUI */
Color(red: 0.992, green: 0.451, blue: 0.043)
/* Android */
Color.parseColor("#fd730b")Accessibility — WCAG contrast
Aa
#fd730b on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd730b on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow95.7%
Key (black)0.8%
Color previews
#fd730b text on a black background
contrast 7.63:1
Card sample
#fd730b text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd730b;
Background color
Panel with #fd730b background
background-color: #fd730b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd730b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 115, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 115, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd730b; background: linear-gradient(135deg, #fd730b, #E6FD0B);