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