Shades of Salmon #FF897C
Tints of Salmon #FF897C
RGB
CMYK
RGB Variations
Color information
#FF897C (or 0xFF897C) is known color: Salmon. HEX triplet: FF, 89 and 7C. RGB value is (255,137,124). Sum of RGB (Red+Green+Blue) = 255+137+124=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF897C is #007683. Grayscale: #AAAAAA. Windows color (decimal): -30340 or 8161791. OLE color: 8161791.
HSL color Cylindrical-coordinate representation of color #FF897C: hue angle of 5.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF897C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0 |
| HSL | 5.95º | 1% | 0.74% | - |
| HSV(B) | 5.95º | 0.51% | 1% | - |
| XYZ | 53.82 | 40.61 | 24.07 | - |
| YUV | 170.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 124 | 0 | 0.46 | 0.51 | 0 | 5.95 | 1 | 0.74 |
| Hex | FF | 89 | 7C | 0 | 2E | 33 | 0 | 6 | 64 | 4A |
| Octal | 377 | 211 | 174 | 0 | 56 | 63 | 0 | 6 | 144 | 112 |
| Binary | 11111111 | 10001001 | 1111100 | 0 | 101110 | 110011 | 0 | 110 | 1100100 | 1001010 |
Color Harmonies of #FF897C
Complementary color
Monochromatic Colors of #FF897C
Black with #FF897C
Text Example
Text Example
White with #FF897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF897C; }
p { color: rgb(255,137,124); }
H1.HeaderClassName
{
color: #FF897C;
}
.AnyTagClassName
{
color: #FF897C;
}
</style>
background-color css
<style>
a { background-color: #FF897C; }
a { background-color: rgb(255,137,124); }
div.DivClassName
{
background-color: #FF897C;
}
.BgClassName
{
background-color: #FF897C;
}
</style>
border-color css
<style>
span { border-color: #FF897C; }
span { border-color: rgb(255,137,124); }
td.TdClassName
{
border-color: #FF897C;
}
.TagClassName
{
border-color: #FF897C;
}
</style>