Shades of Tomato #FD5D50
Tints of Tomato #FD5D50
RGB
CMYK
RGB Variations
Color information
#FD5D50 (or 0xFD5D50) is known color: Tomato. HEX triplet: FD, 5D and 50. RGB value is (253,93,80). Sum of RGB (Red+Green+Blue) = 253+93+80=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5D50 is #02A2AF. Grayscale: #8B8B8B. Windows color (decimal): -172720 or 5266941. OLE color: 5266941.
HSL color Cylindrical-coordinate representation of color #FD5D50: hue angle of 4.51º 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 #FD5D50 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 80 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.01 |
| HSL | 4.51º | 0.98% | 0.65% | - |
| HSV(B) | 4.51º | 0.68% | 0.99% | - |
| XYZ | 45.87 | 29.29 | 10.83 | - |
| YUV | 139.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 80 | 0 | 0.63 | 0.68 | 0.01 | 4.51 | 0.98 | 0.65 |
| Hex | FD | 5D | 50 | 0 | 3F | 44 | 1 | 5 | 62 | 41 |
| Octal | 375 | 135 | 120 | 0 | 77 | 104 | 1 | 5 | 142 | 101 |
| Binary | 11111101 | 1011101 | 1010000 | 0 | 111111 | 1000100 | 1 | 101 | 1100010 | 1000001 |
Color Harmonies of #FD5D50
Complementary color
Monochromatic Colors of #FD5D50
Black with #FD5D50
Text Example
Text Example
White with #FD5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D50; }
p { color: rgb(253,93,80); }
H1.HeaderClassName
{
color: #FD5D50;
}
.AnyTagClassName
{
color: #FD5D50;
}
</style>
background-color css
<style>
a { background-color: #FD5D50; }
a { background-color: rgb(253,93,80); }
div.DivClassName
{
background-color: #FD5D50;
}
.BgClassName
{
background-color: #FD5D50;
}
</style>
border-color css
<style>
span { border-color: #FD5D50; }
span { border-color: rgb(253,93,80); }
td.TdClassName
{
border-color: #FD5D50;
}
.TagClassName
{
border-color: #FD5D50;
}
</style>