Shades of Tomato #F85E40
Tints of Tomato #F85E40
RGB
CMYK
RGB Variations
Color information
#F85E40 (or 0xF85E40) is known color: Tomato. HEX triplet: F8, 5E and 40. RGB value is (248,94,64). Sum of RGB (Red+Green+Blue) = 248+94+64=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E40 is #07A1BF. Grayscale: #888888. Windows color (decimal): -500160 or 4218616. OLE color: 4218616.
HSL color Cylindrical-coordinate representation of color #F85E40: hue angle of 9.78º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85E40 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 64 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.03 |
| HSL | 9.78º | 0.93% | 0.61% | - |
| HSV(B) | 9.78º | 0.74% | 0.97% | - |
| XYZ | 43.64 | 28.33 | 8.02 | - |
| YUV | 136.63 | 87.02 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 64 | 0 | 0.62 | 0.74 | 0.03 | 9.78 | 0.93 | 0.61 |
| Hex | F8 | 5E | 40 | 0 | 3E | 4A | 3 | A | 5D | 3D |
| Octal | 370 | 136 | 100 | 0 | 76 | 112 | 3 | 12 | 135 | 75 |
| Binary | 11111000 | 1011110 | 1000000 | 0 | 111110 | 1001010 | 11 | 1010 | 1011101 | 111101 |
Color Harmonies of #F85E40
Complementary color
Monochromatic Colors of #F85E40
Black with #F85E40
Text Example
Text Example
White with #F85E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E40; }
p { color: rgb(248,94,64); }
H1.HeaderClassName
{
color: #F85E40;
}
.AnyTagClassName
{
color: #F85E40;
}
</style>
background-color css
<style>
a { background-color: #F85E40; }
a { background-color: rgb(248,94,64); }
div.DivClassName
{
background-color: #F85E40;
}
.BgClassName
{
background-color: #F85E40;
}
</style>
border-color css
<style>
span { border-color: #F85E40; }
span { border-color: rgb(248,94,64); }
td.TdClassName
{
border-color: #F85E40;
}
.TagClassName
{
border-color: #F85E40;
}
</style>