Shades of Tomato #FC6B50
Tints of Tomato #FC6B50
RGB
CMYK
RGB Variations
Color information
#FC6B50 (or 0xFC6B50) is known color: Tomato. HEX triplet: FC, 6B and 50. RGB value is (252,107,80). Sum of RGB (Red+Green+Blue) = 252+107+80=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B50 is #0394AF. Grayscale: #939393. Windows color (decimal): -234672 or 5270524. OLE color: 5270524.
HSL color Cylindrical-coordinate representation of color #FC6B50: hue angle of 9.42º 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 #FC6B50 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 80 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.01 |
| HSL | 9.42º | 0.97% | 0.65% | - |
| HSV(B) | 9.42º | 0.68% | 0.99% | - |
| XYZ | 46.85 | 31.79 | 11.26 | - |
| YUV | 147.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 80 | 0 | 0.58 | 0.68 | 0.01 | 9.42 | 0.97 | 0.65 |
| Hex | FC | 6B | 50 | 0 | 3A | 44 | 1 | 9 | 61 | 41 |
| Octal | 374 | 153 | 120 | 0 | 72 | 104 | 1 | 11 | 141 | 101 |
| Binary | 11111100 | 1101011 | 1010000 | 0 | 111010 | 1000100 | 1 | 1001 | 1100001 | 1000001 |
Color Harmonies of #FC6B50
Complementary color
Monochromatic Colors of #FC6B50
Black with #FC6B50
Text Example
Text Example
White with #FC6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B50; }
p { color: rgb(252,107,80); }
H1.HeaderClassName
{
color: #FC6B50;
}
.AnyTagClassName
{
color: #FC6B50;
}
</style>
background-color css
<style>
a { background-color: #FC6B50; }
a { background-color: rgb(252,107,80); }
div.DivClassName
{
background-color: #FC6B50;
}
.BgClassName
{
background-color: #FC6B50;
}
</style>
border-color css
<style>
span { border-color: #FC6B50; }
span { border-color: rgb(252,107,80); }
td.TdClassName
{
border-color: #FC6B50;
}
.TagClassName
{
border-color: #FC6B50;
}
</style>