#fc6213
a balanced, electric orange · warm · closest name: tomato
RGB
252, 98, 19
HSL
20°, 98%, 53%
CMYK
0, 61, 93, 1
Luminance
0.2948
Every format
| HEX | #fc6213 |
| RGB | rgb(252, 98, 19) |
| HSL | hsl(20, 98%, 53%) |
| CMYK | cmyk(0%, 61%, 93%, 1%) |
| LAB | lab(61.2 55.9 66.9) |
| LCH | lch(61.2 87.1 50.1) |
| OKLCH | oklch(0.687 0.203 41.5) |
Copy-ready code
/* CSS */
color: #fc6213;
background-color: #fc6213;
/* Tailwind (arbitrary) */
class="text-[#fc6213] bg-[#fc6213]"
/* SCSS */
$brand: #fc6213;
/* SwiftUI */
Color(red: 0.988, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#fc6213")Accessibility — WCAG contrast
Aa
#fc6213 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc6213 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green38.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow92.5%
Key (black)1.2%
Color previews
#fc6213 text on a black background
contrast 6.90:1
Card sample
#fc6213 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6213;
Background color
Panel with #fc6213 background
background-color: #fc6213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6213; background: linear-gradient(135deg, #fc6213, #FBFC13);