Shades of Salmon #F6796C
Tints of Salmon #F6796C
RGB
CMYK
RGB Variations
Color information
#F6796C (or 0xF6796C) is known color: Salmon. HEX triplet: F6, 79 and 6C. RGB value is (246,121,108). Sum of RGB (Red+Green+Blue) = 246+121+108=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6796C is #098693. Grayscale: #9D9D9D. Windows color (decimal): -624276 or 7109110. OLE color: 7109110.
HSL color Cylindrical-coordinate representation of color #F6796C: hue angle of 5.65º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6796C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 108 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 5.65º | 0.88% | 0.69% | - |
| HSV(B) | 5.65º | 0.56% | 0.96% | - |
| XYZ | 47.55 | 34.35 | 18.31 | - |
| YUV | 156.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 108 | 0 | 0.51 | 0.56 | 0.04 | 5.65 | 0.88 | 0.69 |
| Hex | F6 | 79 | 6C | 0 | 33 | 38 | 4 | 6 | 58 | 45 |
| Octal | 366 | 171 | 154 | 0 | 63 | 70 | 4 | 6 | 130 | 105 |
| Binary | 11110110 | 1111001 | 1101100 | 0 | 110011 | 111000 | 100 | 110 | 1011000 | 1000101 |
Color Harmonies of #F6796C
Complementary color
Monochromatic Colors of #F6796C
Black with #F6796C
Text Example
Text Example
White with #F6796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6796C; }
p { color: rgb(246,121,108); }
H1.HeaderClassName
{
color: #F6796C;
}
.AnyTagClassName
{
color: #F6796C;
}
</style>
background-color css
<style>
a { background-color: #F6796C; }
a { background-color: rgb(246,121,108); }
div.DivClassName
{
background-color: #F6796C;
}
.BgClassName
{
background-color: #F6796C;
}
</style>
border-color css
<style>
span { border-color: #F6796C; }
span { border-color: rgb(246,121,108); }
td.TdClassName
{
border-color: #F6796C;
}
.TagClassName
{
border-color: #F6796C;
}
</style>