Shades of Tomato #FD5C50
Tints of Tomato #FD5C50
RGB
CMYK
RGB Variations
Color information
#FD5C50 (or 0xFD5C50) is known color: Tomato. HEX triplet: FD, 5C and 50. RGB value is (253,92,80). Sum of RGB (Red+Green+Blue) = 253+92+80=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C50 is #02A3AF. Grayscale: #8A8A8A. Windows color (decimal): -172976 or 5266685. OLE color: 5266685.
HSL color Cylindrical-coordinate representation of color #FD5C50: hue angle of 4.16º degrees, saturation: 0.98, 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 #FD5C50 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 80 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.01 |
| HSL | 4.16º | 0.98% | 0.65% | - |
| HSV(B) | 4.16º | 0.68% | 0.99% | - |
| XYZ | 45.78 | 29.12 | 10.8 | - |
| YUV | 138.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 80 | 0 | 0.64 | 0.68 | 0.01 | 4.16 | 0.98 | 0.65 |
| Hex | FD | 5C | 50 | 0 | 40 | 44 | 1 | 4 | 62 | 41 |
| Octal | 375 | 134 | 120 | 0 | 100 | 104 | 1 | 4 | 142 | 101 |
| Binary | 11111101 | 1011100 | 1010000 | 0 | 1000000 | 1000100 | 1 | 100 | 1100010 | 1000001 |
Color Harmonies of #FD5C50
Complementary color
Monochromatic Colors of #FD5C50
Black with #FD5C50
Text Example
Text Example
White with #FD5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C50; }
p { color: rgb(253,92,80); }
H1.HeaderClassName
{
color: #FD5C50;
}
.AnyTagClassName
{
color: #FD5C50;
}
</style>
background-color css
<style>
a { background-color: #FD5C50; }
a { background-color: rgb(253,92,80); }
div.DivClassName
{
background-color: #FD5C50;
}
.BgClassName
{
background-color: #FD5C50;
}
</style>
border-color css
<style>
span { border-color: #FD5C50; }
span { border-color: rgb(253,92,80); }
td.TdClassName
{
border-color: #FD5C50;
}
.TagClassName
{
border-color: #FD5C50;
}
</style>