#f17c01
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 124, 1
HSL
31°, 99%, 48%
CMYK
0, 49, 100, 6
Luminance
0.3312
Every format
| HEX | #f17c01 |
| RGB | rgb(241, 124, 1) |
| HSL | hsl(31, 99%, 48%) |
| CMYK | cmyk(0%, 49%, 100%, 6%) |
| LAB | lab(64.3 39.4 71.2) |
| LCH | lch(64.3 81.3 61.1) |
| OKLCH | oklch(0.707 0.176 54.5) |
Copy-ready code
/* CSS */
color: #f17c01;
background-color: #f17c01;
/* Tailwind (arbitrary) */
class="text-[#f17c01] bg-[#f17c01]"
/* SCSS */
$brand: #f17c01;
/* SwiftUI */
Color(red: 0.945, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#f17c01")Accessibility — WCAG contrast
Aa
#f17c01 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17c01 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow99.6%
Key (black)5.5%
Color previews
#f17c01 text on a black background
contrast 7.62:1
Card sample
#f17c01 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17c01;
Background color
Panel with #f17c01 background
background-color: #f17c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17c01; background: linear-gradient(135deg, #f17c01, #C6F101);