Shades of Tomato #FC704D
Tints of Tomato #FC704D
RGB
CMYK
RGB Variations
Color information
#FC704D (or 0xFC704D) is known color: Tomato. HEX triplet: FC, 70 and 4D. RGB value is (252,112,77). Sum of RGB (Red+Green+Blue) = 252+112+77=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC704D is #038FB2. Grayscale: #969696. Windows color (decimal): -233395 or 5075196. OLE color: 5075196.
HSL color Cylindrical-coordinate representation of color #FC704D: hue angle of 12º 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 #FC704D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 77 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.01 |
| HSL | 12º | 0.97% | 0.65% | - |
| HSV(B) | 12º | 0.69% | 0.99% | - |
| XYZ | 47.28 | 32.82 | 10.86 | - |
| YUV | 149.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 77 | 0 | 0.56 | 0.69 | 0.01 | 12 | 0.97 | 0.65 |
| Hex | FC | 70 | 4D | 0 | 38 | 45 | 1 | C | 61 | 41 |
| Octal | 374 | 160 | 115 | 0 | 70 | 105 | 1 | 14 | 141 | 101 |
| Binary | 11111100 | 1110000 | 1001101 | 0 | 111000 | 1000101 | 1 | 1100 | 1100001 | 1000001 |
Color Harmonies of #FC704D
Complementary color
Monochromatic Colors of #FC704D
Black with #FC704D
Text Example
Text Example
White with #FC704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC704D; }
p { color: rgb(252,112,77); }
H1.HeaderClassName
{
color: #FC704D;
}
.AnyTagClassName
{
color: #FC704D;
}
</style>
background-color css
<style>
a { background-color: #FC704D; }
a { background-color: rgb(252,112,77); }
div.DivClassName
{
background-color: #FC704D;
}
.BgClassName
{
background-color: #FC704D;
}
</style>
border-color css
<style>
span { border-color: #FC704D; }
span { border-color: rgb(252,112,77); }
td.TdClassName
{
border-color: #FC704D;
}
.TagClassName
{
border-color: #FC704D;
}
</style>