Shades of Tomato #F86540
Tints of Tomato #F86540
RGB
CMYK
RGB Variations
Color information
#F86540 (or 0xF86540) is known color: Tomato. HEX triplet: F8, 65 and 40. RGB value is (248,101,64). Sum of RGB (Red+Green+Blue) = 248+101+64=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F86540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86540 is #079ABF. Grayscale: #8D8D8D. Windows color (decimal): -498368 or 4220408. OLE color: 4220408.
HSL color Cylindrical-coordinate representation of color #F86540: hue angle of 12.07º 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 #F86540 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 64 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.03 |
| HSL | 12.07º | 0.93% | 0.61% | - |
| HSV(B) | 12.07º | 0.74% | 0.97% | - |
| XYZ | 44.29 | 29.63 | 8.24 | - |
| YUV | 140.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 64 | 0 | 0.59 | 0.74 | 0.03 | 12.07 | 0.93 | 0.61 |
| Hex | F8 | 65 | 40 | 0 | 3B | 4A | 3 | C | 5D | 3D |
| Octal | 370 | 145 | 100 | 0 | 73 | 112 | 3 | 14 | 135 | 75 |
| Binary | 11111000 | 1100101 | 1000000 | 0 | 111011 | 1001010 | 11 | 1100 | 1011101 | 111101 |
Color Harmonies of #F86540
Complementary color
Monochromatic Colors of #F86540
Black with #F86540
Text Example
Text Example
White with #F86540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86540; }
p { color: rgb(248,101,64); }
H1.HeaderClassName
{
color: #F86540;
}
.AnyTagClassName
{
color: #F86540;
}
</style>
background-color css
<style>
a { background-color: #F86540; }
a { background-color: rgb(248,101,64); }
div.DivClassName
{
background-color: #F86540;
}
.BgClassName
{
background-color: #F86540;
}
</style>
border-color css
<style>
span { border-color: #F86540; }
span { border-color: rgb(248,101,64); }
td.TdClassName
{
border-color: #F86540;
}
.TagClassName
{
border-color: #F86540;
}
</style>