#f2a511
a balanced, electric orange · warm · closest name: orange
RGB
242, 165, 17
HSL
40°, 90%, 51%
CMYK
0, 32, 93, 5
Luminance
0.4583
Every format
| HEX | #f2a511 |
| RGB | rgb(242, 165, 17) |
| HSL | hsl(40, 90%, 51%) |
| CMYK | cmyk(0%, 32%, 93%, 5%) |
| LAB | lab(73.4 18.6 75.1) |
| LCH | lch(73.4 77.4 76.1) |
| OKLCH | oklch(0.778 0.162 74.8) |
Copy-ready code
/* CSS */
color: #f2a511;
background-color: #f2a511;
/* Tailwind (arbitrary) */
class="text-[#f2a511] bg-[#f2a511]"
/* SCSS */
$brand: #f2a511;
/* SwiftUI */
Color(red: 0.949, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#f2a511")Accessibility — WCAG contrast
Aa
#f2a511 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a511 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green64.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow93.0%
Key (black)5.1%
Color previews
#f2a511 text on a black background
contrast 10.17:1
Card sample
#f2a511 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a511;
Background color
Panel with #f2a511 background
background-color: #f2a511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a511; background: linear-gradient(135deg, #f2a511, #A9F211);