Atomic Tangerine
#ff9966
Here's everything about the color Atomic Tangerine (#ff9966) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff9966 | |
|---|---|---|
| RGB | rgb(255, 153, 102) | |
| HSL | hsl(20, 100%, 70%) | |
| CMYK | cmyk(0%, 40%, 60%, 0%) | |
| LAB | lab(73, 36, 44) | |
| OKLCH | oklch(0.78 0.139 47) |
Color harmonies
Tints & shades
Code snippets
color: #ff9966;
background-color: #ff9966;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF9966)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.60, blue: 0.40, alpha: 1.0)