Shades of Salmon #FC8579
Tints of Salmon #FC8579
RGB
CMYK
RGB Variations
Color information
#FC8579 (or 0xFC8579) is known color: Salmon. HEX triplet: FC, 85 and 79. RGB value is (252,133,121). Sum of RGB (Red+Green+Blue) = 252+133+121=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8579 is #037A86. Grayscale: #A7A7A7. Windows color (decimal): -227975 or 7964156. OLE color: 7964156.
HSL color Cylindrical-coordinate representation of color #FC8579: hue angle of 5.5º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC8579 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 121 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.01 |
| HSL | 5.5º | 0.96% | 0.73% | - |
| HSV(B) | 5.5º | 0.52% | 0.99% | - |
| XYZ | 51.98 | 38.85 | 22.85 | - |
| YUV | 167.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 121 | 0 | 0.47 | 0.52 | 0.01 | 5.5 | 0.96 | 0.73 |
| Hex | FC | 85 | 79 | 0 | 2F | 34 | 1 | 5 | 60 | 49 |
| Octal | 374 | 205 | 171 | 0 | 57 | 64 | 1 | 5 | 140 | 111 |
| Binary | 11111100 | 10000101 | 1111001 | 0 | 101111 | 110100 | 1 | 101 | 1100000 | 1001001 |
Color Harmonies of #FC8579
Complementary color
Monochromatic Colors of #FC8579
Black with #FC8579
Text Example
Text Example
White with #FC8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8579; }
p { color: rgb(252,133,121); }
H1.HeaderClassName
{
color: #FC8579;
}
.AnyTagClassName
{
color: #FC8579;
}
</style>
background-color css
<style>
a { background-color: #FC8579; }
a { background-color: rgb(252,133,121); }
div.DivClassName
{
background-color: #FC8579;
}
.BgClassName
{
background-color: #FC8579;
}
</style>
border-color css
<style>
span { border-color: #FC8579; }
span { border-color: rgb(252,133,121); }
td.TdClassName
{
border-color: #FC8579;
}
.TagClassName
{
border-color: #FC8579;
}
</style>