#fd9012
a balanced, electric orange · warm · closest name: orange
RGB
253, 144, 18
HSL
32°, 98%, 53%
CMYK
0, 43, 93, 1
Luminance
0.4087
Every format
| HEX | #fd9012 |
| RGB | rgb(253, 144, 18) |
| HSL | hsl(32, 98%, 53%) |
| CMYK | cmyk(0%, 43%, 93%, 1%) |
| LAB | lab(70.1 34.1 73.2) |
| LCH | lch(70.1 80.8 65.0) |
| OKLCH | oklch(0.755 0.174 59.9) |
Copy-ready code
/* CSS */
color: #fd9012;
background-color: #fd9012;
/* Tailwind (arbitrary) */
class="text-[#fd9012] bg-[#fd9012]"
/* SCSS */
$brand: #fd9012;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.071)
/* Android */
Color.parseColor("#fd9012")Accessibility — WCAG contrast
Aa
#fd9012 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9012 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow92.9%
Key (black)0.8%
Color previews
#fd9012 text on a black background
contrast 9.17:1
Card sample
#fd9012 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9012;
Background color
Panel with #fd9012 background
background-color: #fd9012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9012; background: linear-gradient(135deg, #fd9012, #CDFD12);