Shades of Salmon #FC8163
Tints of Salmon #FC8163
RGB
CMYK
RGB Variations
Color information
#FC8163 (or 0xFC8163) is known color: Salmon. HEX triplet: FC, 81 and 63. RGB value is (252,129,99). Sum of RGB (Red+Green+Blue) = 252+129+99=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8163 is #037E9C. Grayscale: #A2A2A2. Windows color (decimal): -229021 or 6521340. OLE color: 6521340.
HSL color Cylindrical-coordinate representation of color #FC8163: hue angle of 11.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC8163 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 99 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.01 |
| HSL | 11.76º | 0.96% | 0.69% | - |
| HSV(B) | 11.76º | 0.61% | 0.99% | - |
| XYZ | 50.25 | 37.3 | 16.36 | - |
| YUV | 162.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 99 | 0 | 0.49 | 0.61 | 0.01 | 11.76 | 0.96 | 0.69 |
| Hex | FC | 81 | 63 | 0 | 31 | 3D | 1 | C | 60 | 45 |
| Octal | 374 | 201 | 143 | 0 | 61 | 75 | 1 | 14 | 140 | 105 |
| Binary | 11111100 | 10000001 | 1100011 | 0 | 110001 | 111101 | 1 | 1100 | 1100000 | 1000101 |
Color Harmonies of #FC8163
Complementary color
Monochromatic Colors of #FC8163
Black with #FC8163
Text Example
Text Example
White with #FC8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8163; }
p { color: rgb(252,129,99); }
H1.HeaderClassName
{
color: #FC8163;
}
.AnyTagClassName
{
color: #FC8163;
}
</style>
background-color css
<style>
a { background-color: #FC8163; }
a { background-color: rgb(252,129,99); }
div.DivClassName
{
background-color: #FC8163;
}
.BgClassName
{
background-color: #FC8163;
}
</style>
border-color css
<style>
span { border-color: #FC8163; }
span { border-color: rgb(252,129,99); }
td.TdClassName
{
border-color: #FC8163;
}
.TagClassName
{
border-color: #FC8163;
}
</style>