Tomato Hex Code — #FF6347
RGB, HSL, and CMYK values for Tomato.
Tomato Color Values
| Format | Value |
|---|---|
| HEX | #FF6347 |
| RGB | rgb(255, 99, 71) |
| HSL | hsl(9, 100%, 64%) |
| CMYK | cmyk(0%, 61%, 72%, 0%) |
Want to explore more shades? Use our Color Converter
About Tomato
Color psychology: Freshness, appetite.
Tomato (#FF6347) is a medium shade of red. It's commonly used in web design, graphic design, and branding where freshness, appetite are desired associations.
How to Use Tomato in CSS
/* Using HEX */ color: #FF6347; background-color: #FF6347; /* Using RGB */ color: rgb(255, 99, 71); /* Using HSL */ color: hsl(9, 100%, 64%);