Shades of Tomato #FC6042
Tints of Tomato #FC6042
RGB
CMYK
RGB Variations
Color information
#FC6042 (or 0xFC6042) is known color: Tomato. HEX triplet: FC, 60 and 42. RGB value is (252,96,66). Sum of RGB (Red+Green+Blue) = 252+96+66=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6042 is #039FBD. Grayscale: #8B8B8B. Windows color (decimal): -237502 or 4350204. OLE color: 4350204.
HSL color Cylindrical-coordinate representation of color #FC6042: hue angle of 9.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC6042 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 66 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.01 |
| HSL | 9.68º | 0.97% | 0.62% | - |
| HSV(B) | 9.68º | 0.74% | 0.99% | - |
| XYZ | 45.31 | 29.45 | 8.45 | - |
| YUV | 139.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 66 | 0 | 0.62 | 0.74 | 0.01 | 9.68 | 0.97 | 0.62 |
| Hex | FC | 60 | 42 | 0 | 3E | 4A | 1 | A | 61 | 3E |
| Octal | 374 | 140 | 102 | 0 | 76 | 112 | 1 | 12 | 141 | 76 |
| Binary | 11111100 | 1100000 | 1000010 | 0 | 111110 | 1001010 | 1 | 1010 | 1100001 | 111110 |
Color Harmonies of #FC6042
Complementary color
Monochromatic Colors of #FC6042
Black with #FC6042
Text Example
Text Example
White with #FC6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6042; }
p { color: rgb(252,96,66); }
H1.HeaderClassName
{
color: #FC6042;
}
.AnyTagClassName
{
color: #FC6042;
}
</style>
background-color css
<style>
a { background-color: #FC6042; }
a { background-color: rgb(252,96,66); }
div.DivClassName
{
background-color: #FC6042;
}
.BgClassName
{
background-color: #FC6042;
}
</style>
border-color css
<style>
span { border-color: #FC6042; }
span { border-color: rgb(252,96,66); }
td.TdClassName
{
border-color: #FC6042;
}
.TagClassName
{
border-color: #FC6042;
}
</style>