Shades of Tomato #F86140
Tints of Tomato #F86140
RGB
CMYK
RGB Variations
Color information
#F86140 (or 0xF86140) is known color: Tomato. HEX triplet: F8, 61 and 40. RGB value is (248,97,64). Sum of RGB (Red+Green+Blue) = 248+97+64=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F86140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86140 is #079EBF. Grayscale: #8A8A8A. Windows color (decimal): -499392 or 4219384. OLE color: 4219384.
HSL color Cylindrical-coordinate representation of color #F86140: hue angle of 10.76º 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 #F86140 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 64 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.03 |
| HSL | 10.76º | 0.93% | 0.61% | - |
| HSV(B) | 10.76º | 0.74% | 0.97% | - |
| XYZ | 43.91 | 28.88 | 8.11 | - |
| YUV | 138.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 64 | 0 | 0.61 | 0.74 | 0.03 | 10.76 | 0.93 | 0.61 |
| Hex | F8 | 61 | 40 | 0 | 3D | 4A | 3 | B | 5D | 3D |
| Octal | 370 | 141 | 100 | 0 | 75 | 112 | 3 | 13 | 135 | 75 |
| Binary | 11111000 | 1100001 | 1000000 | 0 | 111101 | 1001010 | 11 | 1011 | 1011101 | 111101 |
Color Harmonies of #F86140
Complementary color
Monochromatic Colors of #F86140
Black with #F86140
Text Example
Text Example
White with #F86140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86140; }
p { color: rgb(248,97,64); }
H1.HeaderClassName
{
color: #F86140;
}
.AnyTagClassName
{
color: #F86140;
}
</style>
background-color css
<style>
a { background-color: #F86140; }
a { background-color: rgb(248,97,64); }
div.DivClassName
{
background-color: #F86140;
}
.BgClassName
{
background-color: #F86140;
}
</style>
border-color css
<style>
span { border-color: #F86140; }
span { border-color: rgb(248,97,64); }
td.TdClassName
{
border-color: #F86140;
}
.TagClassName
{
border-color: #F86140;
}
</style>