Shades of Tomato #FC5849
Tints of Tomato #FC5849
RGB
CMYK
RGB Variations
Color information
#FC5849 (or 0xFC5849) is known color: Tomato. HEX triplet: FC, 58 and 49. RGB value is (252,88,73). Sum of RGB (Red+Green+Blue) = 252+88+73=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5849 is #03A7B6. Grayscale: #878787. Windows color (decimal): -239543 or 4806908. OLE color: 4806908.
HSL color Cylindrical-coordinate representation of color #FC5849: hue angle of 5.03º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC5849 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 73 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.01 |
| HSL | 5.03º | 0.97% | 0.64% | - |
| HSV(B) | 5.03º | 0.71% | 0.99% | - |
| XYZ | 44.84 | 28.16 | 9.37 | - |
| YUV | 135.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 73 | 0 | 0.65 | 0.71 | 0.01 | 5.03 | 0.97 | 0.64 |
| Hex | FC | 58 | 49 | 0 | 41 | 47 | 1 | 5 | 61 | 40 |
| Octal | 374 | 130 | 111 | 0 | 101 | 107 | 1 | 5 | 141 | 100 |
| Binary | 11111100 | 1011000 | 1001001 | 0 | 1000001 | 1000111 | 1 | 101 | 1100001 | 1000000 |
Color Harmonies of #FC5849
Complementary color
Monochromatic Colors of #FC5849
Black with #FC5849
Text Example
Text Example
White with #FC5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5849; }
p { color: rgb(252,88,73); }
H1.HeaderClassName
{
color: #FC5849;
}
.AnyTagClassName
{
color: #FC5849;
}
</style>
background-color css
<style>
a { background-color: #FC5849; }
a { background-color: rgb(252,88,73); }
div.DivClassName
{
background-color: #FC5849;
}
.BgClassName
{
background-color: #FC5849;
}
</style>
border-color css
<style>
span { border-color: #FC5849; }
span { border-color: rgb(252,88,73); }
td.TdClassName
{
border-color: #FC5849;
}
.TagClassName
{
border-color: #FC5849;
}
</style>