#f09749
a balanced, electric orange · warm · closest name: peru
RGB
240, 151, 73
HSL
28°, 85%, 61%
CMYK
0, 37, 70, 6
Luminance
0.4114
Every format
| HEX | #f09749 |
| RGB | rgb(240, 151, 73) |
| HSL | hsl(28, 85%, 61%) |
| CMYK | cmyk(0%, 37%, 70%, 6%) |
| LAB | lab(70.3 26.9 53.7) |
| LCH | lch(70.3 60.0 63.4) |
| OKLCH | oklch(0.754 0.141 59.1) |
Copy-ready code
/* CSS */
color: #f09749;
background-color: #f09749;
/* Tailwind (arbitrary) */
class="text-[#f09749] bg-[#f09749]"
/* SCSS */
$brand: #f09749;
/* SwiftUI */
Color(red: 0.941, green: 0.592, blue: 0.286)
/* Android */
Color.parseColor("#f09749")Accessibility — WCAG contrast
Aa
#f09749 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09749 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green59.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow69.6%
Key (black)5.9%
Color previews
#f09749 text on a black background
contrast 9.23:1
Card sample
#f09749 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09749;
Background color
Panel with #f09749 background
background-color: #f09749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 151, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 151, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09749; background: linear-gradient(135deg, #f09749, #DAF049);