Shades of Salmon #FD886C
Tints of Salmon #FD886C
RGB
CMYK
RGB Variations
Color information
#FD886C (or 0xFD886C) is known color: Salmon. HEX triplet: FD, 88 and 6C. RGB value is (253,136,108). Sum of RGB (Red+Green+Blue) = 253+136+108=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD886C is #027793. Grayscale: #A8A8A8. Windows color (decimal): -161684 or 7112957. OLE color: 7112957.
HSL color Cylindrical-coordinate representation of color #FD886C: hue angle of 11.59º 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 #FD886C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 108 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.01 |
| HSL | 11.59º | 0.97% | 0.71% | - |
| HSV(B) | 11.59º | 0.57% | 0.99% | - |
| XYZ | 52.02 | 39.57 | 19.08 | - |
| YUV | 167.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 108 | 0 | 0.46 | 0.57 | 0.01 | 11.59 | 0.97 | 0.71 |
| Hex | FD | 88 | 6C | 0 | 2E | 39 | 1 | C | 61 | 47 |
| Octal | 375 | 210 | 154 | 0 | 56 | 71 | 1 | 14 | 141 | 107 |
| Binary | 11111101 | 10001000 | 1101100 | 0 | 101110 | 111001 | 1 | 1100 | 1100001 | 1000111 |
Color Harmonies of #FD886C
Complementary color
Monochromatic Colors of #FD886C
Black with #FD886C
Text Example
Text Example
White with #FD886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD886C; }
p { color: rgb(253,136,108); }
H1.HeaderClassName
{
color: #FD886C;
}
.AnyTagClassName
{
color: #FD886C;
}
</style>
background-color css
<style>
a { background-color: #FD886C; }
a { background-color: rgb(253,136,108); }
div.DivClassName
{
background-color: #FD886C;
}
.BgClassName
{
background-color: #FD886C;
}
</style>
border-color css
<style>
span { border-color: #FD886C; }
span { border-color: rgb(253,136,108); }
td.TdClassName
{
border-color: #FD886C;
}
.TagClassName
{
border-color: #FD886C;
}
</style>