Orange Color
CSS Name orange
HEX #FFA500
RGB rgb(255, 165, 0)
HSL hsl(39, 100%, 50%)
CMYK cmyk(0%, 35%, 100%, 0%)
About Orange
Orange is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: orange;) or by its HEX code (color: #FFA500;).
Usage in CSS
.element {
color: orange;
/* or */
color: #FFA500;
/* or */
color: rgb(255, 165, 0);
}
color: orange;
/* or */
color: #FFA500;
/* or */
color: rgb(255, 165, 0);
}
Frequently Asked Questions
What is the HEX code for Orange?
The HEX code for Orange is #FFA500.
What is the RGB value of Orange?
The RGB value is rgb(255, 165, 0).