Shades of Tomato #FC6040
Tints of Tomato #FC6040
RGB
CMYK
RGB Variations
Color information
#FC6040 (or 0xFC6040) is known color: Tomato. HEX triplet: FC, 60 and 40. RGB value is (252,96,64). Sum of RGB (Red+Green+Blue) = 252+96+64=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6040 is #039FBF. Grayscale: #8B8B8B. Windows color (decimal): -237504 or 4219132. OLE color: 4219132.
HSL color Cylindrical-coordinate representation of color #FC6040: hue angle of 10.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC6040 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 64 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.01 |
| HSL | 10.21º | 0.97% | 0.62% | - |
| HSV(B) | 10.21º | 0.75% | 0.99% | - |
| XYZ | 45.25 | 29.43 | 8.15 | - |
| YUV | 139 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 64 | 0 | 0.62 | 0.75 | 0.01 | 10.21 | 0.97 | 0.62 |
| Hex | FC | 60 | 40 | 0 | 3E | 4B | 1 | A | 61 | 3E |
| Octal | 374 | 140 | 100 | 0 | 76 | 113 | 1 | 12 | 141 | 76 |
| Binary | 11111100 | 1100000 | 1000000 | 0 | 111110 | 1001011 | 1 | 1010 | 1100001 | 111110 |
Color Harmonies of #FC6040
Complementary color
Monochromatic Colors of #FC6040
Black with #FC6040
Text Example
Text Example
White with #FC6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6040; }
p { color: rgb(252,96,64); }
H1.HeaderClassName
{
color: #FC6040;
}
.AnyTagClassName
{
color: #FC6040;
}
</style>
background-color css
<style>
a { background-color: #FC6040; }
a { background-color: rgb(252,96,64); }
div.DivClassName
{
background-color: #FC6040;
}
.BgClassName
{
background-color: #FC6040;
}
</style>
border-color css
<style>
span { border-color: #FC6040; }
span { border-color: rgb(252,96,64); }
td.TdClassName
{
border-color: #FC6040;
}
.TagClassName
{
border-color: #FC6040;
}
</style>