Shades of Salmon #F5836D
Tints of Salmon #F5836D
RGB
CMYK
RGB Variations
Color information
#F5836D (or 0xF5836D) is known color: Salmon. HEX triplet: F5, 83 and 6D. RGB value is (245,131,109). Sum of RGB (Red+Green+Blue) = 245+131+109=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5836D is #0A7C92. Grayscale: #A2A2A2. Windows color (decimal): -687251 or 7177205. OLE color: 7177205.
HSL color Cylindrical-coordinate representation of color #F5836D: hue angle of 9.71º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5836D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 9.71º | 0.87% | 0.69% | - |
| HSV(B) | 9.71º | 0.56% | 0.96% | - |
| XYZ | 48.53 | 36.75 | 19 | - |
| YUV | 162.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 109 | 0 | 0.47 | 0.56 | 0.04 | 9.71 | 0.87 | 0.69 |
| Hex | F5 | 83 | 6D | 0 | 2F | 38 | 4 | A | 57 | 45 |
| Octal | 365 | 203 | 155 | 0 | 57 | 70 | 4 | 12 | 127 | 105 |
| Binary | 11110101 | 10000011 | 1101101 | 0 | 101111 | 111000 | 100 | 1010 | 1010111 | 1000101 |
Color Harmonies of #F5836D
Complementary color
Monochromatic Colors of #F5836D
Black with #F5836D
Text Example
Text Example
White with #F5836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5836D; }
p { color: rgb(245,131,109); }
H1.HeaderClassName
{
color: #F5836D;
}
.AnyTagClassName
{
color: #F5836D;
}
</style>
background-color css
<style>
a { background-color: #F5836D; }
a { background-color: rgb(245,131,109); }
div.DivClassName
{
background-color: #F5836D;
}
.BgClassName
{
background-color: #F5836D;
}
</style>
border-color css
<style>
span { border-color: #F5836D; }
span { border-color: rgb(245,131,109); }
td.TdClassName
{
border-color: #F5836D;
}
.TagClassName
{
border-color: #F5836D;
}
</style>