Shades of Tomato #FF704D
Tints of Tomato #FF704D
RGB
CMYK
RGB Variations
Color information
#FF704D (or 0xFF704D) is known color: Tomato. HEX triplet: FF, 70 and 4D. RGB value is (255,112,77). Sum of RGB (Red+Green+Blue) = 255+112+77=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF704D is #008FB2. Grayscale: #979797. Windows color (decimal): -36787 or 5075199. OLE color: 5075199.
HSL color Cylindrical-coordinate representation of color #FF704D: hue angle of 11.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF704D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 77 | - |
| CMYK | 0 | 0.56 | 0.70 | 0 |
| HSL | 11.8º | 1% | 0.65% | - |
| HSV(B) | 11.8º | 0.7% | 1% | - |
| XYZ | 48.37 | 33.38 | 10.92 | - |
| YUV | 150.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 77 | 0 | 0.56 | 0.70 | 0 | 11.8 | 1 | 0.65 |
| Hex | FF | 70 | 4D | 0 | 38 | 46 | 0 | C | 64 | 41 |
| Octal | 377 | 160 | 115 | 0 | 70 | 106 | 0 | 14 | 144 | 101 |
| Binary | 11111111 | 1110000 | 1001101 | 0 | 111000 | 1000110 | 0 | 1100 | 1100100 | 1000001 |
Color Harmonies of #FF704D
Complementary color
Monochromatic Colors of #FF704D
Black with #FF704D
Text Example
Text Example
White with #FF704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF704D; }
p { color: rgb(255,112,77); }
H1.HeaderClassName
{
color: #FF704D;
}
.AnyTagClassName
{
color: #FF704D;
}
</style>
background-color css
<style>
a { background-color: #FF704D; }
a { background-color: rgb(255,112,77); }
div.DivClassName
{
background-color: #FF704D;
}
.BgClassName
{
background-color: #FF704D;
}
</style>
border-color css
<style>
span { border-color: #FF704D; }
span { border-color: rgb(255,112,77); }
td.TdClassName
{
border-color: #FF704D;
}
.TagClassName
{
border-color: #FF704D;
}
</style>