Shades of Light Salmon #F6A47F
Tints of Light Salmon #F6A47F
RGB
CMYK
RGB Variations
Color information
#F6A47F (or 0xF6A47F) is known color: Light Salmon. HEX triplet: F6, A4 and 7F. RGB value is (246,164,127). Sum of RGB (Red+Green+Blue) = 246+164+127=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A47F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A47F is #095B80. Grayscale: #B8B8B8. Windows color (decimal): -613249 or 8365302. OLE color: 8365302.
HSL color Cylindrical-coordinate representation of color #F6A47F: hue angle of 18.66º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6A47F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 127 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.04 |
| HSL | 18.66º | 0.87% | 0.73% | - |
| HSV(B) | 18.66º | 0.48% | 0.96% | - |
| XYZ | 55.11 | 47.68 | 26.38 | - |
| YUV | 184.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 127 | 0 | 0.33 | 0.48 | 0.04 | 18.66 | 0.87 | 0.73 |
| Hex | F6 | A4 | 7F | 0 | 21 | 30 | 4 | 13 | 57 | 49 |
| Octal | 366 | 244 | 177 | 0 | 41 | 60 | 4 | 23 | 127 | 111 |
| Binary | 11110110 | 10100100 | 1111111 | 0 | 100001 | 110000 | 100 | 10011 | 1010111 | 1001001 |
Color Harmonies of #F6A47F
Complementary color
Monochromatic Colors of #F6A47F
Black with #F6A47F
Text Example
Text Example
White with #F6A47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A47F; }
p { color: rgb(246,164,127); }
H1.HeaderClassName
{
color: #F6A47F;
}
.AnyTagClassName
{
color: #F6A47F;
}
</style>
background-color css
<style>
a { background-color: #F6A47F; }
a { background-color: rgb(246,164,127); }
div.DivClassName
{
background-color: #F6A47F;
}
.BgClassName
{
background-color: #F6A47F;
}
</style>
border-color css
<style>
span { border-color: #F6A47F; }
span { border-color: rgb(246,164,127); }
td.TdClassName
{
border-color: #F6A47F;
}
.TagClassName
{
border-color: #F6A47F;
}
</style>