Shades of Tomato #FC6053
Tints of Tomato #FC6053
RGB
CMYK
RGB Variations
Color information
#FC6053 (or 0xFC6053) is known color: Tomato. HEX triplet: FC, 60 and 53. RGB value is (252,96,83). Sum of RGB (Red+Green+Blue) = 252+96+83=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6053 is #039FAC. Grayscale: #8D8D8D. Windows color (decimal): -237485 or 5464316. OLE color: 5464316.
HSL color Cylindrical-coordinate representation of color #FC6053: hue angle of 4.62º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC6053 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 83 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.01 |
| HSL | 4.62º | 0.97% | 0.66% | - |
| HSV(B) | 4.62º | 0.67% | 0.99% | - |
| XYZ | 45.89 | 29.69 | 11.49 | - |
| YUV | 141.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 83 | 0 | 0.62 | 0.67 | 0.01 | 4.62 | 0.97 | 0.66 |
| Hex | FC | 60 | 53 | 0 | 3E | 43 | 1 | 5 | 61 | 42 |
| Octal | 374 | 140 | 123 | 0 | 76 | 103 | 1 | 5 | 141 | 102 |
| Binary | 11111100 | 1100000 | 1010011 | 0 | 111110 | 1000011 | 1 | 101 | 1100001 | 1000010 |
Color Harmonies of #FC6053
Complementary color
Monochromatic Colors of #FC6053
Black with #FC6053
Text Example
Text Example
White with #FC6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6053; }
p { color: rgb(252,96,83); }
H1.HeaderClassName
{
color: #FC6053;
}
.AnyTagClassName
{
color: #FC6053;
}
</style>
background-color css
<style>
a { background-color: #FC6053; }
a { background-color: rgb(252,96,83); }
div.DivClassName
{
background-color: #FC6053;
}
.BgClassName
{
background-color: #FC6053;
}
</style>
border-color css
<style>
span { border-color: #FC6053; }
span { border-color: rgb(252,96,83); }
td.TdClassName
{
border-color: #FC6053;
}
.TagClassName
{
border-color: #FC6053;
}
</style>