Shades of Tomato #F85D42
Tints of Tomato #F85D42
RGB
CMYK
RGB Variations
Color information
#F85D42 (or 0xF85D42) is known color: Tomato. HEX triplet: F8, 5D and 42. RGB value is (248,93,66). Sum of RGB (Red+Green+Blue) = 248+93+66=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D42 is #07A2BD. Grayscale: #888888. Windows color (decimal): -500414 or 4349432. OLE color: 4349432.
HSL color Cylindrical-coordinate representation of color #F85D42: hue angle of 8.9º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F85D42 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 66 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.03 |
| HSL | 8.9º | 0.93% | 0.62% | - |
| HSV(B) | 8.9º | 0.73% | 0.97% | - |
| XYZ | 43.61 | 28.18 | 8.29 | - |
| YUV | 136.27 | 88.35 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 66 | 0 | 0.62 | 0.73 | 0.03 | 8.9 | 0.93 | 0.62 |
| Hex | F8 | 5D | 42 | 0 | 3E | 49 | 3 | 9 | 5D | 3E |
| Octal | 370 | 135 | 102 | 0 | 76 | 111 | 3 | 11 | 135 | 76 |
| Binary | 11111000 | 1011101 | 1000010 | 0 | 111110 | 1001001 | 11 | 1001 | 1011101 | 111110 |
Color Harmonies of #F85D42
Complementary color
Monochromatic Colors of #F85D42
Black with #F85D42
Text Example
Text Example
White with #F85D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D42; }
p { color: rgb(248,93,66); }
H1.HeaderClassName
{
color: #F85D42;
}
.AnyTagClassName
{
color: #F85D42;
}
</style>
background-color css
<style>
a { background-color: #F85D42; }
a { background-color: rgb(248,93,66); }
div.DivClassName
{
background-color: #F85D42;
}
.BgClassName
{
background-color: #F85D42;
}
</style>
border-color css
<style>
span { border-color: #F85D42; }
span { border-color: rgb(248,93,66); }
td.TdClassName
{
border-color: #F85D42;
}
.TagClassName
{
border-color: #F85D42;
}
</style>