#fa8b00
a balanced, electric orange · warm · closest name: orange
RGB
250, 139, 0
HSL
33°, 100%, 49%
CMYK
0, 44, 100, 2
Luminance
0.3879
Every format
| HEX | #fa8b00 |
| RGB | rgb(250, 139, 0) |
| HSL | hsl(33, 100%, 49%) |
| CMYK | cmyk(0%, 44%, 100%, 2%) |
| LAB | lab(68.6 35.3 74.6) |
| LCH | lch(68.6 82.5 64.7) |
| OKLCH | oklch(0.742 0.176 59.2) |
Copy-ready code
/* CSS */
color: #fa8b00;
background-color: #fa8b00;
/* Tailwind (arbitrary) */
class="text-[#fa8b00] bg-[#fa8b00]"
/* SCSS */
$brand: #fa8b00;
/* SwiftUI */
Color(red: 0.980, green: 0.545, blue: 0.000)
/* Android */
Color.parseColor("#fa8b00")Accessibility — WCAG contrast
Aa
#fa8b00 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa8b00 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green54.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow100.0%
Key (black)2.0%
Color previews
#fa8b00 text on a black background
contrast 8.76:1
Card sample
#fa8b00 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa8b00;
Background color
Panel with #fa8b00 background
background-color: #fa8b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa8b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 139, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 139, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa8b00; background: linear-gradient(135deg, #fa8b00, #C2FA00);