Shades of Salmon #F6856D
Tints of Salmon #F6856D
RGB
CMYK
RGB Variations
Color information
#F6856D (or 0xF6856D) is known color: Salmon. HEX triplet: F6, 85 and 6D. RGB value is (246,133,109). Sum of RGB (Red+Green+Blue) = 246+133+109=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6856D is #097A92. Grayscale: #A4A4A4. Windows color (decimal): -621203 or 7177718. OLE color: 7177718.
HSL color Cylindrical-coordinate representation of color #F6856D: hue angle of 10.51º 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 #F6856D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 109 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.51º | 0.88% | 0.7% | - |
| HSV(B) | 10.51º | 0.56% | 0.96% | - |
| XYZ | 49.15 | 37.47 | 19.11 | - |
| YUV | 164.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 109 | 0 | 0.46 | 0.56 | 0.04 | 10.51 | 0.88 | 0.7 |
| Hex | F6 | 85 | 6D | 0 | 2E | 38 | 4 | B | 58 | 46 |
| Octal | 366 | 205 | 155 | 0 | 56 | 70 | 4 | 13 | 130 | 106 |
| Binary | 11110110 | 10000101 | 1101101 | 0 | 101110 | 111000 | 100 | 1011 | 1011000 | 1000110 |
Color Harmonies of #F6856D
Complementary color
Monochromatic Colors of #F6856D
Black with #F6856D
Text Example
Text Example
White with #F6856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6856D; }
p { color: rgb(246,133,109); }
H1.HeaderClassName
{
color: #F6856D;
}
.AnyTagClassName
{
color: #F6856D;
}
</style>
background-color css
<style>
a { background-color: #F6856D; }
a { background-color: rgb(246,133,109); }
div.DivClassName
{
background-color: #F6856D;
}
.BgClassName
{
background-color: #F6856D;
}
</style>
border-color css
<style>
span { border-color: #F6856D; }
span { border-color: rgb(246,133,109); }
td.TdClassName
{
border-color: #F6856D;
}
.TagClassName
{
border-color: #F6856D;
}
</style>