Shades of Salmon #F6786C
Tints of Salmon #F6786C
RGB
CMYK
RGB Variations
Color information
#F6786C (or 0xF6786C) is known color: Salmon. HEX triplet: F6, 78 and 6C. RGB value is (246,120,108). Sum of RGB (Red+Green+Blue) = 246+120+108=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6786C is #098793. Grayscale: #9C9C9C. Windows color (decimal): -624532 or 7108854. OLE color: 7108854.
HSL color Cylindrical-coordinate representation of color #F6786C: hue angle of 5.22º 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 #F6786C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 108 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 5.22º | 0.88% | 0.69% | - |
| HSV(B) | 5.22º | 0.56% | 0.96% | - |
| XYZ | 47.43 | 34.11 | 18.27 | - |
| YUV | 156.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 108 | 0 | 0.51 | 0.56 | 0.04 | 5.22 | 0.88 | 0.69 |
| Hex | F6 | 78 | 6C | 0 | 33 | 38 | 4 | 5 | 58 | 45 |
| Octal | 366 | 170 | 154 | 0 | 63 | 70 | 4 | 5 | 130 | 105 |
| Binary | 11110110 | 1111000 | 1101100 | 0 | 110011 | 111000 | 100 | 101 | 1011000 | 1000101 |
Color Harmonies of #F6786C
Complementary color
Monochromatic Colors of #F6786C
Black with #F6786C
Text Example
Text Example
White with #F6786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6786C; }
p { color: rgb(246,120,108); }
H1.HeaderClassName
{
color: #F6786C;
}
.AnyTagClassName
{
color: #F6786C;
}
</style>
background-color css
<style>
a { background-color: #F6786C; }
a { background-color: rgb(246,120,108); }
div.DivClassName
{
background-color: #F6786C;
}
.BgClassName
{
background-color: #F6786C;
}
</style>
border-color css
<style>
span { border-color: #F6786C; }
span { border-color: rgb(246,120,108); }
td.TdClassName
{
border-color: #F6786C;
}
.TagClassName
{
border-color: #F6786C;
}
</style>