#fd710c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 113, 12
HSL
25°, 98%, 52%
CMYK
0, 55, 95, 1
Luminance
0.3272
Every format
| HEX | #fd710c |
| RGB | rgb(253, 113, 12) |
| HSL | hsl(25, 98%, 52%) |
| CMYK | cmyk(0%, 55%, 95%, 1%) |
| LAB | lab(63.9 49.4 70.2) |
| LCH | lch(63.9 85.8 54.9) |
| OKLCH | oklch(0.708 0.193 46.9) |
Copy-ready code
/* CSS */
color: #fd710c;
background-color: #fd710c;
/* Tailwind (arbitrary) */
class="text-[#fd710c] bg-[#fd710c]"
/* SCSS */
$brand: #fd710c;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.047)
/* Android */
Color.parseColor("#fd710c")Accessibility — WCAG contrast
Aa
#fd710c on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd710c on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow95.3%
Key (black)0.8%
Color previews
#fd710c text on a black background
contrast 7.54:1
Card sample
#fd710c text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd710c;
Background color
Panel with #fd710c background
background-color: #fd710c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd710c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd710c; background: linear-gradient(135deg, #fd710c, #E9FD0C);