Shades of Tomato #FC6446
Tints of Tomato #FC6446
RGB
CMYK
RGB Variations
Color information
#FC6446 (or 0xFC6446) is known color: Tomato. HEX triplet: FC, 64 and 46. RGB value is (252,100,70). Sum of RGB (Red+Green+Blue) = 252+100+70=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6446 is #039BB9. Grayscale: #8E8E8E. Windows color (decimal): -236474 or 4613372. OLE color: 4613372.
HSL color Cylindrical-coordinate representation of color #FC6446: hue angle of 9.89º 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 #FC6446 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 70 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.01 |
| HSL | 9.89º | 0.97% | 0.63% | - |
| HSV(B) | 9.89º | 0.72% | 0.99% | - |
| XYZ | 45.81 | 30.25 | 9.22 | - |
| YUV | 142.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 70 | 0 | 0.60 | 0.72 | 0.01 | 9.89 | 0.97 | 0.63 |
| Hex | FC | 64 | 46 | 0 | 3C | 48 | 1 | A | 61 | 3F |
| Octal | 374 | 144 | 106 | 0 | 74 | 110 | 1 | 12 | 141 | 77 |
| Binary | 11111100 | 1100100 | 1000110 | 0 | 111100 | 1001000 | 1 | 1010 | 1100001 | 111111 |
Color Harmonies of #FC6446
Complementary color
Monochromatic Colors of #FC6446
Black with #FC6446
Text Example
Text Example
White with #FC6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6446; }
p { color: rgb(252,100,70); }
H1.HeaderClassName
{
color: #FC6446;
}
.AnyTagClassName
{
color: #FC6446;
}
</style>
background-color css
<style>
a { background-color: #FC6446; }
a { background-color: rgb(252,100,70); }
div.DivClassName
{
background-color: #FC6446;
}
.BgClassName
{
background-color: #FC6446;
}
</style>
border-color css
<style>
span { border-color: #FC6446; }
span { border-color: rgb(252,100,70); }
td.TdClassName
{
border-color: #FC6446;
}
.TagClassName
{
border-color: #FC6446;
}
</style>