#f49913
a balanced, electric orange · warm · closest name: orange
RGB
244, 153, 19
HSL
36°, 91%, 52%
CMYK
0, 37, 92, 4
Luminance
0.4206
Every format
| HEX | #f49913 |
| RGB | rgb(244, 153, 19) |
| HSL | hsl(36, 91%, 52%) |
| CMYK | cmyk(0%, 37%, 92%, 4%) |
| LAB | lab(70.9 25.8 73.1) |
| LCH | lch(70.9 77.5 70.6) |
| OKLCH | oklch(0.759 0.164 67.3) |
Copy-ready code
/* CSS */
color: #f49913;
background-color: #f49913;
/* Tailwind (arbitrary) */
class="text-[#f49913] bg-[#f49913]"
/* SCSS */
$brand: #f49913;
/* SwiftUI */
Color(red: 0.957, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#f49913")Accessibility — WCAG contrast
Aa
#f49913 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49913 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow92.2%
Key (black)4.3%
Color previews
#f49913 text on a black background
contrast 9.41:1
Card sample
#f49913 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49913;
Background color
Panel with #f49913 background
background-color: #f49913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49913; background: linear-gradient(135deg, #f49913, #B9F413);