Shades of Tomato #F85945
Tints of Tomato #F85945
RGB
CMYK
RGB Variations
Color information
#F85945 (or 0xF85945) is known color: Tomato. HEX triplet: F8, 59 and 45. RGB value is (248,89,69). Sum of RGB (Red+Green+Blue) = 248+89+69=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F85945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85945 is #07A6BA. Grayscale: #868686. Windows color (decimal): -501435 or 4545016. OLE color: 4545016.
HSL color Cylindrical-coordinate representation of color #F85945: hue angle of 6.7º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F85945 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 69 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.03 |
| HSL | 6.7º | 0.93% | 0.62% | - |
| HSV(B) | 6.7º | 0.72% | 0.97% | - |
| XYZ | 43.36 | 27.53 | 8.66 | - |
| YUV | 134.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 69 | 0 | 0.64 | 0.72 | 0.03 | 6.7 | 0.93 | 0.62 |
| Hex | F8 | 59 | 45 | 0 | 40 | 48 | 3 | 7 | 5D | 3E |
| Octal | 370 | 131 | 105 | 0 | 100 | 110 | 3 | 7 | 135 | 76 |
| Binary | 11111000 | 1011001 | 1000101 | 0 | 1000000 | 1001000 | 11 | 111 | 1011101 | 111110 |
Color Harmonies of #F85945
Complementary color
Monochromatic Colors of #F85945
Black with #F85945
Text Example
Text Example
White with #F85945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85945; }
p { color: rgb(248,89,69); }
H1.HeaderClassName
{
color: #F85945;
}
.AnyTagClassName
{
color: #F85945;
}
</style>
background-color css
<style>
a { background-color: #F85945; }
a { background-color: rgb(248,89,69); }
div.DivClassName
{
background-color: #F85945;
}
.BgClassName
{
background-color: #F85945;
}
</style>
border-color css
<style>
span { border-color: #F85945; }
span { border-color: rgb(248,89,69); }
td.TdClassName
{
border-color: #F85945;
}
.TagClassName
{
border-color: #F85945;
}
</style>