Shades of Salmon #FD8D73
Tints of Salmon #FD8D73
RGB
CMYK
RGB Variations
Color information
#FD8D73 (or 0xFD8D73) is known color: Salmon. HEX triplet: FD, 8D and 73. RGB value is (253,141,115). Sum of RGB (Red+Green+Blue) = 253+141+115=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D73 is #02728C. Grayscale: #ABABAB. Windows color (decimal): -160397 or 7572989. OLE color: 7572989.
HSL color Cylindrical-coordinate representation of color #FD8D73: hue angle of 11.3º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD8D73 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 115 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.01 |
| HSL | 11.3º | 0.97% | 0.72% | - |
| HSV(B) | 11.3º | 0.55% | 0.99% | - |
| XYZ | 53.13 | 41.17 | 21.37 | - |
| YUV | 171.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 115 | 0 | 0.44 | 0.55 | 0.01 | 11.3 | 0.97 | 0.72 |
| Hex | FD | 8D | 73 | 0 | 2C | 37 | 1 | B | 61 | 48 |
| Octal | 375 | 215 | 163 | 0 | 54 | 67 | 1 | 13 | 141 | 110 |
| Binary | 11111101 | 10001101 | 1110011 | 0 | 101100 | 110111 | 1 | 1011 | 1100001 | 1001000 |
Color Harmonies of #FD8D73
Complementary color
Monochromatic Colors of #FD8D73
Black with #FD8D73
Text Example
Text Example
White with #FD8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D73; }
p { color: rgb(253,141,115); }
H1.HeaderClassName
{
color: #FD8D73;
}
.AnyTagClassName
{
color: #FD8D73;
}
</style>
background-color css
<style>
a { background-color: #FD8D73; }
a { background-color: rgb(253,141,115); }
div.DivClassName
{
background-color: #FD8D73;
}
.BgClassName
{
background-color: #FD8D73;
}
</style>
border-color css
<style>
span { border-color: #FD8D73; }
span { border-color: rgb(253,141,115); }
td.TdClassName
{
border-color: #FD8D73;
}
.TagClassName
{
border-color: #FD8D73;
}
</style>