Yellow Hex Code — #FFFF00

RGB, HSL, and CMYK values for Yellow.

Yellow Color Values

FormatValue
HEX#FFFF00
RGBrgb(255, 255, 0)
HSLhsl(60, 100%, 50%)
CMYKcmyk(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%);

Colors That Go With Yellow

Complementary

Analogous

Triadic

Similar Shades of Yellow

Frequently Asked Questions