Shades of Light Salmon #F5A47E
Tints of Light Salmon #F5A47E
RGB
CMYK
RGB Variations
Color information
#F5A47E (or 0xF5A47E) is known color: Light Salmon. HEX triplet: F5, A4 and 7E. RGB value is (245,164,126). Sum of RGB (Red+Green+Blue) = 245+164+126=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A47E is #0A5B81. Grayscale: #B8B8B8. Windows color (decimal): -678786 or 8299765. OLE color: 8299765.
HSL color Cylindrical-coordinate representation of color #F5A47E: hue angle of 19.16º degrees, saturation: 0.86, 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 #F5A47E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 126 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.04 |
| HSL | 19.16º | 0.86% | 0.73% | - |
| HSV(B) | 19.16º | 0.49% | 0.96% | - |
| XYZ | 54.7 | 47.47 | 26.02 | - |
| YUV | 183.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 126 | 0 | 0.33 | 0.49 | 0.04 | 19.16 | 0.86 | 0.73 |
| Hex | F5 | A4 | 7E | 0 | 21 | 31 | 4 | 13 | 56 | 49 |
| Octal | 365 | 244 | 176 | 0 | 41 | 61 | 4 | 23 | 126 | 111 |
| Binary | 11110101 | 10100100 | 1111110 | 0 | 100001 | 110001 | 100 | 10011 | 1010110 | 1001001 |
Color Harmonies of #F5A47E
Complementary color
Monochromatic Colors of #F5A47E
Black with #F5A47E
Text Example
Text Example
White with #F5A47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A47E; }
p { color: rgb(245,164,126); }
H1.HeaderClassName
{
color: #F5A47E;
}
.AnyTagClassName
{
color: #F5A47E;
}
</style>
background-color css
<style>
a { background-color: #F5A47E; }
a { background-color: rgb(245,164,126); }
div.DivClassName
{
background-color: #F5A47E;
}
.BgClassName
{
background-color: #F5A47E;
}
</style>
border-color css
<style>
span { border-color: #F5A47E; }
span { border-color: rgb(245,164,126); }
td.TdClassName
{
border-color: #F5A47E;
}
.TagClassName
{
border-color: #F5A47E;
}
</style>