Shades of Salmon #FF896D
Tints of Salmon #FF896D
RGB
CMYK
RGB Variations
Color information
#FF896D (or 0xFF896D) is known color: Salmon. HEX triplet: FF, 89 and 6D. RGB value is (255,137,109). Sum of RGB (Red+Green+Blue) = 255+137+109=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF896D is #007692. Grayscale: #A9A9A9. Windows color (decimal): -30355 or 7178751. OLE color: 7178751.
HSL color Cylindrical-coordinate representation of color #FF896D: hue angle of 11.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF896D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 109 | - |
| CMYK | 0 | 0.46 | 0.57 | 0 |
| HSL | 11.51º | 1% | 0.71% | - |
| HSV(B) | 11.51º | 0.57% | 1% | - |
| XYZ | 52.95 | 40.26 | 19.45 | - |
| YUV | 169.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 109 | 0 | 0.46 | 0.57 | 0 | 11.51 | 1 | 0.71 |
| Hex | FF | 89 | 6D | 0 | 2E | 39 | 0 | C | 64 | 47 |
| Octal | 377 | 211 | 155 | 0 | 56 | 71 | 0 | 14 | 144 | 107 |
| Binary | 11111111 | 10001001 | 1101101 | 0 | 101110 | 111001 | 0 | 1100 | 1100100 | 1000111 |
Color Harmonies of #FF896D
Complementary color
Monochromatic Colors of #FF896D
Black with #FF896D
Text Example
Text Example
White with #FF896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF896D; }
p { color: rgb(255,137,109); }
H1.HeaderClassName
{
color: #FF896D;
}
.AnyTagClassName
{
color: #FF896D;
}
</style>
background-color css
<style>
a { background-color: #FF896D; }
a { background-color: rgb(255,137,109); }
div.DivClassName
{
background-color: #FF896D;
}
.BgClassName
{
background-color: #FF896D;
}
</style>
border-color css
<style>
span { border-color: #FF896D; }
span { border-color: rgb(255,137,109); }
td.TdClassName
{
border-color: #FF896D;
}
.TagClassName
{
border-color: #FF896D;
}
</style>