Shades of Tomato #F86145
Tints of Tomato #F86145
RGB
CMYK
RGB Variations
Color information
#F86145 (or 0xF86145) is known color: Tomato. HEX triplet: F8, 61 and 45. RGB value is (248,97,69). Sum of RGB (Red+Green+Blue) = 248+97+69=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F86145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86145 is #079EBA. Grayscale: #8B8B8B. Windows color (decimal): -499387 or 4547064. OLE color: 4547064.
HSL color Cylindrical-coordinate representation of color #F86145: hue angle of 9.39º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F86145 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 69 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.03 |
| HSL | 9.39º | 0.93% | 0.62% | - |
| HSV(B) | 9.39º | 0.72% | 0.97% | - |
| XYZ | 44.06 | 28.94 | 8.89 | - |
| YUV | 138.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 69 | 0 | 0.61 | 0.72 | 0.03 | 9.39 | 0.93 | 0.62 |
| Hex | F8 | 61 | 45 | 0 | 3D | 48 | 3 | 9 | 5D | 3E |
| Octal | 370 | 141 | 105 | 0 | 75 | 110 | 3 | 11 | 135 | 76 |
| Binary | 11111000 | 1100001 | 1000101 | 0 | 111101 | 1001000 | 11 | 1001 | 1011101 | 111110 |
Color Harmonies of #F86145
Complementary color
Monochromatic Colors of #F86145
Black with #F86145
Text Example
Text Example
White with #F86145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86145; }
p { color: rgb(248,97,69); }
H1.HeaderClassName
{
color: #F86145;
}
.AnyTagClassName
{
color: #F86145;
}
</style>
background-color css
<style>
a { background-color: #F86145; }
a { background-color: rgb(248,97,69); }
div.DivClassName
{
background-color: #F86145;
}
.BgClassName
{
background-color: #F86145;
}
</style>
border-color css
<style>
span { border-color: #F86145; }
span { border-color: rgb(248,97,69); }
td.TdClassName
{
border-color: #F86145;
}
.TagClassName
{
border-color: #F86145;
}
</style>