Shades of Salmon #F6786A
Tints of Salmon #F6786A
RGB
CMYK
RGB Variations
Color information
#F6786A (or 0xF6786A) is known color: Salmon. HEX triplet: F6, 78 and 6A. RGB value is (246,120,106). Sum of RGB (Red+Green+Blue) = 246+120+106=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6786A is #098795. Grayscale: #9C9C9C. Windows color (decimal): -624534 or 6977782. OLE color: 6977782.
HSL color Cylindrical-coordinate representation of color #F6786A: hue angle of 6º 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 #F6786A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 106 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.04 |
| HSL | 6º | 0.89% | 0.69% | - |
| HSV(B) | 6º | 0.57% | 0.96% | - |
| XYZ | 47.32 | 34.07 | 17.72 | - |
| YUV | 156.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 106 | 0 | 0.51 | 0.57 | 0.04 | 6 | 0.89 | 0.69 |
| Hex | F6 | 78 | 6A | 0 | 33 | 39 | 4 | 6 | 59 | 45 |
| Octal | 366 | 170 | 152 | 0 | 63 | 71 | 4 | 6 | 131 | 105 |
| Binary | 11110110 | 1111000 | 1101010 | 0 | 110011 | 111001 | 100 | 110 | 1011001 | 1000101 |
Color Harmonies of #F6786A
Complementary color
Monochromatic Colors of #F6786A
Black with #F6786A
Text Example
Text Example
White with #F6786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6786A; }
p { color: rgb(246,120,106); }
H1.HeaderClassName
{
color: #F6786A;
}
.AnyTagClassName
{
color: #F6786A;
}
</style>
background-color css
<style>
a { background-color: #F6786A; }
a { background-color: rgb(246,120,106); }
div.DivClassName
{
background-color: #F6786A;
}
.BgClassName
{
background-color: #F6786A;
}
</style>
border-color css
<style>
span { border-color: #F6786A; }
span { border-color: rgb(246,120,106); }
td.TdClassName
{
border-color: #F6786A;
}
.TagClassName
{
border-color: #F6786A;
}
</style>