Shades of Salmon #FC877A
Tints of Salmon #FC877A
RGB
CMYK
RGB Variations
Color information
#FC877A (or 0xFC877A) is known color: Salmon. HEX triplet: FC, 87 and 7A. RGB value is (252,135,122). Sum of RGB (Red+Green+Blue) = 252+135+122=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC877A is #037885. Grayscale: #A8A8A8. Windows color (decimal): -227462 or 8030204. OLE color: 8030204.
HSL color Cylindrical-coordinate representation of color #FC877A: hue angle of 6º 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 #FC877A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 122 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.01 |
| HSL | 6º | 0.96% | 0.73% | - |
| HSV(B) | 6º | 0.52% | 0.99% | - |
| XYZ | 52.32 | 39.43 | 23.27 | - |
| YUV | 168.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 122 | 0 | 0.46 | 0.52 | 0.01 | 6 | 0.96 | 0.73 |
| Hex | FC | 87 | 7A | 0 | 2E | 34 | 1 | 6 | 60 | 49 |
| Octal | 374 | 207 | 172 | 0 | 56 | 64 | 1 | 6 | 140 | 111 |
| Binary | 11111100 | 10000111 | 1111010 | 0 | 101110 | 110100 | 1 | 110 | 1100000 | 1001001 |
Color Harmonies of #FC877A
Complementary color
Monochromatic Colors of #FC877A
Black with #FC877A
Text Example
Text Example
White with #FC877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC877A; }
p { color: rgb(252,135,122); }
H1.HeaderClassName
{
color: #FC877A;
}
.AnyTagClassName
{
color: #FC877A;
}
</style>
background-color css
<style>
a { background-color: #FC877A; }
a { background-color: rgb(252,135,122); }
div.DivClassName
{
background-color: #FC877A;
}
.BgClassName
{
background-color: #FC877A;
}
</style>
border-color css
<style>
span { border-color: #FC877A; }
span { border-color: rgb(252,135,122); }
td.TdClassName
{
border-color: #FC877A;
}
.TagClassName
{
border-color: #FC877A;
}
</style>