Shades of Tomato #FC6346
Tints of Tomato #FC6346
RGB
CMYK
RGB Variations
Color information
#FC6346 (or 0xFC6346) is known color: Tomato. HEX triplet: FC, 63 and 46. RGB value is (252,99,70). Sum of RGB (Red+Green+Blue) = 252+99+70=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6346 is #039CB9. Grayscale: #8D8D8D. Windows color (decimal): -236730 or 4613116. OLE color: 4613116.
HSL color Cylindrical-coordinate representation of color #FC6346: hue angle of 9.56º 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 #FC6346 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 70 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.01 |
| HSL | 9.56º | 0.97% | 0.63% | - |
| HSV(B) | 9.56º | 0.72% | 0.99% | - |
| XYZ | 45.71 | 30.06 | 9.19 | - |
| YUV | 141.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 70 | 0 | 0.61 | 0.72 | 0.01 | 9.56 | 0.97 | 0.63 |
| Hex | FC | 63 | 46 | 0 | 3D | 48 | 1 | A | 61 | 3F |
| Octal | 374 | 143 | 106 | 0 | 75 | 110 | 1 | 12 | 141 | 77 |
| Binary | 11111100 | 1100011 | 1000110 | 0 | 111101 | 1001000 | 1 | 1010 | 1100001 | 111111 |
Color Harmonies of #FC6346
Complementary color
Monochromatic Colors of #FC6346
Black with #FC6346
Text Example
Text Example
White with #FC6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6346; }
p { color: rgb(252,99,70); }
H1.HeaderClassName
{
color: #FC6346;
}
.AnyTagClassName
{
color: #FC6346;
}
</style>
background-color css
<style>
a { background-color: #FC6346; }
a { background-color: rgb(252,99,70); }
div.DivClassName
{
background-color: #FC6346;
}
.BgClassName
{
background-color: #FC6346;
}
</style>
border-color css
<style>
span { border-color: #FC6346; }
span { border-color: rgb(252,99,70); }
td.TdClassName
{
border-color: #FC6346;
}
.TagClassName
{
border-color: #FC6346;
}
</style>