#fd792c
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 121, 44
HSL
22°, 98%, 58%
CMYK
0, 52, 83, 1
Luminance
0.3474
Every format
| HEX | #fd792c |
| RGB | rgb(253, 121, 44) |
| HSL | hsl(22, 98%, 58%) |
| CMYK | cmyk(0%, 52%, 83%, 1%) |
| LAB | lab(65.5 46.1 62.1) |
| LCH | lch(65.5 77.4 53.4) |
| OKLCH | oklch(0.720 0.182 46.5) |
Copy-ready code
/* CSS */
color: #fd792c;
background-color: #fd792c;
/* Tailwind (arbitrary) */
class="text-[#fd792c] bg-[#fd792c]"
/* SCSS */
$brand: #fd792c;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.173)
/* Android */
Color.parseColor("#fd792c")Accessibility — WCAG contrast
Aa
#fd792c on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd792c on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow82.6%
Key (black)0.8%
Color previews
#fd792c text on a black background
contrast 7.95:1
Card sample
#fd792c text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd792c;
Background color
Panel with #fd792c background
background-color: #fd792c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd792c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd792c; background: linear-gradient(135deg, #fd792c, #F6FD2C);