Shades of Tomato #FC5D55
Tints of Tomato #FC5D55
RGB
CMYK
RGB Variations
Color information
#FC5D55 (or 0xFC5D55) is known color: Tomato. HEX triplet: FC, 5D and 55. RGB value is (252,93,85). Sum of RGB (Red+Green+Blue) = 252+93+85=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D55 is #03A2AA. Grayscale: #8B8B8B. Windows color (decimal): -238251 or 5594620. OLE color: 5594620.
HSL color Cylindrical-coordinate representation of color #FC5D55: hue angle of 2.87º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5D55 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 85 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.01 |
| HSL | 2.87º | 0.97% | 0.66% | - |
| HSV(B) | 2.87º | 0.66% | 0.99% | - |
| XYZ | 45.7 | 29.18 | 11.82 | - |
| YUV | 139.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 85 | 0 | 0.63 | 0.66 | 0.01 | 2.87 | 0.97 | 0.66 |
| Hex | FC | 5D | 55 | 0 | 3F | 42 | 1 | 3 | 61 | 42 |
| Octal | 374 | 135 | 125 | 0 | 77 | 102 | 1 | 3 | 141 | 102 |
| Binary | 11111100 | 1011101 | 1010101 | 0 | 111111 | 1000010 | 1 | 11 | 1100001 | 1000010 |
Color Harmonies of #FC5D55
Complementary color
Monochromatic Colors of #FC5D55
Black with #FC5D55
Text Example
Text Example
White with #FC5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D55; }
p { color: rgb(252,93,85); }
H1.HeaderClassName
{
color: #FC5D55;
}
.AnyTagClassName
{
color: #FC5D55;
}
</style>
background-color css
<style>
a { background-color: #FC5D55; }
a { background-color: rgb(252,93,85); }
div.DivClassName
{
background-color: #FC5D55;
}
.BgClassName
{
background-color: #FC5D55;
}
</style>
border-color css
<style>
span { border-color: #FC5D55; }
span { border-color: rgb(252,93,85); }
td.TdClassName
{
border-color: #FC5D55;
}
.TagClassName
{
border-color: #FC5D55;
}
</style>