Shades of Salmon #FC8B7C
Tints of Salmon #FC8B7C
RGB
CMYK
RGB Variations
Color information
#FC8B7C (or 0xFC8B7C) is known color: Salmon. HEX triplet: FC, 8B and 7C. RGB value is (252,139,124). Sum of RGB (Red+Green+Blue) = 252+139+124=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B7C is #037483. Grayscale: #ABABAB. Windows color (decimal): -226436 or 8162300. OLE color: 8162300.
HSL color Cylindrical-coordinate representation of color #FC8B7C: hue angle of 7.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC8B7C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 124 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.01 |
| HSL | 7.03º | 0.96% | 0.74% | - |
| HSV(B) | 7.03º | 0.51% | 0.99% | - |
| XYZ | 53.02 | 40.62 | 24.11 | - |
| YUV | 171.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 124 | 0 | 0.45 | 0.51 | 0.01 | 7.03 | 0.96 | 0.74 |
| Hex | FC | 8B | 7C | 0 | 2D | 33 | 1 | 7 | 60 | 4A |
| Octal | 374 | 213 | 174 | 0 | 55 | 63 | 1 | 7 | 140 | 112 |
| Binary | 11111100 | 10001011 | 1111100 | 0 | 101101 | 110011 | 1 | 111 | 1100000 | 1001010 |
Color Harmonies of #FC8B7C
Complementary color
Monochromatic Colors of #FC8B7C
Black with #FC8B7C
Text Example
Text Example
White with #FC8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B7C; }
p { color: rgb(252,139,124); }
H1.HeaderClassName
{
color: #FC8B7C;
}
.AnyTagClassName
{
color: #FC8B7C;
}
</style>
background-color css
<style>
a { background-color: #FC8B7C; }
a { background-color: rgb(252,139,124); }
div.DivClassName
{
background-color: #FC8B7C;
}
.BgClassName
{
background-color: #FC8B7C;
}
</style>
border-color css
<style>
span { border-color: #FC8B7C; }
span { border-color: rgb(252,139,124); }
td.TdClassName
{
border-color: #FC8B7C;
}
.TagClassName
{
border-color: #FC8B7C;
}
</style>