Shades of Tomato #FC6546
Tints of Tomato #FC6546
RGB
CMYK
RGB Variations
Color information
#FC6546 (or 0xFC6546) is known color: Tomato. HEX triplet: FC, 65 and 46. RGB value is (252,101,70). Sum of RGB (Red+Green+Blue) = 252+101+70=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6546 is #039AB9. Grayscale: #8E8E8E. Windows color (decimal): -236218 or 4613628. OLE color: 4613628.
HSL color Cylindrical-coordinate representation of color #FC6546: hue angle of 10.22º 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 #FC6546 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 70 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.01 |
| HSL | 10.22º | 0.97% | 0.63% | - |
| HSV(B) | 10.22º | 0.72% | 0.99% | - |
| XYZ | 45.9 | 30.45 | 9.25 | - |
| YUV | 142.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 70 | 0 | 0.60 | 0.72 | 0.01 | 10.22 | 0.97 | 0.63 |
| Hex | FC | 65 | 46 | 0 | 3C | 48 | 1 | A | 61 | 3F |
| Octal | 374 | 145 | 106 | 0 | 74 | 110 | 1 | 12 | 141 | 77 |
| Binary | 11111100 | 1100101 | 1000110 | 0 | 111100 | 1001000 | 1 | 1010 | 1100001 | 111111 |
Color Harmonies of #FC6546
Complementary color
Monochromatic Colors of #FC6546
Black with #FC6546
Text Example
Text Example
White with #FC6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6546; }
p { color: rgb(252,101,70); }
H1.HeaderClassName
{
color: #FC6546;
}
.AnyTagClassName
{
color: #FC6546;
}
</style>
background-color css
<style>
a { background-color: #FC6546; }
a { background-color: rgb(252,101,70); }
div.DivClassName
{
background-color: #FC6546;
}
.BgClassName
{
background-color: #FC6546;
}
</style>
border-color css
<style>
span { border-color: #FC6546; }
span { border-color: rgb(252,101,70); }
td.TdClassName
{
border-color: #FC6546;
}
.TagClassName
{
border-color: #FC6546;
}
</style>