Shades of Salmon #FF897F
Tints of Salmon #FF897F
RGB
CMYK
RGB Variations
Color information
#FF897F (or 0xFF897F) is known color: Salmon. HEX triplet: FF, 89 and 7F. RGB value is (255,137,127). Sum of RGB (Red+Green+Blue) = 255+137+127=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897F is #007680. Grayscale: #ABABAB. Windows color (decimal): -30337 or 8358399. OLE color: 8358399.
HSL color Cylindrical-coordinate representation of color #FF897F: hue angle of 4.69º 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 #FF897F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 127 | - |
| CMYK | 0 | 0.46 | 0.50 | 0 |
| HSL | 4.69º | 1% | 0.75% | - |
| HSV(B) | 4.69º | 0.5% | 1% | - |
| XYZ | 54.02 | 40.68 | 25.08 | - |
| YUV | 171.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 127 | 0 | 0.46 | 0.50 | 0 | 4.69 | 1 | 0.75 |
| Hex | FF | 89 | 7F | 0 | 2E | 32 | 0 | 5 | 64 | 4B |
| Octal | 377 | 211 | 177 | 0 | 56 | 62 | 0 | 5 | 144 | 113 |
| Binary | 11111111 | 10001001 | 1111111 | 0 | 101110 | 110010 | 0 | 101 | 1100100 | 1001011 |
Color Harmonies of #FF897F
Complementary color
Monochromatic Colors of #FF897F
Black with #FF897F
Text Example
Text Example
White with #FF897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF897F; }
p { color: rgb(255,137,127); }
H1.HeaderClassName
{
color: #FF897F;
}
.AnyTagClassName
{
color: #FF897F;
}
</style>
background-color css
<style>
a { background-color: #FF897F; }
a { background-color: rgb(255,137,127); }
div.DivClassName
{
background-color: #FF897F;
}
.BgClassName
{
background-color: #FF897F;
}
</style>
border-color css
<style>
span { border-color: #FF897F; }
span { border-color: rgb(255,137,127); }
td.TdClassName
{
border-color: #FF897F;
}
.TagClassName
{
border-color: #FF897F;
}
</style>