#fc5413
a balanced, electric orange · warm · closest name: red
RGB
252, 84, 19
HSL
17°, 98%, 53%
CMYK
0, 67, 93, 1
Luminance
0.2708
Every format
| HEX | #fc5413 |
| RGB | rgb(252, 84, 19) |
| HSL | hsl(17, 98%, 53%) |
| CMYK | cmyk(0%, 67%, 93%, 1%) |
| LAB | lab(59.1 61.6 65.5) |
| LCH | lch(59.1 89.9 46.7) |
| OKLCH | oklch(0.670 0.214 37.7) |
Copy-ready code
/* CSS */
color: #fc5413;
background-color: #fc5413;
/* Tailwind (arbitrary) */
class="text-[#fc5413] bg-[#fc5413]"
/* SCSS */
$brand: #fc5413;
/* SwiftUI */
Color(red: 0.988, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#fc5413")Accessibility — WCAG contrast
Aa
#fc5413 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc5413 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow92.5%
Key (black)1.2%
Color previews
#fc5413 text on a black background
contrast 6.42:1
Card sample
#fc5413 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5413;
Background color
Panel with #fc5413 background
background-color: #fc5413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5413; background: linear-gradient(135deg, #fc5413, #FCEF13);