Shades of Tomato #F85A40
Tints of Tomato #F85A40
RGB
CMYK
RGB Variations
Color information
#F85A40 (or 0xF85A40) is known color: Tomato. HEX triplet: F8, 5A and 40. RGB value is (248,90,64). Sum of RGB (Red+Green+Blue) = 248+90+64=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A40 is #07A5BF. Grayscale: #868686. Windows color (decimal): -501184 or 4217592. OLE color: 4217592.
HSL color Cylindrical-coordinate representation of color #F85A40: hue angle of 8.48º 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 #F85A40 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 64 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.03 |
| HSL | 8.48º | 0.93% | 0.61% | - |
| HSV(B) | 8.48º | 0.74% | 0.97% | - |
| XYZ | 43.29 | 27.64 | 7.9 | - |
| YUV | 134.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 64 | 0 | 0.64 | 0.74 | 0.03 | 8.48 | 0.93 | 0.61 |
| Hex | F8 | 5A | 40 | 0 | 40 | 4A | 3 | 8 | 5D | 3D |
| Octal | 370 | 132 | 100 | 0 | 100 | 112 | 3 | 10 | 135 | 75 |
| Binary | 11111000 | 1011010 | 1000000 | 0 | 1000000 | 1001010 | 11 | 1000 | 1011101 | 111101 |
Color Harmonies of #F85A40
Complementary color
Monochromatic Colors of #F85A40
Black with #F85A40
Text Example
Text Example
White with #F85A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A40; }
p { color: rgb(248,90,64); }
H1.HeaderClassName
{
color: #F85A40;
}
.AnyTagClassName
{
color: #F85A40;
}
</style>
background-color css
<style>
a { background-color: #F85A40; }
a { background-color: rgb(248,90,64); }
div.DivClassName
{
background-color: #F85A40;
}
.BgClassName
{
background-color: #F85A40;
}
</style>
border-color css
<style>
span { border-color: #F85A40; }
span { border-color: rgb(248,90,64); }
td.TdClassName
{
border-color: #F85A40;
}
.TagClassName
{
border-color: #F85A40;
}
</style>