Shades of Light Salmon #F5A079
Tints of Light Salmon #F5A079
RGB
CMYK
RGB Variations
Color information
#F5A079 (or 0xF5A079) is known color: Light Salmon. HEX triplet: F5, A0 and 79. RGB value is (245,160,121). Sum of RGB (Red+Green+Blue) = 245+160+121=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A079 is #0A5F86. Grayscale: #B5B5B5. Windows color (decimal): -679815 or 7971061. OLE color: 7971061.
HSL color Cylindrical-coordinate representation of color #F5A079: hue angle of 18.87º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5A079 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 121 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.04 |
| HSL | 18.87º | 0.86% | 0.72% | - |
| HSV(B) | 18.87º | 0.51% | 0.96% | - |
| XYZ | 53.68 | 45.93 | 24.13 | - |
| YUV | 180.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 121 | 0 | 0.35 | 0.51 | 0.04 | 18.87 | 0.86 | 0.72 |
| Hex | F5 | A0 | 79 | 0 | 23 | 33 | 4 | 13 | 56 | 48 |
| Octal | 365 | 240 | 171 | 0 | 43 | 63 | 4 | 23 | 126 | 110 |
| Binary | 11110101 | 10100000 | 1111001 | 0 | 100011 | 110011 | 100 | 10011 | 1010110 | 1001000 |
Color Harmonies of #F5A079
Complementary color
Monochromatic Colors of #F5A079
Black with #F5A079
Text Example
Text Example
White with #F5A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A079; }
p { color: rgb(245,160,121); }
H1.HeaderClassName
{
color: #F5A079;
}
.AnyTagClassName
{
color: #F5A079;
}
</style>
background-color css
<style>
a { background-color: #F5A079; }
a { background-color: rgb(245,160,121); }
div.DivClassName
{
background-color: #F5A079;
}
.BgClassName
{
background-color: #F5A079;
}
</style>
border-color css
<style>
span { border-color: #F5A079; }
span { border-color: rgb(245,160,121); }
td.TdClassName
{
border-color: #F5A079;
}
.TagClassName
{
border-color: #F5A079;
}
</style>