#fd640c
a balanced, electric orange · warm · closest name: tomato
RGB
253, 100, 12
HSL
22°, 98%, 52%
CMYK
0, 61, 95, 1
Luminance
0.3002
Every format
| HEX | #fd640c |
| RGB | rgb(253, 100, 12) |
| HSL | hsl(22, 98%, 52%) |
| CMYK | cmyk(0%, 61%, 95%, 1%) |
| LAB | lab(61.7 55.3 68.8) |
| LCH | lch(61.7 88.2 51.2) |
| OKLCH | oklch(0.691 0.203 42.5) |
Copy-ready code
/* CSS */
color: #fd640c;
background-color: #fd640c;
/* Tailwind (arbitrary) */
class="text-[#fd640c] bg-[#fd640c]"
/* SCSS */
$brand: #fd640c;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#fd640c")Accessibility — WCAG contrast
Aa
#fd640c on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd640c on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow95.3%
Key (black)0.8%
Color previews
#fd640c text on a black background
contrast 7.00:1
Card sample
#fd640c text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd640c;
Background color
Panel with #fd640c background
background-color: #fd640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd640c; background: linear-gradient(135deg, #fd640c, #F5FD0C);