#fc7913
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 121, 19
HSL
26°, 98%, 53%
CMYK
0, 52, 93, 1
Luminance
0.3442
Every format
| HEX | #fc7913 |
| RGB | rgb(252, 121, 19) |
| HSL | hsl(26, 98%, 53%) |
| CMYK | cmyk(0%, 52%, 93%, 1%) |
| LAB | lab(65.3 45.3 69.6) |
| LCH | lch(65.3 83.0 57.0) |
| OKLCH | oklch(0.718 0.186 49.7) |
Copy-ready code
/* CSS */
color: #fc7913;
background-color: #fc7913;
/* Tailwind (arbitrary) */
class="text-[#fc7913] bg-[#fc7913]"
/* SCSS */
$brand: #fc7913;
/* SwiftUI */
Color(red: 0.988, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#fc7913")Accessibility — WCAG contrast
Aa
#fc7913 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7913 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fc7913 text on a black background
contrast 7.88:1
Card sample
#fc7913 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7913;
Background color
Panel with #fc7913 background
background-color: #fc7913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7913; background: linear-gradient(135deg, #fc7913, #E4FC13);