Shades of Light Salmon #F7A47C
Tints of Light Salmon #F7A47C
RGB
CMYK
RGB Variations
Color information
#F7A47C (or 0xF7A47C) is known color: Light Salmon. HEX triplet: F7, A4 and 7C. RGB value is (247,164,124). Sum of RGB (Red+Green+Blue) = 247+164+124=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A47C is #085B83. Grayscale: #B8B8B8. Windows color (decimal): -547716 or 8168695. OLE color: 8168695.
HSL color Cylindrical-coordinate representation of color #F7A47C: hue angle of 19.51º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7A47C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 124 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.03 |
| HSL | 19.51º | 0.88% | 0.73% | - |
| HSV(B) | 19.51º | 0.5% | 0.97% | - |
| XYZ | 55.27 | 47.78 | 25.38 | - |
| YUV | 184.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 124 | 0 | 0.34 | 0.50 | 0.03 | 19.51 | 0.88 | 0.73 |
| Hex | F7 | A4 | 7C | 0 | 22 | 32 | 3 | 14 | 58 | 49 |
| Octal | 367 | 244 | 174 | 0 | 42 | 62 | 3 | 24 | 130 | 111 |
| Binary | 11110111 | 10100100 | 1111100 | 0 | 100010 | 110010 | 11 | 10100 | 1011000 | 1001001 |
Color Harmonies of #F7A47C
Complementary color
Monochromatic Colors of #F7A47C
Black with #F7A47C
Text Example
Text Example
White with #F7A47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A47C; }
p { color: rgb(247,164,124); }
H1.HeaderClassName
{
color: #F7A47C;
}
.AnyTagClassName
{
color: #F7A47C;
}
</style>
background-color css
<style>
a { background-color: #F7A47C; }
a { background-color: rgb(247,164,124); }
div.DivClassName
{
background-color: #F7A47C;
}
.BgClassName
{
background-color: #F7A47C;
}
</style>
border-color css
<style>
span { border-color: #F7A47C; }
span { border-color: rgb(247,164,124); }
td.TdClassName
{
border-color: #F7A47C;
}
.TagClassName
{
border-color: #F7A47C;
}
</style>