#fd770c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 119, 12
HSL
27°, 98%, 52%
CMYK
0, 53, 95, 1
Luminance
0.3410
Every format
| HEX | #fd770c |
| RGB | rgb(253, 119, 12) |
| HSL | hsl(27, 98%, 52%) |
| CMYK | cmyk(0%, 53%, 95%, 1%) |
| LAB | lab(65.0 46.5 70.9) |
| LCH | lch(65.0 84.8 56.7) |
| OKLCH | oklch(0.716 0.189 49.2) |
Copy-ready code
/* CSS */
color: #fd770c;
background-color: #fd770c;
/* Tailwind (arbitrary) */
class="text-[#fd770c] bg-[#fd770c]"
/* SCSS */
$brand: #fd770c;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.047)
/* Android */
Color.parseColor("#fd770c")Accessibility — WCAG contrast
Aa
#fd770c on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd770c on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow95.3%
Key (black)0.8%
Color previews
#fd770c text on a black background
contrast 7.82:1
Card sample
#fd770c text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd770c;
Background color
Panel with #fd770c background
background-color: #fd770c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd770c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd770c; background: linear-gradient(135deg, #fd770c, #E3FD0C);