#f07708
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 119, 8
HSL
29°, 94%, 49%
CMYK
0, 50, 97, 6
Luminance
0.3174
Every format
| HEX | #f07708 |
| RGB | rgb(240, 119, 8) |
| HSL | hsl(29, 94%, 49%) |
| CMYK | cmyk(0%, 50%, 97%, 6%) |
| LAB | lab(63.1 41.5 69.3) |
| LCH | lch(63.1 80.8 59.1) |
| OKLCH | oklch(0.698 0.177 52.1) |
Copy-ready code
/* CSS */
color: #f07708;
background-color: #f07708;
/* Tailwind (arbitrary) */
class="text-[#f07708] bg-[#f07708]"
/* SCSS */
$brand: #f07708;
/* SwiftUI */
Color(red: 0.941, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#f07708")Accessibility — WCAG contrast
Aa
#f07708 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07708 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow96.7%
Key (black)5.9%
Color previews
#f07708 text on a black background
contrast 7.35:1
Card sample
#f07708 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07708;
Background color
Panel with #f07708 background
background-color: #f07708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07708; background: linear-gradient(135deg, #f07708, #CEF008);