Shades of Salmon #F6826D
Tints of Salmon #F6826D
RGB
CMYK
RGB Variations
Color information
#F6826D (or 0xF6826D) is known color: Salmon. HEX triplet: F6, 82 and 6D. RGB value is (246,130,109). Sum of RGB (Red+Green+Blue) = 246+130+109=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6826D is #097D92. Grayscale: #A2A2A2. Windows color (decimal): -621971 or 7176950. OLE color: 7176950.
HSL color Cylindrical-coordinate representation of color #F6826D: hue angle of 9.2º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6826D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 9.2º | 0.88% | 0.7% | - |
| HSV(B) | 9.2º | 0.56% | 0.96% | - |
| XYZ | 48.75 | 36.66 | 18.98 | - |
| YUV | 162.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 109 | 0 | 0.47 | 0.56 | 0.04 | 9.2 | 0.88 | 0.7 |
| Hex | F6 | 82 | 6D | 0 | 2F | 38 | 4 | 9 | 58 | 46 |
| Octal | 366 | 202 | 155 | 0 | 57 | 70 | 4 | 11 | 130 | 106 |
| Binary | 11110110 | 10000010 | 1101101 | 0 | 101111 | 111000 | 100 | 1001 | 1011000 | 1000110 |
Color Harmonies of #F6826D
Complementary color
Monochromatic Colors of #F6826D
Black with #F6826D
Text Example
Text Example
White with #F6826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6826D; }
p { color: rgb(246,130,109); }
H1.HeaderClassName
{
color: #F6826D;
}
.AnyTagClassName
{
color: #F6826D;
}
</style>
background-color css
<style>
a { background-color: #F6826D; }
a { background-color: rgb(246,130,109); }
div.DivClassName
{
background-color: #F6826D;
}
.BgClassName
{
background-color: #F6826D;
}
</style>
border-color css
<style>
span { border-color: #F6826D; }
span { border-color: rgb(246,130,109); }
td.TdClassName
{
border-color: #F6826D;
}
.TagClassName
{
border-color: #F6826D;
}
</style>