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