#f56113
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 97, 19
HSL
21°, 92%, 52%
CMYK
0, 60, 92, 4
Luminance
0.2801
Every format
| HEX | #f56113 |
| RGB | rgb(245, 97, 19) |
| HSL | hsl(21, 92%, 52%) |
| CMYK | cmyk(0%, 60%, 92%, 4%) |
| LAB | lab(59.9 53.8 65.5) |
| LCH | lch(59.9 84.8 50.6) |
| OKLCH | oklch(0.675 0.197 42.1) |
Copy-ready code
/* CSS */
color: #f56113;
background-color: #f56113;
/* Tailwind (arbitrary) */
class="text-[#f56113] bg-[#f56113]"
/* SCSS */
$brand: #f56113;
/* SwiftUI */
Color(red: 0.961, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#f56113")Accessibility — WCAG contrast
Aa
#f56113 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f56113 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow92.2%
Key (black)3.9%
Color previews
#f56113 text on a black background
contrast 6.60:1
Card sample
#f56113 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56113;
Background color
Panel with #f56113 background
background-color: #f56113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56113; background: linear-gradient(135deg, #f56113, #F2F513);