#fc8713
a balanced, electric orange · warm · closest name: orange
RGB
252, 135, 19
HSL
30°, 98%, 53%
CMYK
0, 46, 93, 1
Luminance
0.3807
Every format
| HEX | #fc8713 |
| RGB | rgb(252, 135, 19) |
| HSL | hsl(30, 98%, 53%) |
| CMYK | cmyk(0%, 46%, 93%, 1%) |
| LAB | lab(68.1 38.3 71.5) |
| LCH | lch(68.1 81.2 61.8) |
| OKLCH | oklch(0.739 0.177 55.8) |
Copy-ready code
/* CSS */
color: #fc8713;
background-color: #fc8713;
/* Tailwind (arbitrary) */
class="text-[#fc8713] bg-[#fc8713]"
/* SCSS */
$brand: #fc8713;
/* SwiftUI */
Color(red: 0.988, green: 0.529, blue: 0.075)
/* Android */
Color.parseColor("#fc8713")Accessibility — WCAG contrast
Aa
#fc8713 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8713 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow92.5%
Key (black)1.2%
Color previews
#fc8713 text on a black background
contrast 8.61:1
Card sample
#fc8713 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8713;
Background color
Panel with #fc8713 background
background-color: #fc8713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 135, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 135, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8713; background: linear-gradient(135deg, #fc8713, #D6FC13);