#fd702f
a balanced, electric orange · warm · closest name: coral
RGB
253, 112, 47
HSL
19°, 98%, 59%
CMYK
0, 56, 81, 1
Luminance
0.3268
Every format
| HEX | #fd702f |
| RGB | rgb(253, 112, 47) |
| HSL | hsl(19, 98%, 59%) |
| CMYK | cmyk(0%, 56%, 81%, 1%) |
| LAB | lab(63.9 50.5 59.5) |
| LCH | lch(63.9 78.0 49.7) |
| OKLCH | oklch(0.708 0.188 42.4) |
Copy-ready code
/* CSS */
color: #fd702f;
background-color: #fd702f;
/* Tailwind (arbitrary) */
class="text-[#fd702f] bg-[#fd702f]"
/* SCSS */
$brand: #fd702f;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.184)
/* Android */
Color.parseColor("#fd702f")Accessibility — WCAG contrast
Aa
#fd702f on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd702f on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow81.4%
Key (black)0.8%
Color previews
#fd702f text on a black background
contrast 7.54:1
Card sample
#fd702f text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd702f;
Background color
Panel with #fd702f background
background-color: #fd702f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd702f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd702f; background: linear-gradient(135deg, #fd702f, #FDF92F);