Shades of Salmon #FC8C76
Tints of Salmon #FC8C76
RGB
CMYK
RGB Variations
Color information
#FC8C76 (or 0xFC8C76) is known color: Salmon. HEX triplet: FC, 8C and 76. RGB value is (252,140,118). Sum of RGB (Red+Green+Blue) = 252+140+118=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C76 is #037389. Grayscale: #ABABAB. Windows color (decimal): -226186 or 7769340. OLE color: 7769340.
HSL color Cylindrical-coordinate representation of color #FC8C76: hue angle of 9.85º 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 #FC8C76 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 118 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.01 |
| HSL | 9.85º | 0.96% | 0.73% | - |
| HSV(B) | 9.85º | 0.53% | 0.99% | - |
| XYZ | 52.79 | 40.76 | 22.22 | - |
| YUV | 170.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 118 | 0 | 0.44 | 0.53 | 0.01 | 9.85 | 0.96 | 0.73 |
| Hex | FC | 8C | 76 | 0 | 2C | 35 | 1 | A | 60 | 49 |
| Octal | 374 | 214 | 166 | 0 | 54 | 65 | 1 | 12 | 140 | 111 |
| Binary | 11111100 | 10001100 | 1110110 | 0 | 101100 | 110101 | 1 | 1010 | 1100000 | 1001001 |
Color Harmonies of #FC8C76
Complementary color
Monochromatic Colors of #FC8C76
Black with #FC8C76
Text Example
Text Example
White with #FC8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C76; }
p { color: rgb(252,140,118); }
H1.HeaderClassName
{
color: #FC8C76;
}
.AnyTagClassName
{
color: #FC8C76;
}
</style>
background-color css
<style>
a { background-color: #FC8C76; }
a { background-color: rgb(252,140,118); }
div.DivClassName
{
background-color: #FC8C76;
}
.BgClassName
{
background-color: #FC8C76;
}
</style>
border-color css
<style>
span { border-color: #FC8C76; }
span { border-color: rgb(252,140,118); }
td.TdClassName
{
border-color: #FC8C76;
}
.TagClassName
{
border-color: #FC8C76;
}
</style>