#f99c49
a balanced, electric orange · warm · closest name: peru
RGB
249, 156, 73
HSL
28°, 94%, 63%
CMYK
0, 37, 71, 2
Luminance
0.4440
Every format
| HEX | #f99c49 |
| RGB | rgb(249, 156, 73) |
| HSL | hsl(28, 94%, 63%) |
| CMYK | cmyk(0%, 37%, 71%, 2%) |
| LAB | lab(72.5 27.9 56.4) |
| LCH | lch(72.5 62.9 63.7) |
| OKLCH | oklch(0.773 0.147 59.4) |
Copy-ready code
/* CSS */
color: #f99c49;
background-color: #f99c49;
/* Tailwind (arbitrary) */
class="text-[#f99c49] bg-[#f99c49]"
/* SCSS */
$brand: #f99c49;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.286)
/* Android */
Color.parseColor("#f99c49")Accessibility — WCAG contrast
Aa
#f99c49 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99c49 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow70.7%
Key (black)2.4%
Color previews
#f99c49 text on a black background
contrast 9.88:1
Card sample
#f99c49 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99c49;
Background color
Panel with #f99c49 background
background-color: #f99c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99c49; background: linear-gradient(135deg, #f99c49, #E1F949);