Shades of Salmon #F6886D
Tints of Salmon #F6886D
RGB
CMYK
RGB Variations
Color information
#F6886D (or 0xF6886D) is known color: Salmon. HEX triplet: F6, 88 and 6D. RGB value is (246,136,109). Sum of RGB (Red+Green+Blue) = 246+136+109=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6886D is #097792. Grayscale: #A6A6A6. Windows color (decimal): -620435 or 7178486. OLE color: 7178486.
HSL color Cylindrical-coordinate representation of color #F6886D: hue angle of 11.82º 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 #F6886D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 109 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.82º | 0.88% | 0.7% | - |
| HSV(B) | 11.82º | 0.56% | 0.96% | - |
| XYZ | 49.57 | 38.31 | 19.25 | - |
| YUV | 165.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 109 | 0 | 0.45 | 0.56 | 0.04 | 11.82 | 0.88 | 0.7 |
| Hex | F6 | 88 | 6D | 0 | 2D | 38 | 4 | C | 58 | 46 |
| Octal | 366 | 210 | 155 | 0 | 55 | 70 | 4 | 14 | 130 | 106 |
| Binary | 11110110 | 10001000 | 1101101 | 0 | 101101 | 111000 | 100 | 1100 | 1011000 | 1000110 |
Color Harmonies of #F6886D
Complementary color
Monochromatic Colors of #F6886D
Black with #F6886D
Text Example
Text Example
White with #F6886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6886D; }
p { color: rgb(246,136,109); }
H1.HeaderClassName
{
color: #F6886D;
}
.AnyTagClassName
{
color: #F6886D;
}
</style>
background-color css
<style>
a { background-color: #F6886D; }
a { background-color: rgb(246,136,109); }
div.DivClassName
{
background-color: #F6886D;
}
.BgClassName
{
background-color: #F6886D;
}
</style>
border-color css
<style>
span { border-color: #F6886D; }
span { border-color: rgb(246,136,109); }
td.TdClassName
{
border-color: #F6886D;
}
.TagClassName
{
border-color: #F6886D;
}
</style>