Shades of Salmon #FD8873
Tints of Salmon #FD8873
RGB
CMYK
RGB Variations
Color information
#FD8873 (or 0xFD8873) is known color: Salmon. HEX triplet: FD, 88 and 73. RGB value is (253,136,115). Sum of RGB (Red+Green+Blue) = 253+136+115=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8873 is #02778C. Grayscale: #A8A8A8. Windows color (decimal): -161677 or 7571709. OLE color: 7571709.
HSL color Cylindrical-coordinate representation of color #FD8873: hue angle of 9.13º 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 #FD8873 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 115 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.01 |
| HSL | 9.13º | 0.97% | 0.72% | - |
| HSV(B) | 9.13º | 0.55% | 0.99% | - |
| XYZ | 52.41 | 39.73 | 21.13 | - |
| YUV | 168.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 115 | 0 | 0.46 | 0.55 | 0.01 | 9.13 | 0.97 | 0.72 |
| Hex | FD | 88 | 73 | 0 | 2E | 37 | 1 | 9 | 61 | 48 |
| Octal | 375 | 210 | 163 | 0 | 56 | 67 | 1 | 11 | 141 | 110 |
| Binary | 11111101 | 10001000 | 1110011 | 0 | 101110 | 110111 | 1 | 1001 | 1100001 | 1001000 |
Color Harmonies of #FD8873
Complementary color
Monochromatic Colors of #FD8873
Black with #FD8873
Text Example
Text Example
White with #FD8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8873; }
p { color: rgb(253,136,115); }
H1.HeaderClassName
{
color: #FD8873;
}
.AnyTagClassName
{
color: #FD8873;
}
</style>
background-color css
<style>
a { background-color: #FD8873; }
a { background-color: rgb(253,136,115); }
div.DivClassName
{
background-color: #FD8873;
}
.BgClassName
{
background-color: #FD8873;
}
</style>
border-color css
<style>
span { border-color: #FD8873; }
span { border-color: rgb(253,136,115); }
td.TdClassName
{
border-color: #FD8873;
}
.TagClassName
{
border-color: #FD8873;
}
</style>