Lemon Hex Code — #FFF44F
RGB, HSL, and CMYK values for Lemon.
Lemon Color Values
| Format | Value |
|---|---|
| HEX | #FFF44F |
| RGB | rgb(255, 244, 79) |
| HSL | hsl(56, 100%, 65%) |
| CMYK | cmyk(0%, 4%, 69%, 0%) |
Want to explore more shades? Use our Color Converter
About Lemon
Color psychology: Freshness, clarity.
Lemon (#FFF44F) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where freshness, clarity are desired associations.
How to Use Lemon in CSS
/* Using HEX */ color: #FFF44F; background-color: #FFF44F; /* Using RGB */ color: rgb(255, 244, 79); /* Using HSL */ color: hsl(56, 100%, 65%);