Shades of Tomato #FC6642
Tints of Tomato #FC6642
RGB
CMYK
RGB Variations
Color information
#FC6642 (or 0xFC6642) is known color: Tomato. HEX triplet: FC, 66 and 42. RGB value is (252,102,66). Sum of RGB (Red+Green+Blue) = 252+102+66=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6642 is #0399BD. Grayscale: #8F8F8F. Windows color (decimal): -235966 or 4351740. OLE color: 4351740.
HSL color Cylindrical-coordinate representation of color #FC6642: hue angle of 11.61º 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 #FC6642 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 66 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.01 |
| HSL | 11.61º | 0.97% | 0.62% | - |
| HSV(B) | 11.61º | 0.74% | 0.99% | - |
| XYZ | 45.88 | 30.59 | 8.64 | - |
| YUV | 142.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 66 | 0 | 0.60 | 0.74 | 0.01 | 11.61 | 0.97 | 0.62 |
| Hex | FC | 66 | 42 | 0 | 3C | 4A | 1 | C | 61 | 3E |
| Octal | 374 | 146 | 102 | 0 | 74 | 112 | 1 | 14 | 141 | 76 |
| Binary | 11111100 | 1100110 | 1000010 | 0 | 111100 | 1001010 | 1 | 1100 | 1100001 | 111110 |
Color Harmonies of #FC6642
Complementary color
Monochromatic Colors of #FC6642
Black with #FC6642
Text Example
Text Example
White with #FC6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6642; }
p { color: rgb(252,102,66); }
H1.HeaderClassName
{
color: #FC6642;
}
.AnyTagClassName
{
color: #FC6642;
}
</style>
background-color css
<style>
a { background-color: #FC6642; }
a { background-color: rgb(252,102,66); }
div.DivClassName
{
background-color: #FC6642;
}
.BgClassName
{
background-color: #FC6642;
}
</style>
border-color css
<style>
span { border-color: #FC6642; }
span { border-color: rgb(252,102,66); }
td.TdClassName
{
border-color: #FC6642;
}
.TagClassName
{
border-color: #FC6642;
}
</style>