Shades of Tomato #FC704C
Tints of Tomato #FC704C
RGB
CMYK
RGB Variations
Color information
#FC704C (or 0xFC704C) is known color: Tomato. HEX triplet: FC, 70 and 4C. RGB value is (252,112,76). Sum of RGB (Red+Green+Blue) = 252+112+76=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC704C is #038FB3. Grayscale: #969696. Windows color (decimal): -233396 or 5009660. OLE color: 5009660.
HSL color Cylindrical-coordinate representation of color #FC704C: hue angle of 12.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC704C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 76 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.01 |
| HSL | 12.27º | 0.97% | 0.64% | - |
| HSV(B) | 12.27º | 0.7% | 0.99% | - |
| XYZ | 47.24 | 32.81 | 10.68 | - |
| YUV | 149.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 76 | 0 | 0.56 | 0.70 | 0.01 | 12.27 | 0.97 | 0.64 |
| Hex | FC | 70 | 4C | 0 | 38 | 46 | 1 | C | 61 | 40 |
| Octal | 374 | 160 | 114 | 0 | 70 | 106 | 1 | 14 | 141 | 100 |
| Binary | 11111100 | 1110000 | 1001100 | 0 | 111000 | 1000110 | 1 | 1100 | 1100001 | 1000000 |
Color Harmonies of #FC704C
Complementary color
Monochromatic Colors of #FC704C
Black with #FC704C
Text Example
Text Example
White with #FC704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC704C; }
p { color: rgb(252,112,76); }
H1.HeaderClassName
{
color: #FC704C;
}
.AnyTagClassName
{
color: #FC704C;
}
</style>
background-color css
<style>
a { background-color: #FC704C; }
a { background-color: rgb(252,112,76); }
div.DivClassName
{
background-color: #FC704C;
}
.BgClassName
{
background-color: #FC704C;
}
</style>
border-color css
<style>
span { border-color: #FC704C; }
span { border-color: rgb(252,112,76); }
td.TdClassName
{
border-color: #FC704C;
}
.TagClassName
{
border-color: #FC704C;
}
</style>