#f4a220
a balanced, electric orange · warm · closest name: orange
RGB
244, 162, 32
HSL
37°, 91%, 54%
CMYK
0, 34, 87, 4
Luminance
0.4518
Every format
| HEX | #f4a220 |
| RGB | rgb(244, 162, 32) |
| HSL | hsl(37, 91%, 54%) |
| CMYK | cmyk(0%, 34%, 87%, 4%) |
| LAB | lab(73.0 21.3 71.8) |
| LCH | lch(73.0 74.8 73.5) |
| OKLCH | oklch(0.775 0.159 71.4) |
Copy-ready code
/* CSS */
color: #f4a220;
background-color: #f4a220;
/* Tailwind (arbitrary) */
class="text-[#f4a220] bg-[#f4a220]"
/* SCSS */
$brand: #f4a220;
/* SwiftUI */
Color(red: 0.957, green: 0.635, blue: 0.125)
/* Android */
Color.parseColor("#f4a220")Accessibility — WCAG contrast
Aa
#f4a220 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4a220 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green63.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow86.9%
Key (black)4.3%
Color previews
#f4a220 text on a black background
contrast 10.04:1
Card sample
#f4a220 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4a220;
Background color
Panel with #f4a220 background
background-color: #f4a220;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4a220;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 162, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 162, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4a220; background: linear-gradient(135deg, #f4a220, #B9F420);