#ff7516
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 117, 22
HSL
25°, 100%, 54%
CMYK
0, 54, 91, 0
Luminance
0.3404
Every format
| HEX | #ff7516 |
| RGB | rgb(255, 117, 22) |
| HSL | hsl(25, 100%, 54%) |
| CMYK | cmyk(0%, 54%, 91%, 0%) |
| LAB | lab(65.0 48.4 68.9) |
| LCH | lch(65.0 84.2 54.9) |
| OKLCH | oklch(0.716 0.191 47.3) |
Copy-ready code
/* CSS */
color: #ff7516;
background-color: #ff7516;
/* Tailwind (arbitrary) */
class="text-[#ff7516] bg-[#ff7516]"
/* SCSS */
$brand: #ff7516;
/* SwiftUI */
Color(red: 1.000, green: 0.459, blue: 0.086)
/* Android */
Color.parseColor("#ff7516")Accessibility — WCAG contrast
Aa
#ff7516 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7516 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow91.4%
Key (black)0.0%
Color previews
#ff7516 text on a black background
contrast 7.81:1
Card sample
#ff7516 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7516;
Background color
Panel with #ff7516 background
background-color: #ff7516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 117, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 117, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7516; background: linear-gradient(135deg, #ff7516, #EEFF16);