Tomato Color
CSS Name tomato
HEX #FF6347
RGB rgb(255, 99, 71)
HSL hsl(9, 100%, 64%)
CMYK cmyk(0%, 61%, 72%, 0%)
About Tomato
Tomato is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: tomato;) or by its HEX code (color: #FF6347;).
Usage in CSS
.element {
color: tomato;
/* or */
color: #FF6347;
/* or */
color: rgb(255, 99, 71);
}
color: tomato;
/* or */
color: #FF6347;
/* or */
color: rgb(255, 99, 71);
}
Frequently Asked Questions
What is the HEX code for Tomato?
The HEX code for Tomato is #FF6347.
What is the RGB value of Tomato?
The RGB value is rgb(255, 99, 71).