Shades of Tomato #FC5A47
Tints of Tomato #FC5A47
RGB
CMYK
RGB Variations
Color information
#FC5A47 (or 0xFC5A47) is known color: Tomato. HEX triplet: FC, 5A and 47. RGB value is (252,90,71). Sum of RGB (Red+Green+Blue) = 252+90+71=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A47 is #03A5B8. Grayscale: #888888. Windows color (decimal): -239033 or 4676348. OLE color: 4676348.
HSL color Cylindrical-coordinate representation of color #FC5A47: hue angle of 6.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC5A47 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 71 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.01 |
| HSL | 6.3º | 0.97% | 0.63% | - |
| HSV(B) | 6.3º | 0.72% | 0.99% | - |
| XYZ | 44.94 | 28.46 | 9.09 | - |
| YUV | 136.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 71 | 0 | 0.64 | 0.72 | 0.01 | 6.3 | 0.97 | 0.63 |
| Hex | FC | 5A | 47 | 0 | 40 | 48 | 1 | 6 | 61 | 3F |
| Octal | 374 | 132 | 107 | 0 | 100 | 110 | 1 | 6 | 141 | 77 |
| Binary | 11111100 | 1011010 | 1000111 | 0 | 1000000 | 1001000 | 1 | 110 | 1100001 | 111111 |
Color Harmonies of #FC5A47
Complementary color
Monochromatic Colors of #FC5A47
Black with #FC5A47
Text Example
Text Example
White with #FC5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A47; }
p { color: rgb(252,90,71); }
H1.HeaderClassName
{
color: #FC5A47;
}
.AnyTagClassName
{
color: #FC5A47;
}
</style>
background-color css
<style>
a { background-color: #FC5A47; }
a { background-color: rgb(252,90,71); }
div.DivClassName
{
background-color: #FC5A47;
}
.BgClassName
{
background-color: #FC5A47;
}
</style>
border-color css
<style>
span { border-color: #FC5A47; }
span { border-color: rgb(252,90,71); }
td.TdClassName
{
border-color: #FC5A47;
}
.TagClassName
{
border-color: #FC5A47;
}
</style>