Shades of Tomato #FC5850
Tints of Tomato #FC5850
RGB
CMYK
RGB Variations
Color information
#FC5850 (or 0xFC5850) is known color: Tomato. HEX triplet: FC, 58 and 50. RGB value is (252,88,80). Sum of RGB (Red+Green+Blue) = 252+88+80=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5850 is #03A7AF. Grayscale: #888888. Windows color (decimal): -239536 or 5265660. OLE color: 5265660.
HSL color Cylindrical-coordinate representation of color #FC5850: hue angle of 2.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5850 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 80 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.01 |
| HSL | 2.79º | 0.97% | 0.65% | - |
| HSV(B) | 2.79º | 0.68% | 0.99% | - |
| XYZ | 45.08 | 28.25 | 10.67 | - |
| YUV | 136.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 80 | 0 | 0.65 | 0.68 | 0.01 | 2.79 | 0.97 | 0.65 |
| Hex | FC | 58 | 50 | 0 | 41 | 44 | 1 | 3 | 61 | 41 |
| Octal | 374 | 130 | 120 | 0 | 101 | 104 | 1 | 3 | 141 | 101 |
| Binary | 11111100 | 1011000 | 1010000 | 0 | 1000001 | 1000100 | 1 | 11 | 1100001 | 1000001 |
Color Harmonies of #FC5850
Complementary color
Monochromatic Colors of #FC5850
Black with #FC5850
Text Example
Text Example
White with #FC5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5850; }
p { color: rgb(252,88,80); }
H1.HeaderClassName
{
color: #FC5850;
}
.AnyTagClassName
{
color: #FC5850;
}
</style>
background-color css
<style>
a { background-color: #FC5850; }
a { background-color: rgb(252,88,80); }
div.DivClassName
{
background-color: #FC5850;
}
.BgClassName
{
background-color: #FC5850;
}
</style>
border-color css
<style>
span { border-color: #FC5850; }
span { border-color: rgb(252,88,80); }
td.TdClassName
{
border-color: #FC5850;
}
.TagClassName
{
border-color: #FC5850;
}
</style>