Shades of Tomato #FF7049
Tints of Tomato #FF7049
RGB
CMYK
RGB Variations
Color information
#FF7049 (or 0xFF7049) is known color: Tomato. HEX triplet: FF, 70 and 49. RGB value is (255,112,73). Sum of RGB (Red+Green+Blue) = 255+112+73=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7049 is #008FB6. Grayscale: #969696. Windows color (decimal): -36791 or 4813055. OLE color: 4813055.
HSL color Cylindrical-coordinate representation of color #FF7049: hue angle of 12.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF7049 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 73 | - |
| CMYK | 0 | 0.56 | 0.71 | 0 |
| HSL | 12.86º | 1% | 0.64% | - |
| HSV(B) | 12.86º | 0.71% | 1% | - |
| XYZ | 48.24 | 33.33 | 10.19 | - |
| YUV | 150.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 73 | 0 | 0.56 | 0.71 | 0 | 12.86 | 1 | 0.64 |
| Hex | FF | 70 | 49 | 0 | 38 | 47 | 0 | D | 64 | 40 |
| Octal | 377 | 160 | 111 | 0 | 70 | 107 | 0 | 15 | 144 | 100 |
| Binary | 11111111 | 1110000 | 1001001 | 0 | 111000 | 1000111 | 0 | 1101 | 1100100 | 1000000 |
Color Harmonies of #FF7049
Complementary color
Monochromatic Colors of #FF7049
Black with #FF7049
Text Example
Text Example
White with #FF7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7049; }
p { color: rgb(255,112,73); }
H1.HeaderClassName
{
color: #FF7049;
}
.AnyTagClassName
{
color: #FF7049;
}
</style>
background-color css
<style>
a { background-color: #FF7049; }
a { background-color: rgb(255,112,73); }
div.DivClassName
{
background-color: #FF7049;
}
.BgClassName
{
background-color: #FF7049;
}
</style>
border-color css
<style>
span { border-color: #FF7049; }
span { border-color: rgb(255,112,73); }
td.TdClassName
{
border-color: #FF7049;
}
.TagClassName
{
border-color: #FF7049;
}
</style>