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