Shades of Salmon #F5896A
Tints of Salmon #F5896A
RGB
CMYK
RGB Variations
Color information
#F5896A (or 0xF5896A) is known color: Salmon. HEX triplet: F5, 89 and 6A. RGB value is (245,137,106). Sum of RGB (Red+Green+Blue) = 245+137+106=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5896A is #0A7695. Grayscale: #A5A5A5. Windows color (decimal): -685718 or 6982133. OLE color: 6982133.
HSL color Cylindrical-coordinate representation of color #F5896A: hue angle of 13.38º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5896A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 106 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.04 |
| HSL | 13.38º | 0.87% | 0.69% | - |
| HSV(B) | 13.38º | 0.57% | 0.96% | - |
| XYZ | 49.2 | 38.34 | 18.44 | - |
| YUV | 165.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 106 | 0 | 0.44 | 0.57 | 0.04 | 13.38 | 0.87 | 0.69 |
| Hex | F5 | 89 | 6A | 0 | 2C | 39 | 4 | D | 57 | 45 |
| Octal | 365 | 211 | 152 | 0 | 54 | 71 | 4 | 15 | 127 | 105 |
| Binary | 11110101 | 10001001 | 1101010 | 0 | 101100 | 111001 | 100 | 1101 | 1010111 | 1000101 |
Color Harmonies of #F5896A
Complementary color
Monochromatic Colors of #F5896A
Black with #F5896A
Text Example
Text Example
White with #F5896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5896A; }
p { color: rgb(245,137,106); }
H1.HeaderClassName
{
color: #F5896A;
}
.AnyTagClassName
{
color: #F5896A;
}
</style>
background-color css
<style>
a { background-color: #F5896A; }
a { background-color: rgb(245,137,106); }
div.DivClassName
{
background-color: #F5896A;
}
.BgClassName
{
background-color: #F5896A;
}
</style>
border-color css
<style>
span { border-color: #F5896A; }
span { border-color: rgb(245,137,106); }
td.TdClassName
{
border-color: #F5896A;
}
.TagClassName
{
border-color: #F5896A;
}
</style>