#fa6021
a balanced, electric orange · warm · closest name: tomato
RGB
250, 96, 33
HSL
17°, 96%, 56%
CMYK
0, 62, 87, 2
Luminance
0.2880
Every format
| HEX | #fa6021 |
| RGB | rgb(250, 96, 33) |
| HSL | hsl(17, 96%, 56%) |
| CMYK | cmyk(0%, 62%, 87%, 2%) |
| LAB | lab(60.6 56.2 62.0) |
| LCH | lch(60.6 83.7 47.8) |
| OKLCH | oklch(0.682 0.201 39.6) |
Copy-ready code
/* CSS */
color: #fa6021;
background-color: #fa6021;
/* Tailwind (arbitrary) */
class="text-[#fa6021] bg-[#fa6021]"
/* SCSS */
$brand: #fa6021;
/* SwiftUI */
Color(red: 0.980, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#fa6021")Accessibility — WCAG contrast
Aa
#fa6021 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa6021 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow86.8%
Key (black)2.0%
Color previews
#fa6021 text on a black background
contrast 6.76:1
Card sample
#fa6021 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa6021;
Background color
Panel with #fa6021 background
background-color: #fa6021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa6021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa6021; background: linear-gradient(135deg, #fa6021, #FAF121);