Shades of Salmon #F6836A
Tints of Salmon #F6836A
RGB
CMYK
RGB Variations
Color information
#F6836A (or 0xF6836A) is known color: Salmon. HEX triplet: F6, 83 and 6A. RGB value is (246,131,106). Sum of RGB (Red+Green+Blue) = 246+131+106=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6836A is #097C95. Grayscale: #A2A2A2. Windows color (decimal): -621718 or 6980598. OLE color: 6980598.
HSL color Cylindrical-coordinate representation of color #F6836A: hue angle of 10.71º degrees, saturation: 0.89, 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 #F6836A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.04 |
| HSL | 10.71º | 0.89% | 0.69% | - |
| HSV(B) | 10.71º | 0.57% | 0.96% | - |
| XYZ | 48.72 | 36.87 | 18.18 | - |
| YUV | 162.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 106 | 0 | 0.47 | 0.57 | 0.04 | 10.71 | 0.89 | 0.69 |
| Hex | F6 | 83 | 6A | 0 | 2F | 39 | 4 | B | 59 | 45 |
| Octal | 366 | 203 | 152 | 0 | 57 | 71 | 4 | 13 | 131 | 105 |
| Binary | 11110110 | 10000011 | 1101010 | 0 | 101111 | 111001 | 100 | 1011 | 1011001 | 1000101 |
Color Harmonies of #F6836A
Complementary color
Monochromatic Colors of #F6836A
Black with #F6836A
Text Example
Text Example
White with #F6836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6836A; }
p { color: rgb(246,131,106); }
H1.HeaderClassName
{
color: #F6836A;
}
.AnyTagClassName
{
color: #F6836A;
}
</style>
background-color css
<style>
a { background-color: #F6836A; }
a { background-color: rgb(246,131,106); }
div.DivClassName
{
background-color: #F6836A;
}
.BgClassName
{
background-color: #F6836A;
}
</style>
border-color css
<style>
span { border-color: #F6836A; }
span { border-color: rgb(246,131,106); }
td.TdClassName
{
border-color: #F6836A;
}
.TagClassName
{
border-color: #F6836A;
}
</style>