#fd6000
a balanced, electric orange · warm · closest name: tomato
RGB
253, 96, 0
HSL
23°, 100%, 50%
CMYK
0, 62, 100, 1
Luminance
0.2925
Every format
| HEX | #fd6000 |
| RGB | rgb(253, 96, 0) |
| HSL | hsl(23, 100%, 50%) |
| CMYK | cmyk(0%, 62%, 100%, 1%) |
| LAB | lab(61.0 56.9 70.5) |
| LCH | lch(61.0 90.6 51.1) |
| OKLCH | oklch(0.685 0.207 41.9) |
Copy-ready code
/* CSS */
color: #fd6000;
background-color: #fd6000;
/* Tailwind (arbitrary) */
class="text-[#fd6000] bg-[#fd6000]"
/* SCSS */
$brand: #fd6000;
/* SwiftUI */
Color(red: 0.992, green: 0.376, blue: 0.000)
/* Android */
Color.parseColor("#fd6000")Accessibility — WCAG contrast
Aa
#fd6000 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd6000 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow100.0%
Key (black)0.8%
Color previews
#fd6000 text on a black background
contrast 6.85:1
Card sample
#fd6000 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6000;
Background color
Panel with #fd6000 background
background-color: #fd6000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 96, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 96, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6000; background: linear-gradient(135deg, #fd6000, #F1FD00);