#f05511
a balanced, electric orange · warm · closest name: tomato
RGB
240, 85, 17
HSL
18°, 88%, 50%
CMYK
0, 65, 93, 6
Luminance
0.2506
Every format
| HEX | #f05511 |
| RGB | rgb(240, 85, 17) |
| HSL | hsl(18, 88%, 50%) |
| CMYK | cmyk(0%, 65%, 93%, 6%) |
| LAB | lab(57.1 57.2 63.8) |
| LCH | lch(57.1 85.6 48.1) |
| OKLCH | oklch(0.652 0.202 39.2) |
Copy-ready code
/* CSS */
color: #f05511;
background-color: #f05511;
/* Tailwind (arbitrary) */
class="text-[#f05511] bg-[#f05511]"
/* SCSS */
$brand: #f05511;
/* SwiftUI */
Color(red: 0.941, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#f05511")Accessibility — WCAG contrast
Aa
#f05511 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05511 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green33.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow92.9%
Key (black)5.9%
Color previews
#f05511 text on a black background
contrast 6.01:1
Card sample
#f05511 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05511;
Background color
Panel with #f05511 background
background-color: #f05511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05511; background: linear-gradient(135deg, #f05511, #F0EA11);