Shades of Salmon #FC8876
Tints of Salmon #FC8876
RGB
CMYK
RGB Variations
Color information
#FC8876 (or 0xFC8876) is known color: Salmon. HEX triplet: FC, 88 and 76. RGB value is (252,136,118). Sum of RGB (Red+Green+Blue) = 252+136+118=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8876 is #037789. Grayscale: #A8A8A8. Windows color (decimal): -227210 or 7768316. OLE color: 7768316.
HSL color Cylindrical-coordinate representation of color #FC8876: hue angle of 8.06º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC8876 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 118 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.01 |
| HSL | 8.06º | 0.96% | 0.73% | - |
| HSV(B) | 8.06º | 0.53% | 0.99% | - |
| XYZ | 52.22 | 39.61 | 22.03 | - |
| YUV | 168.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 118 | 0 | 0.46 | 0.53 | 0.01 | 8.06 | 0.96 | 0.73 |
| Hex | FC | 88 | 76 | 0 | 2E | 35 | 1 | 8 | 60 | 49 |
| Octal | 374 | 210 | 166 | 0 | 56 | 65 | 1 | 10 | 140 | 111 |
| Binary | 11111100 | 10001000 | 1110110 | 0 | 101110 | 110101 | 1 | 1000 | 1100000 | 1001001 |
Color Harmonies of #FC8876
Complementary color
Monochromatic Colors of #FC8876
Black with #FC8876
Text Example
Text Example
White with #FC8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8876; }
p { color: rgb(252,136,118); }
H1.HeaderClassName
{
color: #FC8876;
}
.AnyTagClassName
{
color: #FC8876;
}
</style>
background-color css
<style>
a { background-color: #FC8876; }
a { background-color: rgb(252,136,118); }
div.DivClassName
{
background-color: #FC8876;
}
.BgClassName
{
background-color: #FC8876;
}
</style>
border-color css
<style>
span { border-color: #FC8876; }
span { border-color: rgb(252,136,118); }
td.TdClassName
{
border-color: #FC8876;
}
.TagClassName
{
border-color: #FC8876;
}
</style>