Shades of Light Salmon #F6A786
Tints of Light Salmon #F6A786
RGB
CMYK
RGB Variations
Color information
#F6A786 (or 0xF6A786) is known color: Light Salmon. HEX triplet: F6, A7 and 86. RGB value is (246,167,134). Sum of RGB (Red+Green+Blue) = 246+167+134=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A786 is #095879. Grayscale: #BBBBBB. Windows color (decimal): -612474 or 8824822. OLE color: 8824822.
HSL color Cylindrical-coordinate representation of color #F6A786: hue angle of 17.68º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A786 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 134 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.04 |
| HSL | 17.68º | 0.86% | 0.75% | - |
| HSV(B) | 17.68º | 0.46% | 0.96% | - |
| XYZ | 56.13 | 48.95 | 29.04 | - |
| YUV | 186.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 134 | 0 | 0.32 | 0.46 | 0.04 | 17.68 | 0.86 | 0.75 |
| Hex | F6 | A7 | 86 | 0 | 20 | 2E | 4 | 12 | 56 | 4B |
| Octal | 366 | 247 | 206 | 0 | 40 | 56 | 4 | 22 | 126 | 113 |
| Binary | 11110110 | 10100111 | 10000110 | 0 | 100000 | 101110 | 100 | 10010 | 1010110 | 1001011 |
Color Harmonies of #F6A786
Complementary color
Monochromatic Colors of #F6A786
Black with #F6A786
Text Example
Text Example
White with #F6A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A786; }
p { color: rgb(246,167,134); }
H1.HeaderClassName
{
color: #F6A786;
}
.AnyTagClassName
{
color: #F6A786;
}
</style>
background-color css
<style>
a { background-color: #F6A786; }
a { background-color: rgb(246,167,134); }
div.DivClassName
{
background-color: #F6A786;
}
.BgClassName
{
background-color: #F6A786;
}
</style>
border-color css
<style>
span { border-color: #F6A786; }
span { border-color: rgb(246,167,134); }
td.TdClassName
{
border-color: #F6A786;
}
.TagClassName
{
border-color: #F6A786;
}
</style>