Shades of Salmon #FC8063
Tints of Salmon #FC8063
RGB
CMYK
RGB Variations
Color information
#FC8063 (or 0xFC8063) is known color: Salmon. HEX triplet: FC, 80 and 63. RGB value is (252,128,99). Sum of RGB (Red+Green+Blue) = 252+128+99=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8063 is #037F9C. Grayscale: #A2A2A2. Windows color (decimal): -229277 or 6521084. OLE color: 6521084.
HSL color Cylindrical-coordinate representation of color #FC8063: hue angle of 11.37º 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 #FC8063 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 99 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.01 |
| HSL | 11.37º | 0.96% | 0.69% | - |
| HSV(B) | 11.37º | 0.61% | 0.99% | - |
| XYZ | 50.12 | 37.03 | 16.31 | - |
| YUV | 161.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 99 | 0 | 0.49 | 0.61 | 0.01 | 11.37 | 0.96 | 0.69 |
| Hex | FC | 80 | 63 | 0 | 31 | 3D | 1 | B | 60 | 45 |
| Octal | 374 | 200 | 143 | 0 | 61 | 75 | 1 | 13 | 140 | 105 |
| Binary | 11111100 | 10000000 | 1100011 | 0 | 110001 | 111101 | 1 | 1011 | 1100000 | 1000101 |
Color Harmonies of #FC8063
Complementary color
Monochromatic Colors of #FC8063
Black with #FC8063
Text Example
Text Example
White with #FC8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8063; }
p { color: rgb(252,128,99); }
H1.HeaderClassName
{
color: #FC8063;
}
.AnyTagClassName
{
color: #FC8063;
}
</style>
background-color css
<style>
a { background-color: #FC8063; }
a { background-color: rgb(252,128,99); }
div.DivClassName
{
background-color: #FC8063;
}
.BgClassName
{
background-color: #FC8063;
}
</style>
border-color css
<style>
span { border-color: #FC8063; }
span { border-color: rgb(252,128,99); }
td.TdClassName
{
border-color: #FC8063;
}
.TagClassName
{
border-color: #FC8063;
}
</style>