Yellow Hex Code — #FFFF00
RGB, HSL, and CMYK values for Yellow.
Yellow Color Values
| Format | Value |
|---|---|
| HEX | #FFFF00 |
| RGB | rgb(255, 255, 0) |
| HSL | hsl(60, 100%, 50%) |
| CMYK | cmyk(0%, 0%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Yellow
Color psychology: Happiness, optimism.
Yellow (#FFFF00) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where happiness, optimism are desired associations.
How to Use Yellow in CSS
/* Using HEX */ color: #FFFF00; background-color: #FFFF00; /* Using RGB */ color: rgb(255, 255, 0); /* Using HSL */ color: hsl(60, 100%, 50%);