Shades of Light Salmon #F7A077
Tints of Light Salmon #F7A077
RGB
CMYK
RGB Variations
Color information
#F7A077 (or 0xF7A077) is known color: Light Salmon. HEX triplet: F7, A0 and 77. RGB value is (247,160,119). Sum of RGB (Red+Green+Blue) = 247+160+119=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A077 is #085F88. Grayscale: #B5B5B5. Windows color (decimal): -548745 or 7839991. OLE color: 7839991.
HSL color Cylindrical-coordinate representation of color #F7A077: hue angle of 19.22º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7A077 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 119 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.03 |
| HSL | 19.22º | 0.89% | 0.72% | - |
| HSV(B) | 19.22º | 0.52% | 0.97% | - |
| XYZ | 54.26 | 46.25 | 23.52 | - |
| YUV | 181.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 119 | 0 | 0.35 | 0.52 | 0.03 | 19.22 | 0.89 | 0.72 |
| Hex | F7 | A0 | 77 | 0 | 23 | 34 | 3 | 13 | 59 | 48 |
| Octal | 367 | 240 | 167 | 0 | 43 | 64 | 3 | 23 | 131 | 110 |
| Binary | 11110111 | 10100000 | 1110111 | 0 | 100011 | 110100 | 11 | 10011 | 1011001 | 1001000 |
Color Harmonies of #F7A077
Complementary color
Monochromatic Colors of #F7A077
Black with #F7A077
Text Example
Text Example
White with #F7A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A077; }
p { color: rgb(247,160,119); }
H1.HeaderClassName
{
color: #F7A077;
}
.AnyTagClassName
{
color: #F7A077;
}
</style>
background-color css
<style>
a { background-color: #F7A077; }
a { background-color: rgb(247,160,119); }
div.DivClassName
{
background-color: #F7A077;
}
.BgClassName
{
background-color: #F7A077;
}
</style>
border-color css
<style>
span { border-color: #F7A077; }
span { border-color: rgb(247,160,119); }
td.TdClassName
{
border-color: #F7A077;
}
.TagClassName
{
border-color: #F7A077;
}
</style>