Shades of Salmon #F6866A
Tints of Salmon #F6866A
RGB
CMYK
RGB Variations
Color information
#F6866A (or 0xF6866A) is known color: Salmon. HEX triplet: F6, 86 and 6A. RGB value is (246,134,106). Sum of RGB (Red+Green+Blue) = 246+134+106=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6866A is #097995. Grayscale: #A4A4A4. Windows color (decimal): -620950 or 6981366. OLE color: 6981366.
HSL color Cylindrical-coordinate representation of color #F6866A: hue angle of 12º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6866A is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 106 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.04 |
| HSL | 12º | 0.89% | 0.69% | - |
| HSV(B) | 12º | 0.57% | 0.96% | - |
| XYZ | 49.13 | 37.68 | 18.32 | - |
| YUV | 164.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 106 | 0 | 0.46 | 0.57 | 0.04 | 12 | 0.89 | 0.69 |
| Hex | F6 | 86 | 6A | 0 | 2E | 39 | 4 | C | 59 | 45 |
| Octal | 366 | 206 | 152 | 0 | 56 | 71 | 4 | 14 | 131 | 105 |
| Binary | 11110110 | 10000110 | 1101010 | 0 | 101110 | 111001 | 100 | 1100 | 1011001 | 1000101 |
Color Harmonies of #F6866A
Complementary color
Monochromatic Colors of #F6866A
Black with #F6866A
Text Example
Text Example
White with #F6866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6866A; }
p { color: rgb(246,134,106); }
H1.HeaderClassName
{
color: #F6866A;
}
.AnyTagClassName
{
color: #F6866A;
}
</style>
background-color css
<style>
a { background-color: #F6866A; }
a { background-color: rgb(246,134,106); }
div.DivClassName
{
background-color: #F6866A;
}
.BgClassName
{
background-color: #F6866A;
}
</style>
border-color css
<style>
span { border-color: #F6866A; }
span { border-color: rgb(246,134,106); }
td.TdClassName
{
border-color: #F6866A;
}
.TagClassName
{
border-color: #F6866A;
}
</style>