Shades of Tomato #F86650
Tints of Tomato #F86650
RGB
CMYK
RGB Variations
Color information
#F86650 (or 0xF86650) is known color: Tomato. HEX triplet: F8, 66 and 50. RGB value is (248,102,80). Sum of RGB (Red+Green+Blue) = 248+102+80=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F86650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86650 is #0799AF. Grayscale: #8F8F8F. Windows color (decimal): -498096 or 5269240. OLE color: 5269240.
HSL color Cylindrical-coordinate representation of color #F86650: hue angle of 7.86º 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 #F86650 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 80 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.03 |
| HSL | 7.86º | 0.92% | 0.64% | - |
| HSV(B) | 7.86º | 0.68% | 0.97% | - |
| XYZ | 44.91 | 30.04 | 11.02 | - |
| YUV | 143.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 80 | 0 | 0.59 | 0.68 | 0.03 | 7.86 | 0.92 | 0.64 |
| Hex | F8 | 66 | 50 | 0 | 3B | 44 | 3 | 8 | 5C | 40 |
| Octal | 370 | 146 | 120 | 0 | 73 | 104 | 3 | 10 | 134 | 100 |
| Binary | 11111000 | 1100110 | 1010000 | 0 | 111011 | 1000100 | 11 | 1000 | 1011100 | 1000000 |
Color Harmonies of #F86650
Complementary color
Monochromatic Colors of #F86650
Black with #F86650
Text Example
Text Example
White with #F86650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86650; }
p { color: rgb(248,102,80); }
H1.HeaderClassName
{
color: #F86650;
}
.AnyTagClassName
{
color: #F86650;
}
</style>
background-color css
<style>
a { background-color: #F86650; }
a { background-color: rgb(248,102,80); }
div.DivClassName
{
background-color: #F86650;
}
.BgClassName
{
background-color: #F86650;
}
</style>
border-color css
<style>
span { border-color: #F86650; }
span { border-color: rgb(248,102,80); }
td.TdClassName
{
border-color: #F86650;
}
.TagClassName
{
border-color: #F86650;
}
</style>