Shades of Tomato #FC6A50
Tints of Tomato #FC6A50
RGB
CMYK
RGB Variations
Color information
#FC6A50 (or 0xFC6A50) is known color: Tomato. HEX triplet: FC, 6A and 50. RGB value is (252,106,80). Sum of RGB (Red+Green+Blue) = 252+106+80=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A50 is #0395AF. Grayscale: #929292. Windows color (decimal): -234928 or 5270268. OLE color: 5270268.
HSL color Cylindrical-coordinate representation of color #FC6A50: hue angle of 9.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC6A50 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 80 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.01 |
| HSL | 9.07º | 0.97% | 0.65% | - |
| HSV(B) | 9.07º | 0.68% | 0.99% | - |
| XYZ | 46.75 | 31.58 | 11.22 | - |
| YUV | 146.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 80 | 0 | 0.58 | 0.68 | 0.01 | 9.07 | 0.97 | 0.65 |
| Hex | FC | 6A | 50 | 0 | 3A | 44 | 1 | 9 | 61 | 41 |
| Octal | 374 | 152 | 120 | 0 | 72 | 104 | 1 | 11 | 141 | 101 |
| Binary | 11111100 | 1101010 | 1010000 | 0 | 111010 | 1000100 | 1 | 1001 | 1100001 | 1000001 |
Color Harmonies of #FC6A50
Complementary color
Monochromatic Colors of #FC6A50
Black with #FC6A50
Text Example
Text Example
White with #FC6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A50; }
p { color: rgb(252,106,80); }
H1.HeaderClassName
{
color: #FC6A50;
}
.AnyTagClassName
{
color: #FC6A50;
}
</style>
background-color css
<style>
a { background-color: #FC6A50; }
a { background-color: rgb(252,106,80); }
div.DivClassName
{
background-color: #FC6A50;
}
.BgClassName
{
background-color: #FC6A50;
}
</style>
border-color css
<style>
span { border-color: #FC6A50; }
span { border-color: rgb(252,106,80); }
td.TdClassName
{
border-color: #FC6A50;
}
.TagClassName
{
border-color: #FC6A50;
}
</style>