Orange Hex Code — #FFA500

RGB, HSL, and CMYK values for Orange.

Orange Color Values

FormatValue
HEX#FFA500
RGBrgb(255, 165, 0)
HSLhsl(39, 100%, 50%)
CMYKcmyk(0%, 35%, 100%, 0%)
Want to explore more shades? Use our Color Converter

About Orange

Color psychology: Enthusiasm, creativity.

Orange (#FFA500) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where enthusiasm, creativity are desired associations.

How to Use Orange in CSS

/* Using HEX */
color: #FFA500;
background-color: #FFA500;

/* Using RGB */
color: rgb(255, 165, 0);

/* Using HSL */
color: hsl(39, 100%, 50%);

Colors That Go With Orange

Complementary

Analogous

Triadic

Similar Shades of Orange

Frequently Asked Questions