#fc8913
a balanced, electric orange · warm · closest name: orange
RGB
252, 137, 19
HSL
30°, 98%, 53%
CMYK
0, 46, 93, 1
Luminance
0.3863
Every format
| HEX | #fc8913 |
| RGB | rgb(252, 137, 19) |
| HSL | hsl(30, 98%, 53%) |
| CMYK | cmyk(0%, 46%, 93%, 1%) |
| LAB | lab(68.5 37.3 71.8) |
| LCH | lch(68.5 80.9 62.5) |
| OKLCH | oklch(0.742 0.176 56.7) |
Copy-ready code
/* CSS */
color: #fc8913;
background-color: #fc8913;
/* Tailwind (arbitrary) */
class="text-[#fc8913] bg-[#fc8913]"
/* SCSS */
$brand: #fc8913;
/* SwiftUI */
Color(red: 0.988, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#fc8913")Accessibility — WCAG contrast
Aa
#fc8913 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8913 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow92.5%
Key (black)1.2%
Color previews
#fc8913 text on a black background
contrast 8.73:1
Card sample
#fc8913 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8913;
Background color
Panel with #fc8913 background
background-color: #fc8913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8913; background: linear-gradient(135deg, #fc8913, #D4FC13);