Shades of Salmon #FC856C
Tints of Salmon #FC856C
RGB
CMYK
RGB Variations
Color information
#FC856C (or 0xFC856C) is known color: Salmon. HEX triplet: FC, 85 and 6C. RGB value is (252,133,108). Sum of RGB (Red+Green+Blue) = 252+133+108=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC856C is #037A93. Grayscale: #A5A5A5. Windows color (decimal): -227988 or 7112188. OLE color: 7112188.
HSL color Cylindrical-coordinate representation of color #FC856C: hue angle of 10.42º 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 #FC856C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 108 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.01 |
| HSL | 10.42º | 0.96% | 0.71% | - |
| HSV(B) | 10.42º | 0.57% | 0.99% | - |
| XYZ | 51.24 | 38.55 | 18.93 | - |
| YUV | 165.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 108 | 0 | 0.47 | 0.57 | 0.01 | 10.42 | 0.96 | 0.71 |
| Hex | FC | 85 | 6C | 0 | 2F | 39 | 1 | A | 60 | 47 |
| Octal | 374 | 205 | 154 | 0 | 57 | 71 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000101 | 1101100 | 0 | 101111 | 111001 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC856C
Complementary color
Monochromatic Colors of #FC856C
Black with #FC856C
Text Example
Text Example
White with #FC856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC856C; }
p { color: rgb(252,133,108); }
H1.HeaderClassName
{
color: #FC856C;
}
.AnyTagClassName
{
color: #FC856C;
}
</style>
background-color css
<style>
a { background-color: #FC856C; }
a { background-color: rgb(252,133,108); }
div.DivClassName
{
background-color: #FC856C;
}
.BgClassName
{
background-color: #FC856C;
}
</style>
border-color css
<style>
span { border-color: #FC856C; }
span { border-color: rgb(252,133,108); }
td.TdClassName
{
border-color: #FC856C;
}
.TagClassName
{
border-color: #FC856C;
}
</style>