Shades of Light Salmon #F6A47E
Tints of Light Salmon #F6A47E
RGB
CMYK
RGB Variations
Color information
#F6A47E (or 0xF6A47E) is known color: Light Salmon. HEX triplet: F6, A4 and 7E. RGB value is (246,164,126). Sum of RGB (Red+Green+Blue) = 246+164+126=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A47E is #095B81. Grayscale: #B8B8B8. Windows color (decimal): -613250 or 8299766. OLE color: 8299766.
HSL color Cylindrical-coordinate representation of color #F6A47E: hue angle of 19º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6A47E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 126 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.04 |
| HSL | 19º | 0.87% | 0.73% | - |
| HSV(B) | 19º | 0.49% | 0.96% | - |
| XYZ | 55.05 | 47.65 | 26.03 | - |
| YUV | 184.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 126 | 0 | 0.33 | 0.49 | 0.04 | 19 | 0.87 | 0.73 |
| Hex | F6 | A4 | 7E | 0 | 21 | 31 | 4 | 13 | 57 | 49 |
| Octal | 366 | 244 | 176 | 0 | 41 | 61 | 4 | 23 | 127 | 111 |
| Binary | 11110110 | 10100100 | 1111110 | 0 | 100001 | 110001 | 100 | 10011 | 1010111 | 1001001 |
Color Harmonies of #F6A47E
Complementary color
Monochromatic Colors of #F6A47E
Black with #F6A47E
Text Example
Text Example
White with #F6A47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A47E; }
p { color: rgb(246,164,126); }
H1.HeaderClassName
{
color: #F6A47E;
}
.AnyTagClassName
{
color: #F6A47E;
}
</style>
background-color css
<style>
a { background-color: #F6A47E; }
a { background-color: rgb(246,164,126); }
div.DivClassName
{
background-color: #F6A47E;
}
.BgClassName
{
background-color: #F6A47E;
}
</style>
border-color css
<style>
span { border-color: #F6A47E; }
span { border-color: rgb(246,164,126); }
td.TdClassName
{
border-color: #F6A47E;
}
.TagClassName
{
border-color: #F6A47E;
}
</style>