Saffron Hex Code — #F4C430
RGB, HSL, and CMYK values for Saffron.
Saffron Color Values
| Format | Value |
|---|---|
| HEX | #F4C430 |
| RGB | rgb(244, 196, 48) |
| HSL | hsl(45, 90%, 57%) |
| CMYK | cmyk(0%, 20%, 80%, 4%) |
Want to explore more shades? Use our Color Converter
About Saffron
Color psychology: Luxury, spirituality.
Saffron (#F4C430) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where luxury, spirituality are desired associations.
How to Use Saffron in CSS
/* Using HEX */ color: #F4C430; background-color: #F4C430; /* Using RGB */ color: rgb(244, 196, 48); /* Using HSL */ color: hsl(45, 90%, 57%);