#f57113
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 113, 19
HSL
25°, 92%, 52%
CMYK
0, 54, 92, 4
Luminance
0.3127
Every format
| HEX | #f57113 |
| RGB | rgb(245, 113, 19) |
| HSL | hsl(25, 92%, 52%) |
| CMYK | cmyk(0%, 54%, 92%, 4%) |
| LAB | lab(62.7 46.5 67.4) |
| LCH | lch(62.7 81.8 55.4) |
| OKLCH | oklch(0.696 0.185 47.8) |
Copy-ready code
/* CSS */
color: #f57113;
background-color: #f57113;
/* Tailwind (arbitrary) */
class="text-[#f57113] bg-[#f57113]"
/* SCSS */
$brand: #f57113;
/* SwiftUI */
Color(red: 0.961, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#f57113")Accessibility — WCAG contrast
Aa
#f57113 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57113 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow92.2%
Key (black)3.9%
Color previews
#f57113 text on a black background
contrast 7.25:1
Card sample
#f57113 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57113;
Background color
Panel with #f57113 background
background-color: #f57113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57113; background: linear-gradient(135deg, #f57113, #E2F513);