#fc9749
a balanced, electric orange · warm · closest name: peru
RGB
252, 151, 73
HSL
26°, 97%, 64%
CMYK
0, 40, 71, 1
Luminance
0.4331
Every format
| HEX | #fc9749 |
| RGB | rgb(252, 151, 73) |
| HSL | hsl(26, 97%, 64%) |
| CMYK | cmyk(0%, 40%, 71%, 1%) |
| LAB | lab(71.8 31.7 55.7) |
| LCH | lch(71.8 64.1 60.3) |
| OKLCH | oklch(0.768 0.152 55.5) |
Copy-ready code
/* CSS */
color: #fc9749;
background-color: #fc9749;
/* Tailwind (arbitrary) */
class="text-[#fc9749] bg-[#fc9749]"
/* SCSS */
$brand: #fc9749;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.286)
/* Android */
Color.parseColor("#fc9749")Accessibility — WCAG contrast
Aa
#fc9749 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9749 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow71.0%
Key (black)1.2%
Color previews
#fc9749 text on a black background
contrast 9.66:1
Card sample
#fc9749 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9749;
Background color
Panel with #fc9749 background
background-color: #fc9749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9749; background: linear-gradient(135deg, #fc9749, #EAFC49);