Shades of Light Salmon #F6A986
Tints of Light Salmon #F6A986
RGB
CMYK
RGB Variations
Color information
#F6A986 (or 0xF6A986) is known color: Light Salmon. HEX triplet: F6, A9 and 86. RGB value is (246,169,134). Sum of RGB (Red+Green+Blue) = 246+169+134=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A986 is #095679. Grayscale: #BCBCBC. Windows color (decimal): -611962 or 8825334. OLE color: 8825334.
HSL color Cylindrical-coordinate representation of color #F6A986: hue angle of 18.75º 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 #F6A986 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 134 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.04 |
| HSL | 18.75º | 0.86% | 0.75% | - |
| HSV(B) | 18.75º | 0.46% | 0.96% | - |
| XYZ | 56.5 | 49.69 | 29.17 | - |
| YUV | 188.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 134 | 0 | 0.31 | 0.46 | 0.04 | 18.75 | 0.86 | 0.75 |
| Hex | F6 | A9 | 86 | 0 | 1F | 2E | 4 | 13 | 56 | 4B |
| Octal | 366 | 251 | 206 | 0 | 37 | 56 | 4 | 23 | 126 | 113 |
| Binary | 11110110 | 10101001 | 10000110 | 0 | 11111 | 101110 | 100 | 10011 | 1010110 | 1001011 |
Color Harmonies of #F6A986
Complementary color
Monochromatic Colors of #F6A986
Black with #F6A986
Text Example
Text Example
White with #F6A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A986; }
p { color: rgb(246,169,134); }
H1.HeaderClassName
{
color: #F6A986;
}
.AnyTagClassName
{
color: #F6A986;
}
</style>
background-color css
<style>
a { background-color: #F6A986; }
a { background-color: rgb(246,169,134); }
div.DivClassName
{
background-color: #F6A986;
}
.BgClassName
{
background-color: #F6A986;
}
</style>
border-color css
<style>
span { border-color: #F6A986; }
span { border-color: rgb(246,169,134); }
td.TdClassName
{
border-color: #F6A986;
}
.TagClassName
{
border-color: #F6A986;
}
</style>