#f49c39
a balanced, electric orange · warm · closest name: orange
RGB
244, 156, 57
HSL
32°, 90%, 59%
CMYK
0, 36, 77, 4
Luminance
0.4331
Every format
| HEX | #f49c39 |
| RGB | rgb(244, 156, 57) |
| HSL | hsl(32, 90%, 59%) |
| CMYK | cmyk(0%, 36%, 77%, 4%) |
| LAB | lab(71.8 25.2 62.3) |
| LCH | lch(71.8 67.2 68.0) |
| OKLCH | oklch(0.766 0.151 64.5) |
Copy-ready code
/* CSS */
color: #f49c39;
background-color: #f49c39;
/* Tailwind (arbitrary) */
class="text-[#f49c39] bg-[#f49c39]"
/* SCSS */
$brand: #f49c39;
/* SwiftUI */
Color(red: 0.957, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#f49c39")Accessibility — WCAG contrast
Aa
#f49c39 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49c39 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow76.6%
Key (black)4.3%
Color previews
#f49c39 text on a black background
contrast 9.66:1
Card sample
#f49c39 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49c39;
Background color
Panel with #f49c39 background
background-color: #f49c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49c39; background: linear-gradient(135deg, #f49c39, #CFF439);