Shades of Salmon #FC806C
Tints of Salmon #FC806C
RGB
CMYK
RGB Variations
Color information
#FC806C (or 0xFC806C) is known color: Salmon. HEX triplet: FC, 80 and 6C. RGB value is (252,128,108). Sum of RGB (Red+Green+Blue) = 252+128+108=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC806C is #037F93. Grayscale: #A3A3A3. Windows color (decimal): -229268 or 7110908. OLE color: 7110908.
HSL color Cylindrical-coordinate representation of color #FC806C: hue angle of 8.33º 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 #FC806C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 108 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.01 |
| HSL | 8.33º | 0.96% | 0.71% | - |
| HSV(B) | 8.33º | 0.57% | 0.99% | - |
| XYZ | 50.57 | 37.22 | 18.71 | - |
| YUV | 162.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 108 | 0 | 0.49 | 0.57 | 0.01 | 8.33 | 0.96 | 0.71 |
| Hex | FC | 80 | 6C | 0 | 31 | 39 | 1 | 8 | 60 | 47 |
| Octal | 374 | 200 | 154 | 0 | 61 | 71 | 1 | 10 | 140 | 107 |
| Binary | 11111100 | 10000000 | 1101100 | 0 | 110001 | 111001 | 1 | 1000 | 1100000 | 1000111 |
Color Harmonies of #FC806C
Complementary color
Monochromatic Colors of #FC806C
Black with #FC806C
Text Example
Text Example
White with #FC806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC806C; }
p { color: rgb(252,128,108); }
H1.HeaderClassName
{
color: #FC806C;
}
.AnyTagClassName
{
color: #FC806C;
}
</style>
background-color css
<style>
a { background-color: #FC806C; }
a { background-color: rgb(252,128,108); }
div.DivClassName
{
background-color: #FC806C;
}
.BgClassName
{
background-color: #FC806C;
}
</style>
border-color css
<style>
span { border-color: #FC806C; }
span { border-color: rgb(252,128,108); }
td.TdClassName
{
border-color: #FC806C;
}
.TagClassName
{
border-color: #FC806C;
}
</style>