Shades of Salmon #FC886D
Tints of Salmon #FC886D
RGB
CMYK
RGB Variations
Color information
#FC886D (or 0xFC886D) is known color: Salmon. HEX triplet: FC, 88 and 6D. RGB value is (252,136,109). Sum of RGB (Red+Green+Blue) = 252+136+109=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC886D is #037792. Grayscale: #A7A7A7. Windows color (decimal): -227219 or 7178492. OLE color: 7178492.
HSL color Cylindrical-coordinate representation of color #FC886D: hue angle of 11.33º degrees, saturation: 0.96, 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 #FC886D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.01 |
| HSL | 11.33º | 0.96% | 0.71% | - |
| HSV(B) | 11.33º | 0.57% | 0.99% | - |
| XYZ | 51.71 | 39.41 | 19.35 | - |
| YUV | 167.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 109 | 0 | 0.46 | 0.57 | 0.01 | 11.33 | 0.96 | 0.71 |
| Hex | FC | 88 | 6D | 0 | 2E | 39 | 1 | B | 60 | 47 |
| Octal | 374 | 210 | 155 | 0 | 56 | 71 | 1 | 13 | 140 | 107 |
| Binary | 11111100 | 10001000 | 1101101 | 0 | 101110 | 111001 | 1 | 1011 | 1100000 | 1000111 |
Color Harmonies of #FC886D
Complementary color
Monochromatic Colors of #FC886D
Black with #FC886D
Text Example
Text Example
White with #FC886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC886D; }
p { color: rgb(252,136,109); }
H1.HeaderClassName
{
color: #FC886D;
}
.AnyTagClassName
{
color: #FC886D;
}
</style>
background-color css
<style>
a { background-color: #FC886D; }
a { background-color: rgb(252,136,109); }
div.DivClassName
{
background-color: #FC886D;
}
.BgClassName
{
background-color: #FC886D;
}
</style>
border-color css
<style>
span { border-color: #FC886D; }
span { border-color: rgb(252,136,109); }
td.TdClassName
{
border-color: #FC886D;
}
.TagClassName
{
border-color: #FC886D;
}
</style>