Shades of Salmon #FF887A
Tints of Salmon #FF887A
RGB
CMYK
RGB Variations
Color information
#FF887A (or 0xFF887A) is known color: Salmon. HEX triplet: FF, 88 and 7A. RGB value is (255,136,122). Sum of RGB (Red+Green+Blue) = 255+136+122=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF887A is #007785. Grayscale: #AAAAAA. Windows color (decimal): -30598 or 8030463. OLE color: 8030463.
HSL color Cylindrical-coordinate representation of color #FF887A: hue angle of 6.32º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF887A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 122 | - |
| CMYK | 0 | 0.47 | 0.52 | 0 |
| HSL | 6.32º | 1% | 0.74% | - |
| HSV(B) | 6.32º | 0.52% | 1% | - |
| XYZ | 53.56 | 40.27 | 23.36 | - |
| YUV | 169.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 122 | 0 | 0.47 | 0.52 | 0 | 6.32 | 1 | 0.74 |
| Hex | FF | 88 | 7A | 0 | 2F | 34 | 0 | 6 | 64 | 4A |
| Octal | 377 | 210 | 172 | 0 | 57 | 64 | 0 | 6 | 144 | 112 |
| Binary | 11111111 | 10001000 | 1111010 | 0 | 101111 | 110100 | 0 | 110 | 1100100 | 1001010 |
Color Harmonies of #FF887A
Complementary color
Monochromatic Colors of #FF887A
Black with #FF887A
Text Example
Text Example
White with #FF887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF887A; }
p { color: rgb(255,136,122); }
H1.HeaderClassName
{
color: #FF887A;
}
.AnyTagClassName
{
color: #FF887A;
}
</style>
background-color css
<style>
a { background-color: #FF887A; }
a { background-color: rgb(255,136,122); }
div.DivClassName
{
background-color: #FF887A;
}
.BgClassName
{
background-color: #FF887A;
}
</style>
border-color css
<style>
span { border-color: #FF887A; }
span { border-color: rgb(255,136,122); }
td.TdClassName
{
border-color: #FF887A;
}
.TagClassName
{
border-color: #FF887A;
}
</style>