Shades of Salmon #F5836A
Tints of Salmon #F5836A
RGB
CMYK
RGB Variations
Color information
#F5836A (or 0xF5836A) is known color: Salmon. HEX triplet: F5, 83 and 6A. RGB value is (245,131,106). Sum of RGB (Red+Green+Blue) = 245+131+106=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5836A is #0A7C95. Grayscale: #A2A2A2. Windows color (decimal): -687254 or 6980597. OLE color: 6980597.
HSL color Cylindrical-coordinate representation of color #F5836A: hue angle of 10.79º 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 #F5836A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.04 |
| HSL | 10.79º | 0.87% | 0.69% | - |
| HSV(B) | 10.79º | 0.57% | 0.96% | - |
| XYZ | 48.37 | 36.69 | 18.17 | - |
| YUV | 162.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 106 | 0 | 0.47 | 0.57 | 0.04 | 10.79 | 0.87 | 0.69 |
| Hex | F5 | 83 | 6A | 0 | 2F | 39 | 4 | B | 57 | 45 |
| Octal | 365 | 203 | 152 | 0 | 57 | 71 | 4 | 13 | 127 | 105 |
| Binary | 11110101 | 10000011 | 1101010 | 0 | 101111 | 111001 | 100 | 1011 | 1010111 | 1000101 |
Color Harmonies of #F5836A
Complementary color
Monochromatic Colors of #F5836A
Black with #F5836A
Text Example
Text Example
White with #F5836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5836A; }
p { color: rgb(245,131,106); }
H1.HeaderClassName
{
color: #F5836A;
}
.AnyTagClassName
{
color: #F5836A;
}
</style>
background-color css
<style>
a { background-color: #F5836A; }
a { background-color: rgb(245,131,106); }
div.DivClassName
{
background-color: #F5836A;
}
.BgClassName
{
background-color: #F5836A;
}
</style>
border-color css
<style>
span { border-color: #F5836A; }
span { border-color: rgb(245,131,106); }
td.TdClassName
{
border-color: #F5836A;
}
.TagClassName
{
border-color: #F5836A;
}
</style>