#f67913
a balanced, electric orange · warm · closest name: chocolate
RGB
246, 121, 19
HSL
27°, 93%, 52%
CMYK
0, 51, 92, 4
Luminance
0.3331
Every format
| HEX | #f67913 |
| RGB | rgb(246, 121, 19) |
| HSL | hsl(27, 93%, 52%) |
| CMYK | cmyk(0%, 51%, 92%, 4%) |
| LAB | lab(64.4 43.0 68.6) |
| LCH | lch(64.4 80.9 57.9) |
| OKLCH | oklch(0.709 0.180 50.9) |
Copy-ready code
/* CSS */
color: #f67913;
background-color: #f67913;
/* Tailwind (arbitrary) */
class="text-[#f67913] bg-[#f67913]"
/* SCSS */
$brand: #f67913;
/* SwiftUI */
Color(red: 0.965, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#f67913")Accessibility — WCAG contrast
Aa
#f67913 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67913 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow92.3%
Key (black)3.5%
Color previews
#f67913 text on a black background
contrast 7.66:1
Card sample
#f67913 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67913;
Background color
Panel with #f67913 background
background-color: #f67913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67913; background: linear-gradient(135deg, #f67913, #DCF613);