Shades of Salmon #FF896A
Tints of Salmon #FF896A
RGB
CMYK
RGB Variations
Color information
#FF896A (or 0xFF896A) is known color: Salmon. HEX triplet: FF, 89 and 6A. RGB value is (255,137,106). Sum of RGB (Red+Green+Blue) = 255+137+106=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF896A is #007695. Grayscale: #A8A8A8. Windows color (decimal): -30358 or 6982143. OLE color: 6982143.
HSL color Cylindrical-coordinate representation of color #FF896A: hue angle of 12.48º 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 #FF896A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 106 | - |
| CMYK | 0 | 0.46 | 0.58 | 0 |
| HSL | 12.48º | 1% | 0.71% | - |
| HSV(B) | 12.48º | 0.58% | 1% | - |
| XYZ | 52.79 | 40.19 | 18.61 | - |
| YUV | 168.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 106 | 0 | 0.46 | 0.58 | 0 | 12.48 | 1 | 0.71 |
| Hex | FF | 89 | 6A | 0 | 2E | 3A | 0 | C | 64 | 47 |
| Octal | 377 | 211 | 152 | 0 | 56 | 72 | 0 | 14 | 144 | 107 |
| Binary | 11111111 | 10001001 | 1101010 | 0 | 101110 | 111010 | 0 | 1100 | 1100100 | 1000111 |
Color Harmonies of #FF896A
Complementary color
Monochromatic Colors of #FF896A
Black with #FF896A
Text Example
Text Example
White with #FF896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF896A; }
p { color: rgb(255,137,106); }
H1.HeaderClassName
{
color: #FF896A;
}
.AnyTagClassName
{
color: #FF896A;
}
</style>
background-color css
<style>
a { background-color: #FF896A; }
a { background-color: rgb(255,137,106); }
div.DivClassName
{
background-color: #FF896A;
}
.BgClassName
{
background-color: #FF896A;
}
</style>
border-color css
<style>
span { border-color: #FF896A; }
span { border-color: rgb(255,137,106); }
td.TdClassName
{
border-color: #FF896A;
}
.TagClassName
{
border-color: #FF896A;
}
</style>