#fda249
a balanced, electric orange · warm · closest name: peru
RGB
253, 162, 73
HSL
30°, 98%, 64%
CMYK
0, 36, 71, 1
Luminance
0.4720
Every format
| HEX | #fda249 |
| RGB | rgb(253, 162, 73) |
| HSL | hsl(30, 98%, 64%) |
| CMYK | cmyk(0%, 36%, 71%, 1%) |
| LAB | lab(74.3 26.4 58.4) |
| LCH | lch(74.3 64.1 65.7) |
| OKLCH | oklch(0.788 0.148 61.8) |
Copy-ready code
/* CSS */
color: #fda249;
background-color: #fda249;
/* Tailwind (arbitrary) */
class="text-[#fda249] bg-[#fda249]"
/* SCSS */
$brand: #fda249;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.286)
/* Android */
Color.parseColor("#fda249")Accessibility — WCAG contrast
Aa
#fda249 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda249 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow71.1%
Key (black)0.8%
Color previews
#fda249 text on a black background
contrast 10.44:1
Card sample
#fda249 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda249;
Background color
Panel with #fda249 background
background-color: #fda249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda249; background: linear-gradient(135deg, #fda249, #E0FD49);