Shades of Tomato #FC5946
Tints of Tomato #FC5946
RGB
CMYK
RGB Variations
Color information
#FC5946 (or 0xFC5946) is known color: Tomato. HEX triplet: FC, 59 and 46. RGB value is (252,89,70). Sum of RGB (Red+Green+Blue) = 252+89+70=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5946 is #03A6B9. Grayscale: #878787. Windows color (decimal): -239290 or 4610556. OLE color: 4610556.
HSL color Cylindrical-coordinate representation of color #FC5946: hue angle of 6.26º 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 #FC5946 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 70 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.01 |
| HSL | 6.26º | 0.97% | 0.63% | - |
| HSV(B) | 6.26º | 0.72% | 0.99% | - |
| XYZ | 44.82 | 28.28 | 8.89 | - |
| YUV | 135.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 70 | 0 | 0.65 | 0.72 | 0.01 | 6.26 | 0.97 | 0.63 |
| Hex | FC | 59 | 46 | 0 | 41 | 48 | 1 | 6 | 61 | 3F |
| Octal | 374 | 131 | 106 | 0 | 101 | 110 | 1 | 6 | 141 | 77 |
| Binary | 11111100 | 1011001 | 1000110 | 0 | 1000001 | 1001000 | 1 | 110 | 1100001 | 111111 |
Color Harmonies of #FC5946
Complementary color
Monochromatic Colors of #FC5946
Black with #FC5946
Text Example
Text Example
White with #FC5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5946; }
p { color: rgb(252,89,70); }
H1.HeaderClassName
{
color: #FC5946;
}
.AnyTagClassName
{
color: #FC5946;
}
</style>
background-color css
<style>
a { background-color: #FC5946; }
a { background-color: rgb(252,89,70); }
div.DivClassName
{
background-color: #FC5946;
}
.BgClassName
{
background-color: #FC5946;
}
</style>
border-color css
<style>
span { border-color: #FC5946; }
span { border-color: rgb(252,89,70); }
td.TdClassName
{
border-color: #FC5946;
}
.TagClassName
{
border-color: #FC5946;
}
</style>