#f26913
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 105, 19
HSL
23°, 90%, 51%
CMYK
0, 57, 92, 5
Luminance
0.2903
Every format
| HEX | #f26913 |
| RGB | rgb(242, 105, 19) |
| HSL | hsl(23, 90%, 51%) |
| CMYK | cmyk(0%, 57%, 92%, 5%) |
| LAB | lab(60.8 49.1 65.8) |
| LCH | lch(60.8 82.2 53.3) |
| OKLCH | oklch(0.681 0.188 45.3) |
Copy-ready code
/* CSS */
color: #f26913;
background-color: #f26913;
/* Tailwind (arbitrary) */
class="text-[#f26913] bg-[#f26913]"
/* SCSS */
$brand: #f26913;
/* SwiftUI */
Color(red: 0.949, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#f26913")Accessibility — WCAG contrast
Aa
#f26913 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f26913 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow92.1%
Key (black)5.1%
Color previews
#f26913 text on a black background
contrast 6.81:1
Card sample
#f26913 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26913;
Background color
Panel with #f26913 background
background-color: #f26913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26913; background: linear-gradient(135deg, #f26913, #E7F213);