Shades of Salmon #F6866D
Tints of Salmon #F6866D
RGB
CMYK
RGB Variations
Color information
#F6866D (or 0xF6866D) is known color: Salmon. HEX triplet: F6, 86 and 6D. RGB value is (246,134,109). Sum of RGB (Red+Green+Blue) = 246+134+109=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6866D is #097992. Grayscale: #A4A4A4. Windows color (decimal): -620947 or 7177974. OLE color: 7177974.
HSL color Cylindrical-coordinate representation of color #F6866D: hue angle of 10.95º 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 #F6866D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 109 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.95º | 0.88% | 0.7% | - |
| HSV(B) | 10.95º | 0.56% | 0.96% | - |
| XYZ | 49.29 | 37.75 | 19.16 | - |
| YUV | 164.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 109 | 0 | 0.46 | 0.56 | 0.04 | 10.95 | 0.88 | 0.7 |
| Hex | F6 | 86 | 6D | 0 | 2E | 38 | 4 | B | 58 | 46 |
| Octal | 366 | 206 | 155 | 0 | 56 | 70 | 4 | 13 | 130 | 106 |
| Binary | 11110110 | 10000110 | 1101101 | 0 | 101110 | 111000 | 100 | 1011 | 1011000 | 1000110 |
Color Harmonies of #F6866D
Complementary color
Monochromatic Colors of #F6866D
Black with #F6866D
Text Example
Text Example
White with #F6866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6866D; }
p { color: rgb(246,134,109); }
H1.HeaderClassName
{
color: #F6866D;
}
.AnyTagClassName
{
color: #F6866D;
}
</style>
background-color css
<style>
a { background-color: #F6866D; }
a { background-color: rgb(246,134,109); }
div.DivClassName
{
background-color: #F6866D;
}
.BgClassName
{
background-color: #F6866D;
}
</style>
border-color css
<style>
span { border-color: #F6866D; }
span { border-color: rgb(246,134,109); }
td.TdClassName
{
border-color: #F6866D;
}
.TagClassName
{
border-color: #F6866D;
}
</style>