Shades of Salmon #FF897A
Tints of Salmon #FF897A
RGB
CMYK
RGB Variations
Color information
#FF897A (or 0xFF897A) is known color: Salmon. HEX triplet: FF, 89 and 7A. RGB value is (255,137,122). Sum of RGB (Red+Green+Blue) = 255+137+122=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897A is #007685. Grayscale: #AAAAAA. Windows color (decimal): -30342 or 8030719. OLE color: 8030719.
HSL color Cylindrical-coordinate representation of color #FF897A: hue angle of 6.77º 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 #FF897A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 122 | - |
| CMYK | 0 | 0.46 | 0.52 | 0 |
| HSL | 6.77º | 1% | 0.74% | - |
| HSV(B) | 6.77º | 0.52% | 1% | - |
| XYZ | 53.7 | 40.56 | 23.41 | - |
| YUV | 170.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 122 | 0 | 0.46 | 0.52 | 0 | 6.77 | 1 | 0.74 |
| Hex | FF | 89 | 7A | 0 | 2E | 34 | 0 | 7 | 64 | 4A |
| Octal | 377 | 211 | 172 | 0 | 56 | 64 | 0 | 7 | 144 | 112 |
| Binary | 11111111 | 10001001 | 1111010 | 0 | 101110 | 110100 | 0 | 111 | 1100100 | 1001010 |
Color Harmonies of #FF897A
Complementary color
Monochromatic Colors of #FF897A
Black with #FF897A
Text Example
Text Example
White with #FF897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF897A; }
p { color: rgb(255,137,122); }
H1.HeaderClassName
{
color: #FF897A;
}
.AnyTagClassName
{
color: #FF897A;
}
</style>
background-color css
<style>
a { background-color: #FF897A; }
a { background-color: rgb(255,137,122); }
div.DivClassName
{
background-color: #FF897A;
}
.BgClassName
{
background-color: #FF897A;
}
</style>
border-color css
<style>
span { border-color: #FF897A; }
span { border-color: rgb(255,137,122); }
td.TdClassName
{
border-color: #FF897A;
}
.TagClassName
{
border-color: #FF897A;
}
</style>