Shades of Tomato #FC6E50
Tints of Tomato #FC6E50
RGB
CMYK
RGB Variations
Color information
#FC6E50 (or 0xFC6E50) is known color: Tomato. HEX triplet: FC, 6E and 50. RGB value is (252,110,80). Sum of RGB (Red+Green+Blue) = 252+110+80=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E50 is #0391AF. Grayscale: #959595. Windows color (decimal): -233904 or 5271292. OLE color: 5271292.
HSL color Cylindrical-coordinate representation of color #FC6E50: hue angle of 10.47º 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 #FC6E50 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 80 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.01 |
| HSL | 10.47º | 0.97% | 0.65% | - |
| HSV(B) | 10.47º | 0.68% | 0.99% | - |
| XYZ | 47.17 | 32.43 | 11.36 | - |
| YUV | 149.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 80 | 0 | 0.56 | 0.68 | 0.01 | 10.47 | 0.97 | 0.65 |
| Hex | FC | 6E | 50 | 0 | 38 | 44 | 1 | A | 61 | 41 |
| Octal | 374 | 156 | 120 | 0 | 70 | 104 | 1 | 12 | 141 | 101 |
| Binary | 11111100 | 1101110 | 1010000 | 0 | 111000 | 1000100 | 1 | 1010 | 1100001 | 1000001 |
Color Harmonies of #FC6E50
Complementary color
Monochromatic Colors of #FC6E50
Black with #FC6E50
Text Example
Text Example
White with #FC6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E50; }
p { color: rgb(252,110,80); }
H1.HeaderClassName
{
color: #FC6E50;
}
.AnyTagClassName
{
color: #FC6E50;
}
</style>
background-color css
<style>
a { background-color: #FC6E50; }
a { background-color: rgb(252,110,80); }
div.DivClassName
{
background-color: #FC6E50;
}
.BgClassName
{
background-color: #FC6E50;
}
</style>
border-color css
<style>
span { border-color: #FC6E50; }
span { border-color: rgb(252,110,80); }
td.TdClassName
{
border-color: #FC6E50;
}
.TagClassName
{
border-color: #FC6E50;
}
</style>