#f75700
a balanced, electric orange · warm · closest name: red
RGB
247, 87, 0
HSL
21°, 100%, 48%
CMYK
0, 65, 100, 3
Luminance
0.2659
Every format
| HEX | #f75700 |
| RGB | rgb(247, 87, 0) |
| HSL | hsl(21, 100%, 48%) |
| CMYK | cmyk(0%, 65%, 100%, 3%) |
| LAB | lab(58.6 58.6 68.7) |
| LCH | lch(58.6 90.3 49.5) |
| OKLCH | oklch(0.665 0.208 40.1) |
Copy-ready code
/* CSS */
color: #f75700;
background-color: #f75700;
/* Tailwind (arbitrary) */
class="text-[#f75700] bg-[#f75700]"
/* SCSS */
$brand: #f75700;
/* SwiftUI */
Color(red: 0.969, green: 0.341, blue: 0.000)
/* Android */
Color.parseColor("#f75700")Accessibility — WCAG contrast
Aa
#f75700 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f75700 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green34.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow100.0%
Key (black)3.1%
Color previews
#f75700 text on a black background
contrast 6.32:1
Card sample
#f75700 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75700;
Background color
Panel with #f75700 background
background-color: #f75700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 87, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 87, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75700; background: linear-gradient(135deg, #f75700, #F2F700);