#fd712c
a balanced, electric orange · warm · closest name: coral
RGB
253, 113, 44
HSL
20°, 98%, 58%
CMYK
0, 55, 83, 1
Luminance
0.3287
Every format
| HEX | #fd712c |
| RGB | rgb(253, 113, 44) |
| HSL | hsl(20, 98%, 58%) |
| CMYK | cmyk(0%, 55%, 83%, 1%) |
| LAB | lab(64.1 49.9 60.9) |
| LCH | lch(64.1 78.7 50.6) |
| OKLCH | oklch(0.709 0.188 43.3) |
Copy-ready code
/* CSS */
color: #fd712c;
background-color: #fd712c;
/* Tailwind (arbitrary) */
class="text-[#fd712c] bg-[#fd712c]"
/* SCSS */
$brand: #fd712c;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.173)
/* Android */
Color.parseColor("#fd712c")Accessibility — WCAG contrast
Aa
#fd712c on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd712c on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow82.6%
Key (black)0.8%
Color previews
#fd712c text on a black background
contrast 7.57:1
Card sample
#fd712c text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd712c;
Background color
Panel with #fd712c background
background-color: #fd712c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd712c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd712c; background: linear-gradient(135deg, #fd712c, #FDFC2C);