#fd660c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 102, 12
HSL
22°, 98%, 52%
CMYK
0, 60, 95, 1
Luminance
0.3041
Every format
| HEX | #fd660c |
| RGB | rgb(253, 102, 12) |
| HSL | hsl(22, 98%, 52%) |
| CMYK | cmyk(0%, 60%, 95%, 1%) |
| LAB | lab(62.0 54.4 69.0) |
| LCH | lch(62.0 87.8 51.7) |
| OKLCH | oklch(0.693 0.202 43.1) |
Copy-ready code
/* CSS */
color: #fd660c;
background-color: #fd660c;
/* Tailwind (arbitrary) */
class="text-[#fd660c] bg-[#fd660c]"
/* SCSS */
$brand: #fd660c;
/* SwiftUI */
Color(red: 0.992, green: 0.400, blue: 0.047)
/* Android */
Color.parseColor("#fd660c")Accessibility — WCAG contrast
Aa
#fd660c on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd660c on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow95.3%
Key (black)0.8%
Color previews
#fd660c text on a black background
contrast 7.08:1
Card sample
#fd660c text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd660c;
Background color
Panel with #fd660c background
background-color: #fd660c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd660c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 102, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 102, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd660c; background: linear-gradient(135deg, #fd660c, #F3FD0C);