#fc570b
a balanced, electric orange · warm · closest name: red
RGB
252, 87, 11
HSL
19°, 98%, 52%
CMYK
0, 66, 96, 1
Luminance
0.2754
Every format
| HEX | #fc570b |
| RGB | rgb(252, 87, 11) |
| HSL | hsl(19, 98%, 52%) |
| CMYK | cmyk(0%, 66%, 96%, 1%) |
| LAB | lab(59.5 60.4 67.5) |
| LCH | lch(59.5 90.6 48.2) |
| OKLCH | oklch(0.673 0.212 39.0) |
Copy-ready code
/* CSS */
color: #fc570b;
background-color: #fc570b;
/* Tailwind (arbitrary) */
class="text-[#fc570b] bg-[#fc570b]"
/* SCSS */
$brand: #fc570b;
/* SwiftUI */
Color(red: 0.988, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#fc570b")Accessibility — WCAG contrast
Aa
#fc570b on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc570b on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow95.6%
Key (black)1.2%
Color previews
#fc570b text on a black background
contrast 6.51:1
Card sample
#fc570b text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc570b;
Background color
Panel with #fc570b background
background-color: #fc570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc570b; background: linear-gradient(135deg, #fc570b, #FCF80B);