Shades of Light Salmon #F6A486
Tints of Light Salmon #F6A486
RGB
CMYK
RGB Variations
Color information
#F6A486 (or 0xF6A486) is known color: Light Salmon. HEX triplet: F6, A4 and 86. RGB value is (246,164,134). Sum of RGB (Red+Green+Blue) = 246+164+134=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A486 is #095B79. Grayscale: #B9B9B9. Windows color (decimal): -613242 or 8824054. OLE color: 8824054.
HSL color Cylindrical-coordinate representation of color #F6A486: hue angle of 16.07º 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 #F6A486 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 134 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.04 |
| HSL | 16.07º | 0.86% | 0.75% | - |
| HSV(B) | 16.07º | 0.46% | 0.96% | - |
| XYZ | 55.58 | 47.86 | 28.86 | - |
| YUV | 185.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 134 | 0 | 0.33 | 0.46 | 0.04 | 16.07 | 0.86 | 0.75 |
| Hex | F6 | A4 | 86 | 0 | 21 | 2E | 4 | 10 | 56 | 4B |
| Octal | 366 | 244 | 206 | 0 | 41 | 56 | 4 | 20 | 126 | 113 |
| Binary | 11110110 | 10100100 | 10000110 | 0 | 100001 | 101110 | 100 | 10000 | 1010110 | 1001011 |
Color Harmonies of #F6A486
Complementary color
Monochromatic Colors of #F6A486
Black with #F6A486
Text Example
Text Example
White with #F6A486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A486; }
p { color: rgb(246,164,134); }
H1.HeaderClassName
{
color: #F6A486;
}
.AnyTagClassName
{
color: #F6A486;
}
</style>
background-color css
<style>
a { background-color: #F6A486; }
a { background-color: rgb(246,164,134); }
div.DivClassName
{
background-color: #F6A486;
}
.BgClassName
{
background-color: #F6A486;
}
</style>
border-color css
<style>
span { border-color: #F6A486; }
span { border-color: rgb(246,164,134); }
td.TdClassName
{
border-color: #F6A486;
}
.TagClassName
{
border-color: #F6A486;
}
</style>