Shades of Salmon #FF887F
Tints of Salmon #FF887F
RGB
CMYK
RGB Variations
Color information
#FF887F (or 0xFF887F) is known color: Salmon. HEX triplet: FF, 88 and 7F. RGB value is (255,136,127). Sum of RGB (Red+Green+Blue) = 255+136+127=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF887F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF887F is #007780. Grayscale: #AAAAAA. Windows color (decimal): -30593 or 8358143. OLE color: 8358143.
HSL color Cylindrical-coordinate representation of color #FF887F: hue angle of 4.22º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF887F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 127 | - |
| CMYK | 0 | 0.47 | 0.50 | 0 |
| HSL | 4.22º | 1% | 0.75% | - |
| HSV(B) | 4.22º | 0.5% | 1% | - |
| XYZ | 53.87 | 40.4 | 25.04 | - |
| YUV | 170.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 127 | 0 | 0.47 | 0.50 | 0 | 4.22 | 1 | 0.75 |
| Hex | FF | 88 | 7F | 0 | 2F | 32 | 0 | 4 | 64 | 4B |
| Octal | 377 | 210 | 177 | 0 | 57 | 62 | 0 | 4 | 144 | 113 |
| Binary | 11111111 | 10001000 | 1111111 | 0 | 101111 | 110010 | 0 | 100 | 1100100 | 1001011 |
Color Harmonies of #FF887F
Complementary color
Monochromatic Colors of #FF887F
Black with #FF887F
Text Example
Text Example
White with #FF887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF887F; }
p { color: rgb(255,136,127); }
H1.HeaderClassName
{
color: #FF887F;
}
.AnyTagClassName
{
color: #FF887F;
}
</style>
background-color css
<style>
a { background-color: #FF887F; }
a { background-color: rgb(255,136,127); }
div.DivClassName
{
background-color: #FF887F;
}
.BgClassName
{
background-color: #FF887F;
}
</style>
border-color css
<style>
span { border-color: #FF887F; }
span { border-color: rgb(255,136,127); }
td.TdClassName
{
border-color: #FF887F;
}
.TagClassName
{
border-color: #FF887F;
}
</style>