Shades of Salmon #FC896D
Tints of Salmon #FC896D
RGB
CMYK
RGB Variations
Color information
#FC896D (or 0xFC896D) is known color: Salmon. HEX triplet: FC, 89 and 6D. RGB value is (252,137,109). Sum of RGB (Red+Green+Blue) = 252+137+109=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC896D is #037692. Grayscale: #A8A8A8. Windows color (decimal): -226963 or 7178748. OLE color: 7178748.
HSL color Cylindrical-coordinate representation of color #FC896D: hue angle of 11.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC896D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.01 |
| HSL | 11.75º | 0.96% | 0.71% | - |
| HSV(B) | 11.75º | 0.57% | 0.99% | - |
| XYZ | 51.85 | 39.69 | 19.4 | - |
| YUV | 168.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 109 | 0 | 0.46 | 0.57 | 0.01 | 11.75 | 0.96 | 0.71 |
| Hex | FC | 89 | 6D | 0 | 2E | 39 | 1 | C | 60 | 47 |
| Octal | 374 | 211 | 155 | 0 | 56 | 71 | 1 | 14 | 140 | 107 |
| Binary | 11111100 | 10001001 | 1101101 | 0 | 101110 | 111001 | 1 | 1100 | 1100000 | 1000111 |
Color Harmonies of #FC896D
Complementary color
Monochromatic Colors of #FC896D
Black with #FC896D
Text Example
Text Example
White with #FC896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC896D; }
p { color: rgb(252,137,109); }
H1.HeaderClassName
{
color: #FC896D;
}
.AnyTagClassName
{
color: #FC896D;
}
</style>
background-color css
<style>
a { background-color: #FC896D; }
a { background-color: rgb(252,137,109); }
div.DivClassName
{
background-color: #FC896D;
}
.BgClassName
{
background-color: #FC896D;
}
</style>
border-color css
<style>
span { border-color: #FC896D; }
span { border-color: rgb(252,137,109); }
td.TdClassName
{
border-color: #FC896D;
}
.TagClassName
{
border-color: #FC896D;
}
</style>