Shades of Tomato #FC6C50
Tints of Tomato #FC6C50
RGB
CMYK
RGB Variations
Color information
#FC6C50 (or 0xFC6C50) is known color: Tomato. HEX triplet: FC, 6C and 50. RGB value is (252,108,80). Sum of RGB (Red+Green+Blue) = 252+108+80=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C50 is #0393AF. Grayscale: #949494. Windows color (decimal): -234416 or 5270780. OLE color: 5270780.
HSL color Cylindrical-coordinate representation of color #FC6C50: hue angle of 9.77º 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 #FC6C50 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 80 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.01 |
| HSL | 9.77º | 0.97% | 0.65% | - |
| HSV(B) | 9.77º | 0.68% | 0.99% | - |
| XYZ | 46.96 | 32 | 11.29 | - |
| YUV | 147.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 80 | 0 | 0.57 | 0.68 | 0.01 | 9.77 | 0.97 | 0.65 |
| Hex | FC | 6C | 50 | 0 | 39 | 44 | 1 | A | 61 | 41 |
| Octal | 374 | 154 | 120 | 0 | 71 | 104 | 1 | 12 | 141 | 101 |
| Binary | 11111100 | 1101100 | 1010000 | 0 | 111001 | 1000100 | 1 | 1010 | 1100001 | 1000001 |
Color Harmonies of #FC6C50
Complementary color
Monochromatic Colors of #FC6C50
Black with #FC6C50
Text Example
Text Example
White with #FC6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C50; }
p { color: rgb(252,108,80); }
H1.HeaderClassName
{
color: #FC6C50;
}
.AnyTagClassName
{
color: #FC6C50;
}
</style>
background-color css
<style>
a { background-color: #FC6C50; }
a { background-color: rgb(252,108,80); }
div.DivClassName
{
background-color: #FC6C50;
}
.BgClassName
{
background-color: #FC6C50;
}
</style>
border-color css
<style>
span { border-color: #FC6C50; }
span { border-color: rgb(252,108,80); }
td.TdClassName
{
border-color: #FC6C50;
}
.TagClassName
{
border-color: #FC6C50;
}
</style>