Shades of Salmon #FC8564
Tints of Salmon #FC8564
RGB
CMYK
RGB Variations
Color information
#FC8564 (or 0xFC8564) is known color: Salmon. HEX triplet: FC, 85 and 64. RGB value is (252,133,100). Sum of RGB (Red+Green+Blue) = 252+133+100=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8564 is #037A9B. Grayscale: #A5A5A5. Windows color (decimal): -227996 or 6587900. OLE color: 6587900.
HSL color Cylindrical-coordinate representation of color #FC8564: hue angle of 13.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8564 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 100 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.01 |
| HSL | 13.03º | 0.96% | 0.69% | - |
| HSV(B) | 13.03º | 0.6% | 0.99% | - |
| XYZ | 50.83 | 38.39 | 16.79 | - |
| YUV | 164.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 100 | 0 | 0.47 | 0.60 | 0.01 | 13.03 | 0.96 | 0.69 |
| Hex | FC | 85 | 64 | 0 | 2F | 3C | 1 | D | 60 | 45 |
| Octal | 374 | 205 | 144 | 0 | 57 | 74 | 1 | 15 | 140 | 105 |
| Binary | 11111100 | 10000101 | 1100100 | 0 | 101111 | 111100 | 1 | 1101 | 1100000 | 1000101 |
Color Harmonies of #FC8564
Complementary color
Monochromatic Colors of #FC8564
Black with #FC8564
Text Example
Text Example
White with #FC8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8564; }
p { color: rgb(252,133,100); }
H1.HeaderClassName
{
color: #FC8564;
}
.AnyTagClassName
{
color: #FC8564;
}
</style>
background-color css
<style>
a { background-color: #FC8564; }
a { background-color: rgb(252,133,100); }
div.DivClassName
{
background-color: #FC8564;
}
.BgClassName
{
background-color: #FC8564;
}
</style>
border-color css
<style>
span { border-color: #FC8564; }
span { border-color: rgb(252,133,100); }
td.TdClassName
{
border-color: #FC8564;
}
.TagClassName
{
border-color: #FC8564;
}
</style>