#ff7111
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 113, 17
HSL
24°, 100%, 53%
CMYK
0, 56, 93, 0
Luminance
0.3311
Every format
| HEX | #ff7111 |
| RGB | rgb(255, 113, 17) |
| HSL | hsl(24, 100%, 53%) |
| CMYK | cmyk(0%, 56%, 93%, 0%) |
| LAB | lab(64.3 50.2 69.6) |
| LCH | lch(64.3 85.8 54.2) |
| OKLCH | oklch(0.711 0.195 46.2) |
Copy-ready code
/* CSS */
color: #ff7111;
background-color: #ff7111;
/* Tailwind (arbitrary) */
class="text-[#ff7111] bg-[#ff7111]"
/* SCSS */
$brand: #ff7111;
/* SwiftUI */
Color(red: 1.000, green: 0.443, blue: 0.067)
/* Android */
Color.parseColor("#ff7111")Accessibility — WCAG contrast
Aa
#ff7111 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7111 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green44.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow93.3%
Key (black)0.0%
Color previews
#ff7111 text on a black background
contrast 7.62:1
Card sample
#ff7111 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7111;
Background color
Panel with #ff7111 background
background-color: #ff7111;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7111;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 113, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 113, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7111; background: linear-gradient(135deg, #ff7111, #EEFF11);