Shades of Salmon #FC887A
Tints of Salmon #FC887A
RGB
CMYK
RGB Variations
Color information
#FC887A (or 0xFC887A) is known color: Salmon. HEX triplet: FC, 88 and 7A. RGB value is (252,136,122). Sum of RGB (Red+Green+Blue) = 252+136+122=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC887A is #037785. Grayscale: #A9A9A9. Windows color (decimal): -227206 or 8030460. OLE color: 8030460.
HSL color Cylindrical-coordinate representation of color #FC887A: hue angle of 6.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC887A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 122 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.01 |
| HSL | 6.46º | 0.96% | 0.73% | - |
| HSV(B) | 6.46º | 0.52% | 0.99% | - |
| XYZ | 52.46 | 39.71 | 23.31 | - |
| YUV | 169.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 122 | 0 | 0.46 | 0.52 | 0.01 | 6.46 | 0.96 | 0.73 |
| Hex | FC | 88 | 7A | 0 | 2E | 34 | 1 | 6 | 60 | 49 |
| Octal | 374 | 210 | 172 | 0 | 56 | 64 | 1 | 6 | 140 | 111 |
| Binary | 11111100 | 10001000 | 1111010 | 0 | 101110 | 110100 | 1 | 110 | 1100000 | 1001001 |
Color Harmonies of #FC887A
Complementary color
Monochromatic Colors of #FC887A
Black with #FC887A
Text Example
Text Example
White with #FC887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC887A; }
p { color: rgb(252,136,122); }
H1.HeaderClassName
{
color: #FC887A;
}
.AnyTagClassName
{
color: #FC887A;
}
</style>
background-color css
<style>
a { background-color: #FC887A; }
a { background-color: rgb(252,136,122); }
div.DivClassName
{
background-color: #FC887A;
}
.BgClassName
{
background-color: #FC887A;
}
</style>
border-color css
<style>
span { border-color: #FC887A; }
span { border-color: rgb(252,136,122); }
td.TdClassName
{
border-color: #FC887A;
}
.TagClassName
{
border-color: #FC887A;
}
</style>