#fc8313
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 131, 19
HSL
29°, 98%, 53%
CMYK
0, 48, 93, 1
Luminance
0.3698
Every format
| HEX | #fc8313 |
| RGB | rgb(252, 131, 19) |
| HSL | hsl(29, 98%, 53%) |
| CMYK | cmyk(0%, 48%, 93%, 1%) |
| LAB | lab(67.3 40.3 71.0) |
| LCH | lch(67.3 81.6 60.4) |
| OKLCH | oklch(0.733 0.179 54.0) |
Copy-ready code
/* CSS */
color: #fc8313;
background-color: #fc8313;
/* Tailwind (arbitrary) */
class="text-[#fc8313] bg-[#fc8313]"
/* SCSS */
$brand: #fc8313;
/* SwiftUI */
Color(red: 0.988, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#fc8313")Accessibility — WCAG contrast
Aa
#fc8313 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8313 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fc8313 text on a black background
contrast 8.40:1
Card sample
#fc8313 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8313;
Background color
Panel with #fc8313 background
background-color: #fc8313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8313; background: linear-gradient(135deg, #fc8313, #DAFC13);