Shades of Salmon #FC886F
Tints of Salmon #FC886F
RGB
CMYK
RGB Variations
Color information
#FC886F (or 0xFC886F) is known color: Salmon. HEX triplet: FC, 88 and 6F. RGB value is (252,136,111). Sum of RGB (Red+Green+Blue) = 252+136+111=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC886F is #037790. Grayscale: #A8A8A8. Windows color (decimal): -227217 or 7309564. OLE color: 7309564.
HSL color Cylindrical-coordinate representation of color #FC886F: hue angle of 10.64º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC886F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 111 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.01 |
| HSL | 10.64º | 0.96% | 0.71% | - |
| HSV(B) | 10.64º | 0.56% | 0.99% | - |
| XYZ | 51.82 | 39.45 | 19.92 | - |
| YUV | 167.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 111 | 0 | 0.46 | 0.56 | 0.01 | 10.64 | 0.96 | 0.71 |
| Hex | FC | 88 | 6F | 0 | 2E | 38 | 1 | B | 60 | 47 |
| Octal | 374 | 210 | 157 | 0 | 56 | 70 | 1 | 13 | 140 | 107 |
| Binary | 11111100 | 10001000 | 1101111 | 0 | 101110 | 111000 | 1 | 1011 | 1100000 | 1000111 |
Color Harmonies of #FC886F
Complementary color
Monochromatic Colors of #FC886F
Black with #FC886F
Text Example
Text Example
White with #FC886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC886F; }
p { color: rgb(252,136,111); }
H1.HeaderClassName
{
color: #FC886F;
}
.AnyTagClassName
{
color: #FC886F;
}
</style>
background-color css
<style>
a { background-color: #FC886F; }
a { background-color: rgb(252,136,111); }
div.DivClassName
{
background-color: #FC886F;
}
.BgClassName
{
background-color: #FC886F;
}
</style>
border-color css
<style>
span { border-color: #FC886F; }
span { border-color: rgb(252,136,111); }
td.TdClassName
{
border-color: #FC886F;
}
.TagClassName
{
border-color: #FC886F;
}
</style>