#fd652b
a balanced, electric orange · warm · closest name: tomato
RGB
253, 101, 43
HSL
17°, 98%, 58%
CMYK
0, 60, 83, 1
Luminance
0.3036
Every format
| HEX | #fd652b |
| RGB | rgb(253, 101, 43) |
| HSL | hsl(17, 98%, 58%) |
| CMYK | cmyk(0%, 60%, 83%, 1%) |
| LAB | lab(62.0 55.3 59.4) |
| LCH | lch(62.0 81.2 47.0) |
| OKLCH | oklch(0.693 0.198 39.3) |
Copy-ready code
/* CSS */
color: #fd652b;
background-color: #fd652b;
/* Tailwind (arbitrary) */
class="text-[#fd652b] bg-[#fd652b]"
/* SCSS */
$brand: #fd652b;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.169)
/* Android */
Color.parseColor("#fd652b")Accessibility — WCAG contrast
Aa
#fd652b on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd652b on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow83.0%
Key (black)0.8%
Color previews
#fd652b text on a black background
contrast 7.07:1
Card sample
#fd652b text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd652b;
Background color
Panel with #fd652b background
background-color: #fd652b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd652b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd652b; background: linear-gradient(135deg, #fd652b, #FDF12B);