Shades of Tomato #F86C46
Tints of Tomato #F86C46
RGB
CMYK
RGB Variations
Color information
#F86C46 (or 0xF86C46) is known color: Tomato. HEX triplet: F8, 6C and 46. RGB value is (248,108,70). Sum of RGB (Red+Green+Blue) = 248+108+70=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C46 is #0793B9. Grayscale: #919191. Windows color (decimal): -496570 or 4615416. OLE color: 4615416.
HSL color Cylindrical-coordinate representation of color #F86C46: hue angle of 12.81º 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 #F86C46 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 70 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.03 |
| HSL | 12.81º | 0.93% | 0.62% | - |
| HSV(B) | 12.81º | 0.72% | 0.97% | - |
| XYZ | 45.18 | 31.12 | 9.42 | - |
| YUV | 145.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 70 | 0 | 0.56 | 0.72 | 0.03 | 12.81 | 0.93 | 0.62 |
| Hex | F8 | 6C | 46 | 0 | 38 | 48 | 3 | D | 5D | 3E |
| Octal | 370 | 154 | 106 | 0 | 70 | 110 | 3 | 15 | 135 | 76 |
| Binary | 11111000 | 1101100 | 1000110 | 0 | 111000 | 1001000 | 11 | 1101 | 1011101 | 111110 |
Color Harmonies of #F86C46
Complementary color
Monochromatic Colors of #F86C46
Black with #F86C46
Text Example
Text Example
White with #F86C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C46; }
p { color: rgb(248,108,70); }
H1.HeaderClassName
{
color: #F86C46;
}
.AnyTagClassName
{
color: #F86C46;
}
</style>
background-color css
<style>
a { background-color: #F86C46; }
a { background-color: rgb(248,108,70); }
div.DivClassName
{
background-color: #F86C46;
}
.BgClassName
{
background-color: #F86C46;
}
</style>
border-color css
<style>
span { border-color: #F86C46; }
span { border-color: rgb(248,108,70); }
td.TdClassName
{
border-color: #F86C46;
}
.TagClassName
{
border-color: #F86C46;
}
</style>