Shades of Salmon #FC856D
Tints of Salmon #FC856D
RGB
CMYK
RGB Variations
Color information
#FC856D (or 0xFC856D) is known color: Salmon. HEX triplet: FC, 85 and 6D. RGB value is (252,133,109). Sum of RGB (Red+Green+Blue) = 252+133+109=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC856D is #037A92. Grayscale: #A6A6A6. Windows color (decimal): -227987 or 7177724. OLE color: 7177724.
HSL color Cylindrical-coordinate representation of color #FC856D: hue angle of 10.07º 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 #FC856D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.01 |
| HSL | 10.07º | 0.96% | 0.71% | - |
| HSV(B) | 10.07º | 0.57% | 0.99% | - |
| XYZ | 51.29 | 38.57 | 19.21 | - |
| YUV | 165.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 109 | 0 | 0.47 | 0.57 | 0.01 | 10.07 | 0.96 | 0.71 |
| Hex | FC | 85 | 6D | 0 | 2F | 39 | 1 | A | 60 | 47 |
| Octal | 374 | 205 | 155 | 0 | 57 | 71 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000101 | 1101101 | 0 | 101111 | 111001 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC856D
Complementary color
Monochromatic Colors of #FC856D
Black with #FC856D
Text Example
Text Example
White with #FC856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC856D; }
p { color: rgb(252,133,109); }
H1.HeaderClassName
{
color: #FC856D;
}
.AnyTagClassName
{
color: #FC856D;
}
</style>
background-color css
<style>
a { background-color: #FC856D; }
a { background-color: rgb(252,133,109); }
div.DivClassName
{
background-color: #FC856D;
}
.BgClassName
{
background-color: #FC856D;
}
</style>
border-color css
<style>
span { border-color: #FC856D; }
span { border-color: rgb(252,133,109); }
td.TdClassName
{
border-color: #FC856D;
}
.TagClassName
{
border-color: #FC856D;
}
</style>