Caramel Hex Code — #FFD59A
RGB, HSL, and CMYK values for Caramel.
Caramel Color Values
| Format | Value |
|---|---|
| HEX | #FFD59A |
| RGB | rgb(255, 213, 154) |
| HSL | hsl(35, 100%, 80%) |
| CMYK | cmyk(0%, 16%, 40%, 0%) |
Want to explore more shades? Use our Color Converter
About Caramel
Color psychology: Sweetness, comfort.
Caramel (#FFD59A) is a light shade of brown. It's commonly used in web design, graphic design, and branding where sweetness, comfort are desired associations.
How to Use Caramel in CSS
/* Using HEX */ color: #FFD59A; background-color: #FFD59A; /* Using RGB */ color: rgb(255, 213, 154); /* Using HSL */ color: hsl(35, 100%, 80%);