#ff9205
a balanced, electric orange · warm · closest name: orange
RGB
255, 146, 5
HSL
34°, 100%, 51%
CMYK
0, 43, 98, 0
Luminance
0.4183
Every format
| HEX | #ff9205 |
| RGB | rgb(255, 146, 5) |
| HSL | hsl(34, 100%, 51%) |
| CMYK | cmyk(0%, 43%, 98%, 0%) |
| LAB | lab(70.8 33.8 75.6) |
| LCH | lch(70.8 82.8 65.9) |
| OKLCH | oklch(0.760 0.176 60.9) |
Copy-ready code
/* CSS */
color: #ff9205;
background-color: #ff9205;
/* Tailwind (arbitrary) */
class="text-[#ff9205] bg-[#ff9205]"
/* SCSS */
$brand: #ff9205;
/* SwiftUI */
Color(red: 1.000, green: 0.573, blue: 0.020)
/* Android */
Color.parseColor("#ff9205")Accessibility — WCAG contrast
Aa
#ff9205 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9205 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.3%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow98.0%
Key (black)0.0%
Color previews
#ff9205 text on a black background
contrast 9.37:1
Card sample
#ff9205 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9205;
Background color
Panel with #ff9205 background
background-color: #ff9205;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9205;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 146, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 146, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9205; background: linear-gradient(135deg, #ff9205, #C6FF05);