#fd601f
a balanced, electric orange · warm · closest name: tomato
RGB
253, 96, 31
HSL
18°, 98%, 56%
CMYK
0, 62, 88, 1
Luminance
0.2935
Every format
| HEX | #fd601f |
| RGB | rgb(253, 96, 31) |
| HSL | hsl(18, 98%, 56%) |
| CMYK | cmyk(0%, 62%, 88%, 1%) |
| LAB | lab(61.1 57.2 63.3) |
| LCH | lch(61.1 85.3 47.9) |
| OKLCH | oklch(0.686 0.204 39.6) |
Copy-ready code
/* CSS */
color: #fd601f;
background-color: #fd601f;
/* Tailwind (arbitrary) */
class="text-[#fd601f] bg-[#fd601f]"
/* SCSS */
$brand: #fd601f;
/* SwiftUI */
Color(red: 0.992, green: 0.376, blue: 0.122)
/* Android */
Color.parseColor("#fd601f")Accessibility — WCAG contrast
Aa
#fd601f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd601f on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow87.7%
Key (black)0.8%
Color previews
#fd601f text on a black background
contrast 6.87:1
Card sample
#fd601f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd601f;
Background color
Panel with #fd601f background
background-color: #fd601f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd601f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 96, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 96, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd601f; background: linear-gradient(135deg, #fd601f, #FDF41F);