Buttercup Hex Code — #F9E915
RGB, HSL, and CMYK values for Buttercup.
Buttercup Color Values
| Format | Value |
|---|---|
| HEX | #F9E915 |
| RGB | rgb(249, 233, 21) |
| HSL | hsl(56, 95%, 53%) |
| CMYK | cmyk(0%, 6%, 92%, 2%) |
Want to explore more shades? Use our Color Converter
About Buttercup
Color psychology: Innocence, cheerfulness.
Buttercup (#F9E915) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where innocence, cheerfulness are desired associations.
How to Use Buttercup in CSS
/* Using HEX */ color: #F9E915; background-color: #F9E915; /* Using RGB */ color: rgb(249, 233, 21); /* Using HSL */ color: hsl(56, 95%, 53%);