Shades of Tomato #FC6552
Tints of Tomato #FC6552
RGB
CMYK
RGB Variations
Color information
#FC6552 (or 0xFC6552) is known color: Tomato. HEX triplet: FC, 65 and 52. RGB value is (252,101,82). Sum of RGB (Red+Green+Blue) = 252+101+82=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6552 is #039AAD. Grayscale: #909090. Windows color (decimal): -236206 or 5400060. OLE color: 5400060.
HSL color Cylindrical-coordinate representation of color #FC6552: hue angle of 6.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC6552 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 82 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.01 |
| HSL | 6.71º | 0.97% | 0.65% | - |
| HSV(B) | 6.71º | 0.67% | 0.99% | - |
| XYZ | 46.32 | 30.61 | 11.45 | - |
| YUV | 143.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 82 | 0 | 0.60 | 0.67 | 0.01 | 6.71 | 0.97 | 0.65 |
| Hex | FC | 65 | 52 | 0 | 3C | 43 | 1 | 7 | 61 | 41 |
| Octal | 374 | 145 | 122 | 0 | 74 | 103 | 1 | 7 | 141 | 101 |
| Binary | 11111100 | 1100101 | 1010010 | 0 | 111100 | 1000011 | 1 | 111 | 1100001 | 1000001 |
Color Harmonies of #FC6552
Complementary color
Monochromatic Colors of #FC6552
Black with #FC6552
Text Example
Text Example
White with #FC6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6552; }
p { color: rgb(252,101,82); }
H1.HeaderClassName
{
color: #FC6552;
}
.AnyTagClassName
{
color: #FC6552;
}
</style>
background-color css
<style>
a { background-color: #FC6552; }
a { background-color: rgb(252,101,82); }
div.DivClassName
{
background-color: #FC6552;
}
.BgClassName
{
background-color: #FC6552;
}
</style>
border-color css
<style>
span { border-color: #FC6552; }
span { border-color: rgb(252,101,82); }
td.TdClassName
{
border-color: #FC6552;
}
.TagClassName
{
border-color: #FC6552;
}
</style>