Shades of Salmon #FC8663
Tints of Salmon #FC8663
RGB
CMYK
RGB Variations
Color information
#FC8663 (or 0xFC8663) is known color: Salmon. HEX triplet: FC, 86 and 63. RGB value is (252,134,99). Sum of RGB (Red+Green+Blue) = 252+134+99=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8663 is #03799C. Grayscale: #A5A5A5. Windows color (decimal): -227741 or 6522620. OLE color: 6522620.
HSL color Cylindrical-coordinate representation of color #FC8663: hue angle of 13.73º 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 #FC8663 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 99 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.01 |
| HSL | 13.73º | 0.96% | 0.69% | - |
| HSV(B) | 13.73º | 0.61% | 0.99% | - |
| XYZ | 50.92 | 38.65 | 16.58 | - |
| YUV | 165.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 99 | 0 | 0.47 | 0.61 | 0.01 | 13.73 | 0.96 | 0.69 |
| Hex | FC | 86 | 63 | 0 | 2F | 3D | 1 | E | 60 | 45 |
| Octal | 374 | 206 | 143 | 0 | 57 | 75 | 1 | 16 | 140 | 105 |
| Binary | 11111100 | 10000110 | 1100011 | 0 | 101111 | 111101 | 1 | 1110 | 1100000 | 1000101 |
Color Harmonies of #FC8663
Complementary color
Monochromatic Colors of #FC8663
Black with #FC8663
Text Example
Text Example
White with #FC8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8663; }
p { color: rgb(252,134,99); }
H1.HeaderClassName
{
color: #FC8663;
}
.AnyTagClassName
{
color: #FC8663;
}
</style>
background-color css
<style>
a { background-color: #FC8663; }
a { background-color: rgb(252,134,99); }
div.DivClassName
{
background-color: #FC8663;
}
.BgClassName
{
background-color: #FC8663;
}
</style>
border-color css
<style>
span { border-color: #FC8663; }
span { border-color: rgb(252,134,99); }
td.TdClassName
{
border-color: #FC8663;
}
.TagClassName
{
border-color: #FC8663;
}
</style>