Shades of Tomato #FC704E
Tints of Tomato #FC704E
RGB
CMYK
RGB Variations
Color information
#FC704E (or 0xFC704E) is known color: Tomato. HEX triplet: FC, 70 and 4E. RGB value is (252,112,78). Sum of RGB (Red+Green+Blue) = 252+112+78=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC704E is #038FB1. Grayscale: #969696. Windows color (decimal): -233394 or 5140732. OLE color: 5140732.
HSL color Cylindrical-coordinate representation of color #FC704E: hue angle of 11.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC704E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 78 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.01 |
| HSL | 11.72º | 0.97% | 0.65% | - |
| HSV(B) | 11.72º | 0.69% | 0.99% | - |
| XYZ | 47.31 | 32.83 | 11.05 | - |
| YUV | 149.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 78 | 0 | 0.56 | 0.69 | 0.01 | 11.72 | 0.97 | 0.65 |
| Hex | FC | 70 | 4E | 0 | 38 | 45 | 1 | C | 61 | 41 |
| Octal | 374 | 160 | 116 | 0 | 70 | 105 | 1 | 14 | 141 | 101 |
| Binary | 11111100 | 1110000 | 1001110 | 0 | 111000 | 1000101 | 1 | 1100 | 1100001 | 1000001 |
Color Harmonies of #FC704E
Complementary color
Monochromatic Colors of #FC704E
Black with #FC704E
Text Example
Text Example
White with #FC704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC704E; }
p { color: rgb(252,112,78); }
H1.HeaderClassName
{
color: #FC704E;
}
.AnyTagClassName
{
color: #FC704E;
}
</style>
background-color css
<style>
a { background-color: #FC704E; }
a { background-color: rgb(252,112,78); }
div.DivClassName
{
background-color: #FC704E;
}
.BgClassName
{
background-color: #FC704E;
}
</style>
border-color css
<style>
span { border-color: #FC704E; }
span { border-color: rgb(252,112,78); }
td.TdClassName
{
border-color: #FC704E;
}
.TagClassName
{
border-color: #FC704E;
}
</style>