#f6a310
a balanced, electric orange · warm · closest name: orange
RGB
246, 163, 16
HSL
38°, 93%, 51%
CMYK
0, 34, 94, 4
Luminance
0.4582
Every format
| HEX | #f6a310 |
| RGB | rgb(246, 163, 16) |
| HSL | hsl(38, 93%, 51%) |
| CMYK | cmyk(0%, 34%, 94%, 4%) |
| LAB | lab(73.4 21.3 75.5) |
| LCH | lch(73.4 78.4 74.2) |
| OKLCH | oklch(0.779 0.164 72.2) |
Copy-ready code
/* CSS */
color: #f6a310;
background-color: #f6a310;
/* Tailwind (arbitrary) */
class="text-[#f6a310] bg-[#f6a310]"
/* SCSS */
$brand: #f6a310;
/* SwiftUI */
Color(red: 0.965, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#f6a310")Accessibility — WCAG contrast
Aa
#f6a310 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6a310 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow93.5%
Key (black)3.5%
Color previews
#f6a310 text on a black background
contrast 10.16:1
Card sample
#f6a310 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6a310;
Background color
Panel with #f6a310 background
background-color: #f6a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6a310; background: linear-gradient(135deg, #f6a310, #B0F610);