#fc8317
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 131, 23
HSL
28°, 97%, 54%
CMYK
0, 48, 91, 1
Luminance
0.3699
Every format
| HEX | #fc8317 |
| RGB | rgb(252, 131, 23) |
| HSL | hsl(28, 97%, 54%) |
| CMYK | cmyk(0%, 48%, 91%, 1%) |
| LAB | lab(67.3 40.4 70.1) |
| LCH | lch(67.3 80.9 60.0) |
| OKLCH | oklch(0.733 0.179 53.6) |
Copy-ready code
/* CSS */
color: #fc8317;
background-color: #fc8317;
/* Tailwind (arbitrary) */
class="text-[#fc8317] bg-[#fc8317]"
/* SCSS */
$brand: #fc8317;
/* SwiftUI */
Color(red: 0.988, green: 0.514, blue: 0.090)
/* Android */
Color.parseColor("#fc8317")Accessibility — WCAG contrast
Aa
#fc8317 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8317 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.4%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow90.9%
Key (black)1.2%
Color previews
#fc8317 text on a black background
contrast 8.40:1
Card sample
#fc8317 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8317;
Background color
Panel with #fc8317 background
background-color: #fc8317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 131, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 131, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8317; background: linear-gradient(135deg, #fc8317, #DCFC17);