Shades of Salmon #FF896B
Tints of Salmon #FF896B
RGB
CMYK
RGB Variations
Color information
#FF896B (or 0xFF896B) is known color: Salmon. HEX triplet: FF, 89 and 6B. RGB value is (255,137,107). Sum of RGB (Red+Green+Blue) = 255+137+107=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF896B is #007694. Grayscale: #A9A9A9. Windows color (decimal): -30357 or 7047679. OLE color: 7047679.
HSL color Cylindrical-coordinate representation of color #FF896B: hue angle of 12.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF896B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 107 | - |
| CMYK | 0 | 0.46 | 0.58 | 0 |
| HSL | 12.16º | 1% | 0.71% | - |
| HSV(B) | 12.16º | 0.58% | 1% | - |
| XYZ | 52.84 | 40.21 | 18.89 | - |
| YUV | 168.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 107 | 0 | 0.46 | 0.58 | 0 | 12.16 | 1 | 0.71 |
| Hex | FF | 89 | 6B | 0 | 2E | 3A | 0 | C | 64 | 47 |
| Octal | 377 | 211 | 153 | 0 | 56 | 72 | 0 | 14 | 144 | 107 |
| Binary | 11111111 | 10001001 | 1101011 | 0 | 101110 | 111010 | 0 | 1100 | 1100100 | 1000111 |
Color Harmonies of #FF896B
Complementary color
Monochromatic Colors of #FF896B
Black with #FF896B
Text Example
Text Example
White with #FF896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF896B; }
p { color: rgb(255,137,107); }
H1.HeaderClassName
{
color: #FF896B;
}
.AnyTagClassName
{
color: #FF896B;
}
</style>
background-color css
<style>
a { background-color: #FF896B; }
a { background-color: rgb(255,137,107); }
div.DivClassName
{
background-color: #FF896B;
}
.BgClassName
{
background-color: #FF896B;
}
</style>
border-color css
<style>
span { border-color: #FF896B; }
span { border-color: rgb(255,137,107); }
td.TdClassName
{
border-color: #FF896B;
}
.TagClassName
{
border-color: #FF896B;
}
</style>