Shades of Tomato #FC7046
Tints of Tomato #FC7046
RGB
CMYK
RGB Variations
Color information
#FC7046 (or 0xFC7046) is known color: Tomato. HEX triplet: FC, 70 and 46. RGB value is (252,112,70). Sum of RGB (Red+Green+Blue) = 252+112+70=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7046 is #038FB9. Grayscale: #959595. Windows color (decimal): -233402 or 4616444. OLE color: 4616444.
HSL color Cylindrical-coordinate representation of color #FC7046: hue angle of 13.85º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC7046 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 70 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.01 |
| HSL | 13.85º | 0.97% | 0.63% | - |
| HSV(B) | 13.85º | 0.72% | 0.99% | - |
| XYZ | 47.04 | 32.73 | 9.63 | - |
| YUV | 149.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 70 | 0 | 0.56 | 0.72 | 0.01 | 13.85 | 0.97 | 0.63 |
| Hex | FC | 70 | 46 | 0 | 38 | 48 | 1 | E | 61 | 3F |
| Octal | 374 | 160 | 106 | 0 | 70 | 110 | 1 | 16 | 141 | 77 |
| Binary | 11111100 | 1110000 | 1000110 | 0 | 111000 | 1001000 | 1 | 1110 | 1100001 | 111111 |
Color Harmonies of #FC7046
Complementary color
Monochromatic Colors of #FC7046
Black with #FC7046
Text Example
Text Example
White with #FC7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7046; }
p { color: rgb(252,112,70); }
H1.HeaderClassName
{
color: #FC7046;
}
.AnyTagClassName
{
color: #FC7046;
}
</style>
background-color css
<style>
a { background-color: #FC7046; }
a { background-color: rgb(252,112,70); }
div.DivClassName
{
background-color: #FC7046;
}
.BgClassName
{
background-color: #FC7046;
}
</style>
border-color css
<style>
span { border-color: #FC7046; }
span { border-color: rgb(252,112,70); }
td.TdClassName
{
border-color: #FC7046;
}
.TagClassName
{
border-color: #FC7046;
}
</style>