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