Shades of Salmon #F6836C
Tints of Salmon #F6836C
RGB
CMYK
RGB Variations
Color information
#F6836C (or 0xF6836C) is known color: Salmon. HEX triplet: F6, 83 and 6C. RGB value is (246,131,108). Sum of RGB (Red+Green+Blue) = 246+131+108=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6836C is #097C93. Grayscale: #A2A2A2. Windows color (decimal): -621716 or 7111670. OLE color: 7111670.
HSL color Cylindrical-coordinate representation of color #F6836C: hue angle of 10º degrees, saturation: 0.88, 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 #F6836C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 108 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 10º | 0.88% | 0.69% | - |
| HSV(B) | 10º | 0.56% | 0.96% | - |
| XYZ | 48.83 | 36.91 | 18.74 | - |
| YUV | 162.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 108 | 0 | 0.47 | 0.56 | 0.04 | 10 | 0.88 | 0.69 |
| Hex | F6 | 83 | 6C | 0 | 2F | 38 | 4 | A | 58 | 45 |
| Octal | 366 | 203 | 154 | 0 | 57 | 70 | 4 | 12 | 130 | 105 |
| Binary | 11110110 | 10000011 | 1101100 | 0 | 101111 | 111000 | 100 | 1010 | 1011000 | 1000101 |
Color Harmonies of #F6836C
Complementary color
Monochromatic Colors of #F6836C
Black with #F6836C
Text Example
Text Example
White with #F6836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6836C; }
p { color: rgb(246,131,108); }
H1.HeaderClassName
{
color: #F6836C;
}
.AnyTagClassName
{
color: #F6836C;
}
</style>
background-color css
<style>
a { background-color: #F6836C; }
a { background-color: rgb(246,131,108); }
div.DivClassName
{
background-color: #F6836C;
}
.BgClassName
{
background-color: #F6836C;
}
</style>
border-color css
<style>
span { border-color: #F6836C; }
span { border-color: rgb(246,131,108); }
td.TdClassName
{
border-color: #F6836C;
}
.TagClassName
{
border-color: #F6836C;
}
</style>