Tangerine Hex Code — #FF9966
RGB, HSL, and CMYK values for Tangerine.
Tangerine Color Values
| Format | Value |
|---|---|
| HEX | #FF9966 |
| RGB | rgb(255, 153, 102) |
| HSL | hsl(20, 100%, 70%) |
| CMYK | cmyk(0%, 40%, 60%, 0%) |
Want to explore more shades? Use our Color Converter
About Tangerine
Color psychology: Playfulness, vitality.
Tangerine (#FF9966) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where playfulness, vitality are desired associations.
How to Use Tangerine in CSS
/* Using HEX */ color: #FF9966; background-color: #FF9966; /* Using RGB */ color: rgb(255, 153, 102); /* Using HSL */ color: hsl(20, 100%, 70%);