Shades of Salmon #FC897A
Tints of Salmon #FC897A
RGB
CMYK
RGB Variations
Color information
#FC897A (or 0xFC897A) is known color: Salmon. HEX triplet: FC, 89 and 7A. RGB value is (252,137,122). Sum of RGB (Red+Green+Blue) = 252+137+122=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897A is #037685. Grayscale: #A9A9A9. Windows color (decimal): -226950 or 8030716. OLE color: 8030716.
HSL color Cylindrical-coordinate representation of color #FC897A: hue angle of 6.92º 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 #FC897A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 122 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.01 |
| HSL | 6.92º | 0.96% | 0.73% | - |
| HSV(B) | 6.92º | 0.52% | 0.99% | - |
| XYZ | 52.6 | 39.99 | 23.36 | - |
| YUV | 169.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 122 | 0 | 0.46 | 0.52 | 0.01 | 6.92 | 0.96 | 0.73 |
| Hex | FC | 89 | 7A | 0 | 2E | 34 | 1 | 7 | 60 | 49 |
| Octal | 374 | 211 | 172 | 0 | 56 | 64 | 1 | 7 | 140 | 111 |
| Binary | 11111100 | 10001001 | 1111010 | 0 | 101110 | 110100 | 1 | 111 | 1100000 | 1001001 |
Color Harmonies of #FC897A
Complementary color
Monochromatic Colors of #FC897A
Black with #FC897A
Text Example
Text Example
White with #FC897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC897A; }
p { color: rgb(252,137,122); }
H1.HeaderClassName
{
color: #FC897A;
}
.AnyTagClassName
{
color: #FC897A;
}
</style>
background-color css
<style>
a { background-color: #FC897A; }
a { background-color: rgb(252,137,122); }
div.DivClassName
{
background-color: #FC897A;
}
.BgClassName
{
background-color: #FC897A;
}
</style>
border-color css
<style>
span { border-color: #FC897A; }
span { border-color: rgb(252,137,122); }
td.TdClassName
{
border-color: #FC897A;
}
.TagClassName
{
border-color: #FC897A;
}
</style>