Shades of Salmon #FF887C
Tints of Salmon #FF887C
RGB
CMYK
RGB Variations
Color information
#FF887C (or 0xFF887C) is known color: Salmon. HEX triplet: FF, 88 and 7C. RGB value is (255,136,124). Sum of RGB (Red+Green+Blue) = 255+136+124=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF887C is #007783. Grayscale: #AAAAAA. Windows color (decimal): -30596 or 8161535. OLE color: 8161535.
HSL color Cylindrical-coordinate representation of color #FF887C: hue angle of 5.5º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF887C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 124 | - |
| CMYK | 0 | 0.47 | 0.51 | 0 |
| HSL | 5.5º | 1% | 0.74% | - |
| HSV(B) | 5.5º | 0.51% | 1% | - |
| XYZ | 53.68 | 40.32 | 24.02 | - |
| YUV | 170.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 124 | 0 | 0.47 | 0.51 | 0 | 5.5 | 1 | 0.74 |
| Hex | FF | 88 | 7C | 0 | 2F | 33 | 0 | 5 | 64 | 4A |
| Octal | 377 | 210 | 174 | 0 | 57 | 63 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10001000 | 1111100 | 0 | 101111 | 110011 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF887C
Complementary color
Monochromatic Colors of #FF887C
Black with #FF887C
Text Example
Text Example
White with #FF887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF887C; }
p { color: rgb(255,136,124); }
H1.HeaderClassName
{
color: #FF887C;
}
.AnyTagClassName
{
color: #FF887C;
}
</style>
background-color css
<style>
a { background-color: #FF887C; }
a { background-color: rgb(255,136,124); }
div.DivClassName
{
background-color: #FF887C;
}
.BgClassName
{
background-color: #FF887C;
}
</style>
border-color css
<style>
span { border-color: #FF887C; }
span { border-color: rgb(255,136,124); }
td.TdClassName
{
border-color: #FF887C;
}
.TagClassName
{
border-color: #FF887C;
}
</style>