#fa7021
a balanced, electric orange · warm · closest name: chocolate
RGB
250, 112, 33
HSL
22°, 96%, 56%
CMYK
0, 55, 87, 2
Luminance
0.3202
Every format
| HEX | #fa7021 |
| RGB | rgb(250, 112, 33) |
| HSL | hsl(22, 96%, 56%) |
| CMYK | cmyk(0%, 55%, 87%, 2%) |
| LAB | lab(63.4 49.0 64.2) |
| LCH | lch(63.4 80.8 52.6) |
| OKLCH | oklch(0.703 0.188 45.1) |
Copy-ready code
/* CSS */
color: #fa7021;
background-color: #fa7021;
/* Tailwind (arbitrary) */
class="text-[#fa7021] bg-[#fa7021]"
/* SCSS */
$brand: #fa7021;
/* SwiftUI */
Color(red: 0.980, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#fa7021")Accessibility — WCAG contrast
Aa
#fa7021 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa7021 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow86.8%
Key (black)2.0%
Color previews
#fa7021 text on a black background
contrast 7.40:1
Card sample
#fa7021 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa7021;
Background color
Panel with #fa7021 background
background-color: #fa7021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa7021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa7021; background: linear-gradient(135deg, #fa7021, #F3FA21);