Shades of Tomato #F86250
Tints of Tomato #F86250
RGB
CMYK
RGB Variations
Color information
#F86250 (or 0xF86250) is known color: Tomato. HEX triplet: F8, 62 and 50. RGB value is (248,98,80). Sum of RGB (Red+Green+Blue) = 248+98+80=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F86250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86250 is #079DAF. Grayscale: #8D8D8D. Windows color (decimal): -499120 or 5268216. OLE color: 5268216.
HSL color Cylindrical-coordinate representation of color #F86250: hue angle of 6.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F86250 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 80 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.03 |
| HSL | 6.43º | 0.92% | 0.64% | - |
| HSV(B) | 6.43º | 0.68% | 0.97% | - |
| XYZ | 44.53 | 29.27 | 10.89 | - |
| YUV | 140.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 80 | 0 | 0.60 | 0.68 | 0.03 | 6.43 | 0.92 | 0.64 |
| Hex | F8 | 62 | 50 | 0 | 3C | 44 | 3 | 6 | 5C | 40 |
| Octal | 370 | 142 | 120 | 0 | 74 | 104 | 3 | 6 | 134 | 100 |
| Binary | 11111000 | 1100010 | 1010000 | 0 | 111100 | 1000100 | 11 | 110 | 1011100 | 1000000 |
Color Harmonies of #F86250
Complementary color
Monochromatic Colors of #F86250
Black with #F86250
Text Example
Text Example
White with #F86250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86250; }
p { color: rgb(248,98,80); }
H1.HeaderClassName
{
color: #F86250;
}
.AnyTagClassName
{
color: #F86250;
}
</style>
background-color css
<style>
a { background-color: #F86250; }
a { background-color: rgb(248,98,80); }
div.DivClassName
{
background-color: #F86250;
}
.BgClassName
{
background-color: #F86250;
}
</style>
border-color css
<style>
span { border-color: #F86250; }
span { border-color: rgb(248,98,80); }
td.TdClassName
{
border-color: #F86250;
}
.TagClassName
{
border-color: #F86250;
}
</style>