#fa5400
a balanced, electric orange · warm · closest name: red
RGB
250, 84, 0
HSL
20°, 100%, 49%
CMYK
0, 66, 100, 2
Luminance
0.2666
Every format
| HEX | #fa5400 |
| RGB | rgb(250, 84, 0) |
| HSL | hsl(20, 100%, 49%) |
| CMYK | cmyk(0%, 66%, 100%, 2%) |
| LAB | lab(58.7 60.8 69.0) |
| LCH | lch(58.7 91.9 48.6) |
| OKLCH | oklch(0.667 0.214 39.0) |
Copy-ready code
/* CSS */
color: #fa5400;
background-color: #fa5400;
/* Tailwind (arbitrary) */
class="text-[#fa5400] bg-[#fa5400]"
/* SCSS */
$brand: #fa5400;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.000)
/* Android */
Color.parseColor("#fa5400")Accessibility — WCAG contrast
Aa
#fa5400 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa5400 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow100.0%
Key (black)2.0%
Color previews
#fa5400 text on a black background
contrast 6.33:1
Card sample
#fa5400 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa5400;
Background color
Panel with #fa5400 background
background-color: #fa5400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa5400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa5400; background: linear-gradient(135deg, #fa5400, #F9FA00);