Shades of Tomato #FC6246
Tints of Tomato #FC6246
RGB
CMYK
RGB Variations
Color information
#FC6246 (or 0xFC6246) is known color: Tomato. HEX triplet: FC, 62 and 46. RGB value is (252,98,70). Sum of RGB (Red+Green+Blue) = 252+98+70=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6246 is #039DB9. Grayscale: #8D8D8D. Windows color (decimal): -236986 or 4612860. OLE color: 4612860.
HSL color Cylindrical-coordinate representation of color #FC6246: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC6246 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 70 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.01 |
| HSL | 9.23º | 0.97% | 0.63% | - |
| HSV(B) | 9.23º | 0.72% | 0.99% | - |
| XYZ | 45.62 | 29.87 | 9.16 | - |
| YUV | 140.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 70 | 0 | 0.61 | 0.72 | 0.01 | 9.23 | 0.97 | 0.63 |
| Hex | FC | 62 | 46 | 0 | 3D | 48 | 1 | 9 | 61 | 3F |
| Octal | 374 | 142 | 106 | 0 | 75 | 110 | 1 | 11 | 141 | 77 |
| Binary | 11111100 | 1100010 | 1000110 | 0 | 111101 | 1001000 | 1 | 1001 | 1100001 | 111111 |
Color Harmonies of #FC6246
Complementary color
Monochromatic Colors of #FC6246
Black with #FC6246
Text Example
Text Example
White with #FC6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6246; }
p { color: rgb(252,98,70); }
H1.HeaderClassName
{
color: #FC6246;
}
.AnyTagClassName
{
color: #FC6246;
}
</style>
background-color css
<style>
a { background-color: #FC6246; }
a { background-color: rgb(252,98,70); }
div.DivClassName
{
background-color: #FC6246;
}
.BgClassName
{
background-color: #FC6246;
}
</style>
border-color css
<style>
span { border-color: #FC6246; }
span { border-color: rgb(252,98,70); }
td.TdClassName
{
border-color: #FC6246;
}
.TagClassName
{
border-color: #FC6246;
}
</style>