Shades of Tomato #FC6742
Tints of Tomato #FC6742
RGB
CMYK
RGB Variations
Color information
#FC6742 (or 0xFC6742) is known color: Tomato. HEX triplet: FC, 67 and 42. RGB value is (252,103,66). Sum of RGB (Red+Green+Blue) = 252+103+66=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6742 is #0398BD. Grayscale: #8F8F8F. Windows color (decimal): -235710 or 4351996. OLE color: 4351996.
HSL color Cylindrical-coordinate representation of color #FC6742: hue angle of 11.94º 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 #FC6742 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 66 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.01 |
| HSL | 11.94º | 0.97% | 0.62% | - |
| HSV(B) | 11.94º | 0.74% | 0.99% | - |
| XYZ | 45.98 | 30.79 | 8.67 | - |
| YUV | 143.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 66 | 0 | 0.59 | 0.74 | 0.01 | 11.94 | 0.97 | 0.62 |
| Hex | FC | 67 | 42 | 0 | 3B | 4A | 1 | C | 61 | 3E |
| Octal | 374 | 147 | 102 | 0 | 73 | 112 | 1 | 14 | 141 | 76 |
| Binary | 11111100 | 1100111 | 1000010 | 0 | 111011 | 1001010 | 1 | 1100 | 1100001 | 111110 |
Color Harmonies of #FC6742
Complementary color
Monochromatic Colors of #FC6742
Black with #FC6742
Text Example
Text Example
White with #FC6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6742; }
p { color: rgb(252,103,66); }
H1.HeaderClassName
{
color: #FC6742;
}
.AnyTagClassName
{
color: #FC6742;
}
</style>
background-color css
<style>
a { background-color: #FC6742; }
a { background-color: rgb(252,103,66); }
div.DivClassName
{
background-color: #FC6742;
}
.BgClassName
{
background-color: #FC6742;
}
</style>
border-color css
<style>
span { border-color: #FC6742; }
span { border-color: rgb(252,103,66); }
td.TdClassName
{
border-color: #FC6742;
}
.TagClassName
{
border-color: #FC6742;
}
</style>