#fc8022
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 128, 34
HSL
26°, 97%, 56%
CMYK
0, 49, 87, 1
Luminance
0.3625
Every format
| HEX | #fc8022 |
| RGB | rgb(252, 128, 34) |
| HSL | hsl(26, 97%, 56%) |
| CMYK | cmyk(0%, 49%, 87%, 1%) |
| LAB | lab(66.7 42.1 66.6) |
| LCH | lch(66.7 78.8 57.7) |
| OKLCH | oklch(0.729 0.178 51.1) |
Copy-ready code
/* CSS */
color: #fc8022;
background-color: #fc8022;
/* Tailwind (arbitrary) */
class="text-[#fc8022] bg-[#fc8022]"
/* SCSS */
$brand: #fc8022;
/* SwiftUI */
Color(red: 0.988, green: 0.502, blue: 0.133)
/* Android */
Color.parseColor("#fc8022")Accessibility — WCAG contrast
Aa
#fc8022 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8022 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green50.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow86.5%
Key (black)1.2%
Color previews
#fc8022 text on a black background
contrast 8.25:1
Card sample
#fc8022 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8022;
Background color
Panel with #fc8022 background
background-color: #fc8022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 128, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 128, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8022; background: linear-gradient(135deg, #fc8022, #E7FC22);