Shades of Salmon #FF897D
Tints of Salmon #FF897D
RGB
CMYK
RGB Variations
Color information
#FF897D (or 0xFF897D) is known color: Salmon. HEX triplet: FF, 89 and 7D. RGB value is (255,137,125). Sum of RGB (Red+Green+Blue) = 255+137+125=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897D is #007682. Grayscale: #ABABAB. Windows color (decimal): -30339 or 8227327. OLE color: 8227327.
HSL color Cylindrical-coordinate representation of color #FF897D: hue angle of 5.54º 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 #FF897D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 125 | - |
| CMYK | 0 | 0.46 | 0.51 | 0 |
| HSL | 5.54º | 1% | 0.75% | - |
| HSV(B) | 5.54º | 0.51% | 1% | - |
| XYZ | 53.89 | 40.63 | 24.4 | - |
| YUV | 170.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 125 | 0 | 0.46 | 0.51 | 0 | 5.54 | 1 | 0.75 |
| Hex | FF | 89 | 7D | 0 | 2E | 33 | 0 | 6 | 64 | 4B |
| Octal | 377 | 211 | 175 | 0 | 56 | 63 | 0 | 6 | 144 | 113 |
| Binary | 11111111 | 10001001 | 1111101 | 0 | 101110 | 110011 | 0 | 110 | 1100100 | 1001011 |
Color Harmonies of #FF897D
Complementary color
Monochromatic Colors of #FF897D
Black with #FF897D
Text Example
Text Example
White with #FF897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF897D; }
p { color: rgb(255,137,125); }
H1.HeaderClassName
{
color: #FF897D;
}
.AnyTagClassName
{
color: #FF897D;
}
</style>
background-color css
<style>
a { background-color: #FF897D; }
a { background-color: rgb(255,137,125); }
div.DivClassName
{
background-color: #FF897D;
}
.BgClassName
{
background-color: #FF897D;
}
</style>
border-color css
<style>
span { border-color: #FF897D; }
span { border-color: rgb(255,137,125); }
td.TdClassName
{
border-color: #FF897D;
}
.TagClassName
{
border-color: #FF897D;
}
</style>