#f36113
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 97, 19
HSL
21°, 90%, 51%
CMYK
0, 60, 92, 5
Luminance
0.2765
Every format
| HEX | #f36113 |
| RGB | rgb(243, 97, 19) |
| HSL | hsl(21, 90%, 51%) |
| CMYK | cmyk(0%, 60%, 92%, 5%) |
| LAB | lab(59.6 53.1 65.1) |
| LCH | lch(59.6 84.0 50.8) |
| OKLCH | oklch(0.671 0.195 42.3) |
Copy-ready code
/* CSS */
color: #f36113;
background-color: #f36113;
/* Tailwind (arbitrary) */
class="text-[#f36113] bg-[#f36113]"
/* SCSS */
$brand: #f36113;
/* SwiftUI */
Color(red: 0.953, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#f36113")Accessibility — WCAG contrast
Aa
#f36113 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f36113 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow92.2%
Key (black)4.7%
Color previews
#f36113 text on a black background
contrast 6.53:1
Card sample
#f36113 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f36113;
Background color
Panel with #f36113 background
background-color: #f36113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f36113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f36113; background: linear-gradient(135deg, #f36113, #F0F313);