#fa8f13
a balanced, electric orange · warm · closest name: orange
RGB
250, 143, 19
HSL
32°, 96%, 53%
CMYK
0, 43, 92, 2
Luminance
0.4002
Every format
| HEX | #fa8f13 |
| RGB | rgb(250, 143, 19) |
| HSL | hsl(32, 96%, 53%) |
| CMYK | cmyk(0%, 43%, 92%, 2%) |
| LAB | lab(69.5 33.5 72.4) |
| LCH | lch(69.5 79.7 65.2) |
| OKLCH | oklch(0.749 0.172 60.2) |
Copy-ready code
/* CSS */
color: #fa8f13;
background-color: #fa8f13;
/* Tailwind (arbitrary) */
class="text-[#fa8f13] bg-[#fa8f13]"
/* SCSS */
$brand: #fa8f13;
/* SwiftUI */
Color(red: 0.980, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#fa8f13")Accessibility — WCAG contrast
Aa
#fa8f13 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa8f13 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow92.4%
Key (black)2.0%
Color previews
#fa8f13 text on a black background
contrast 9.00:1
Card sample
#fa8f13 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa8f13;
Background color
Panel with #fa8f13 background
background-color: #fa8f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa8f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa8f13; background: linear-gradient(135deg, #fa8f13, #CBFA13);