#fc7828
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 120, 40
HSL
23°, 97%, 57%
CMYK
0, 52, 84, 1
Luminance
0.3428
Every format
| HEX | #fc7828 |
| RGB | rgb(252, 120, 40) |
| HSL | hsl(23, 97%, 57%) |
| CMYK | cmyk(0%, 52%, 84%, 1%) |
| LAB | lab(65.2 46.1 63.3) |
| LCH | lch(65.2 78.3 53.9) |
| OKLCH | oklch(0.717 0.182 46.9) |
Copy-ready code
/* CSS */
color: #fc7828;
background-color: #fc7828;
/* Tailwind (arbitrary) */
class="text-[#fc7828] bg-[#fc7828]"
/* SCSS */
$brand: #fc7828;
/* SwiftUI */
Color(red: 0.988, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#fc7828")Accessibility — WCAG contrast
Aa
#fc7828 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7828 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow84.1%
Key (black)1.2%
Color previews
#fc7828 text on a black background
contrast 7.86:1
Card sample
#fc7828 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7828;
Background color
Panel with #fc7828 background
background-color: #fc7828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7828; background: linear-gradient(135deg, #fc7828, #F3FC28);