Shades of Salmon #FF897E
Tints of Salmon #FF897E
RGB
CMYK
RGB Variations
Color information
#FF897E (or 0xFF897E) is known color: Salmon. HEX triplet: FF, 89 and 7E. RGB value is (255,137,126). Sum of RGB (Red+Green+Blue) = 255+137+126=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897E is #007681. Grayscale: #ABABAB. Windows color (decimal): -30338 or 8292863. OLE color: 8292863.
HSL color Cylindrical-coordinate representation of color #FF897E: hue angle of 5.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF897E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 126 | - |
| CMYK | 0 | 0.46 | 0.51 | 0 |
| HSL | 5.12º | 1% | 0.75% | - |
| HSV(B) | 5.12º | 0.51% | 1% | - |
| XYZ | 53.95 | 40.66 | 24.74 | - |
| YUV | 171.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 126 | 0 | 0.46 | 0.51 | 0 | 5.12 | 1 | 0.75 |
| Hex | FF | 89 | 7E | 0 | 2E | 33 | 0 | 5 | 64 | 4B |
| Octal | 377 | 211 | 176 | 0 | 56 | 63 | 0 | 5 | 144 | 113 |
| Binary | 11111111 | 10001001 | 1111110 | 0 | 101110 | 110011 | 0 | 101 | 1100100 | 1001011 |
Color Harmonies of #FF897E
Complementary color
Monochromatic Colors of #FF897E
Black with #FF897E
Text Example
Text Example
White with #FF897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF897E; }
p { color: rgb(255,137,126); }
H1.HeaderClassName
{
color: #FF897E;
}
.AnyTagClassName
{
color: #FF897E;
}
</style>
background-color css
<style>
a { background-color: #FF897E; }
a { background-color: rgb(255,137,126); }
div.DivClassName
{
background-color: #FF897E;
}
.BgClassName
{
background-color: #FF897E;
}
</style>
border-color css
<style>
span { border-color: #FF897E; }
span { border-color: rgb(255,137,126); }
td.TdClassName
{
border-color: #FF897E;
}
.TagClassName
{
border-color: #FF897E;
}
</style>