#fc8024
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 128, 36
HSL
26°, 97%, 57%
CMYK
0, 49, 86, 1
Luminance
0.3626
Every format
| HEX | #fc8024 |
| RGB | rgb(252, 128, 36) |
| HSL | hsl(26, 97%, 57%) |
| CMYK | cmyk(0%, 49%, 86%, 1%) |
| LAB | lab(66.7 42.1 66.0) |
| LCH | lch(66.7 78.3 57.4) |
| OKLCH | oklch(0.729 0.178 50.9) |
Copy-ready code
/* CSS */
color: #fc8024;
background-color: #fc8024;
/* Tailwind (arbitrary) */
class="text-[#fc8024] bg-[#fc8024]"
/* SCSS */
$brand: #fc8024;
/* SwiftUI */
Color(red: 0.988, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#fc8024")Accessibility — WCAG contrast
Aa
#fc8024 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8024 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow85.7%
Key (black)1.2%
Color previews
#fc8024 text on a black background
contrast 8.25:1
Card sample
#fc8024 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8024;
Background color
Panel with #fc8024 background
background-color: #fc8024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8024; background: linear-gradient(135deg, #fc8024, #E8FC24);