Shades of Salmon #FD886D
Tints of Salmon #FD886D
RGB
CMYK
RGB Variations
Color information
#FD886D (or 0xFD886D) is known color: Salmon. HEX triplet: FD, 88 and 6D. RGB value is (253,136,109). Sum of RGB (Red+Green+Blue) = 253+136+109=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD886D is #027792. Grayscale: #A8A8A8. Windows color (decimal): -161683 or 7178493. OLE color: 7178493.
HSL color Cylindrical-coordinate representation of color #FD886D: hue angle of 11.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD886D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.01 |
| HSL | 11.25º | 0.97% | 0.71% | - |
| HSV(B) | 11.25º | 0.57% | 0.99% | - |
| XYZ | 52.07 | 39.6 | 19.37 | - |
| YUV | 167.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 109 | 0 | 0.46 | 0.57 | 0.01 | 11.25 | 0.97 | 0.71 |
| Hex | FD | 88 | 6D | 0 | 2E | 39 | 1 | B | 61 | 47 |
| Octal | 375 | 210 | 155 | 0 | 56 | 71 | 1 | 13 | 141 | 107 |
| Binary | 11111101 | 10001000 | 1101101 | 0 | 101110 | 111001 | 1 | 1011 | 1100001 | 1000111 |
Color Harmonies of #FD886D
Complementary color
Monochromatic Colors of #FD886D
Black with #FD886D
Text Example
Text Example
White with #FD886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD886D; }
p { color: rgb(253,136,109); }
H1.HeaderClassName
{
color: #FD886D;
}
.AnyTagClassName
{
color: #FD886D;
}
</style>
background-color css
<style>
a { background-color: #FD886D; }
a { background-color: rgb(253,136,109); }
div.DivClassName
{
background-color: #FD886D;
}
.BgClassName
{
background-color: #FD886D;
}
</style>
border-color css
<style>
span { border-color: #FD886D; }
span { border-color: rgb(253,136,109); }
td.TdClassName
{
border-color: #FD886D;
}
.TagClassName
{
border-color: #FD886D;
}
</style>