Shades of Tomato #FC6342
Tints of Tomato #FC6342
RGB
CMYK
RGB Variations
Color information
#FC6342 (or 0xFC6342) is known color: Tomato. HEX triplet: FC, 63 and 42. RGB value is (252,99,66). Sum of RGB (Red+Green+Blue) = 252+99+66=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6342 is #039CBD. Grayscale: #8D8D8D. Windows color (decimal): -236734 or 4350972. OLE color: 4350972.
HSL color Cylindrical-coordinate representation of color #FC6342: hue angle of 10.65º 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 #FC6342 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 66 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.01 |
| HSL | 10.65º | 0.97% | 0.62% | - |
| HSV(B) | 10.65º | 0.74% | 0.99% | - |
| XYZ | 45.59 | 30.01 | 8.54 | - |
| YUV | 140.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 66 | 0 | 0.61 | 0.74 | 0.01 | 10.65 | 0.97 | 0.62 |
| Hex | FC | 63 | 42 | 0 | 3D | 4A | 1 | B | 61 | 3E |
| Octal | 374 | 143 | 102 | 0 | 75 | 112 | 1 | 13 | 141 | 76 |
| Binary | 11111100 | 1100011 | 1000010 | 0 | 111101 | 1001010 | 1 | 1011 | 1100001 | 111110 |
Color Harmonies of #FC6342
Complementary color
Monochromatic Colors of #FC6342
Black with #FC6342
Text Example
Text Example
White with #FC6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6342; }
p { color: rgb(252,99,66); }
H1.HeaderClassName
{
color: #FC6342;
}
.AnyTagClassName
{
color: #FC6342;
}
</style>
background-color css
<style>
a { background-color: #FC6342; }
a { background-color: rgb(252,99,66); }
div.DivClassName
{
background-color: #FC6342;
}
.BgClassName
{
background-color: #FC6342;
}
</style>
border-color css
<style>
span { border-color: #FC6342; }
span { border-color: rgb(252,99,66); }
td.TdClassName
{
border-color: #FC6342;
}
.TagClassName
{
border-color: #FC6342;
}
</style>