Shades of Tomato #FC5B50
Tints of Tomato #FC5B50
RGB
CMYK
RGB Variations
Color information
#FC5B50 (or 0xFC5B50) is known color: Tomato. HEX triplet: FC, 5B and 50. RGB value is (252,91,80). Sum of RGB (Red+Green+Blue) = 252+91+80=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B50 is #03A4AF. Grayscale: #8A8A8A. Windows color (decimal): -238768 or 5266428. OLE color: 5266428.
HSL color Cylindrical-coordinate representation of color #FC5B50: hue angle of 3.84º 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 #FC5B50 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 80 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.01 |
| HSL | 3.84º | 0.97% | 0.65% | - |
| HSV(B) | 3.84º | 0.68% | 0.99% | - |
| XYZ | 45.33 | 28.76 | 10.75 | - |
| YUV | 137.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 80 | 0 | 0.64 | 0.68 | 0.01 | 3.84 | 0.97 | 0.65 |
| Hex | FC | 5B | 50 | 0 | 40 | 44 | 1 | 4 | 61 | 41 |
| Octal | 374 | 133 | 120 | 0 | 100 | 104 | 1 | 4 | 141 | 101 |
| Binary | 11111100 | 1011011 | 1010000 | 0 | 1000000 | 1000100 | 1 | 100 | 1100001 | 1000001 |
Color Harmonies of #FC5B50
Complementary color
Monochromatic Colors of #FC5B50
Black with #FC5B50
Text Example
Text Example
White with #FC5B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B50; }
p { color: rgb(252,91,80); }
H1.HeaderClassName
{
color: #FC5B50;
}
.AnyTagClassName
{
color: #FC5B50;
}
</style>
background-color css
<style>
a { background-color: #FC5B50; }
a { background-color: rgb(252,91,80); }
div.DivClassName
{
background-color: #FC5B50;
}
.BgClassName
{
background-color: #FC5B50;
}
</style>
border-color css
<style>
span { border-color: #FC5B50; }
span { border-color: rgb(252,91,80); }
td.TdClassName
{
border-color: #FC5B50;
}
.TagClassName
{
border-color: #FC5B50;
}
</style>