Shades of Light Salmon #F6A47D
Tints of Light Salmon #F6A47D
RGB
CMYK
RGB Variations
Color information
#F6A47D (or 0xF6A47D) is known color: Light Salmon. HEX triplet: F6, A4 and 7D. RGB value is (246,164,125). Sum of RGB (Red+Green+Blue) = 246+164+125=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A47D is #095B82. Grayscale: #B8B8B8. Windows color (decimal): -613251 or 8234230. OLE color: 8234230.
HSL color Cylindrical-coordinate representation of color #F6A47D: hue angle of 19.34º 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 #F6A47D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 125 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.04 |
| HSL | 19.34º | 0.87% | 0.73% | - |
| HSV(B) | 19.34º | 0.49% | 0.96% | - |
| XYZ | 54.98 | 47.62 | 25.7 | - |
| YUV | 184.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 125 | 0 | 0.33 | 0.49 | 0.04 | 19.34 | 0.87 | 0.73 |
| Hex | F6 | A4 | 7D | 0 | 21 | 31 | 4 | 13 | 57 | 49 |
| Octal | 366 | 244 | 175 | 0 | 41 | 61 | 4 | 23 | 127 | 111 |
| Binary | 11110110 | 10100100 | 1111101 | 0 | 100001 | 110001 | 100 | 10011 | 1010111 | 1001001 |
Color Harmonies of #F6A47D
Complementary color
Monochromatic Colors of #F6A47D
Black with #F6A47D
Text Example
Text Example
White with #F6A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A47D; }
p { color: rgb(246,164,125); }
H1.HeaderClassName
{
color: #F6A47D;
}
.AnyTagClassName
{
color: #F6A47D;
}
</style>
background-color css
<style>
a { background-color: #F6A47D; }
a { background-color: rgb(246,164,125); }
div.DivClassName
{
background-color: #F6A47D;
}
.BgClassName
{
background-color: #F6A47D;
}
</style>
border-color css
<style>
span { border-color: #F6A47D; }
span { border-color: rgb(246,164,125); }
td.TdClassName
{
border-color: #F6A47D;
}
.TagClassName
{
border-color: #F6A47D;
}
</style>