Shades of Tomato #FC6253
Tints of Tomato #FC6253
RGB
CMYK
RGB Variations
Color information
#FC6253 (or 0xFC6253) is known color: Tomato. HEX triplet: FC, 62 and 53. RGB value is (252,98,83). Sum of RGB (Red+Green+Blue) = 252+98+83=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6253 is #039DAC. Grayscale: #8E8E8E. Windows color (decimal): -236973 or 5464828. OLE color: 5464828.
HSL color Cylindrical-coordinate representation of color #FC6253: hue angle of 5.33º 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 #FC6253 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 83 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.01 |
| HSL | 5.33º | 0.97% | 0.66% | - |
| HSV(B) | 5.33º | 0.67% | 0.99% | - |
| XYZ | 46.07 | 30.06 | 11.56 | - |
| YUV | 142.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 83 | 0 | 0.61 | 0.67 | 0.01 | 5.33 | 0.97 | 0.66 |
| Hex | FC | 62 | 53 | 0 | 3D | 43 | 1 | 5 | 61 | 42 |
| Octal | 374 | 142 | 123 | 0 | 75 | 103 | 1 | 5 | 141 | 102 |
| Binary | 11111100 | 1100010 | 1010011 | 0 | 111101 | 1000011 | 1 | 101 | 1100001 | 1000010 |
Color Harmonies of #FC6253
Complementary color
Monochromatic Colors of #FC6253
Black with #FC6253
Text Example
Text Example
White with #FC6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6253; }
p { color: rgb(252,98,83); }
H1.HeaderClassName
{
color: #FC6253;
}
.AnyTagClassName
{
color: #FC6253;
}
</style>
background-color css
<style>
a { background-color: #FC6253; }
a { background-color: rgb(252,98,83); }
div.DivClassName
{
background-color: #FC6253;
}
.BgClassName
{
background-color: #FC6253;
}
</style>
border-color css
<style>
span { border-color: #FC6253; }
span { border-color: rgb(252,98,83); }
td.TdClassName
{
border-color: #FC6253;
}
.TagClassName
{
border-color: #FC6253;
}
</style>