Shades of Light Salmon #F7A076
Tints of Light Salmon #F7A076
RGB
CMYK
RGB Variations
Color information
#F7A076 (or 0xF7A076) is known color: Light Salmon. HEX triplet: F7, A0 and 76. RGB value is (247,160,118). Sum of RGB (Red+Green+Blue) = 247+160+118=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A076 is #085F89. Grayscale: #B5B5B5. Windows color (decimal): -548746 or 7774455. OLE color: 7774455.
HSL color Cylindrical-coordinate representation of color #F7A076: hue angle of 19.53º 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 #F7A076 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 118 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.03 |
| HSL | 19.53º | 0.89% | 0.72% | - |
| HSV(B) | 19.53º | 0.52% | 0.97% | - |
| XYZ | 54.2 | 46.22 | 23.21 | - |
| YUV | 181.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 118 | 0 | 0.35 | 0.52 | 0.03 | 19.53 | 0.89 | 0.72 |
| Hex | F7 | A0 | 76 | 0 | 23 | 34 | 3 | 14 | 59 | 48 |
| Octal | 367 | 240 | 166 | 0 | 43 | 64 | 3 | 24 | 131 | 110 |
| Binary | 11110111 | 10100000 | 1110110 | 0 | 100011 | 110100 | 11 | 10100 | 1011001 | 1001000 |
Color Harmonies of #F7A076
Complementary color
Monochromatic Colors of #F7A076
Black with #F7A076
Text Example
Text Example
White with #F7A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A076; }
p { color: rgb(247,160,118); }
H1.HeaderClassName
{
color: #F7A076;
}
.AnyTagClassName
{
color: #F7A076;
}
</style>
background-color css
<style>
a { background-color: #F7A076; }
a { background-color: rgb(247,160,118); }
div.DivClassName
{
background-color: #F7A076;
}
.BgClassName
{
background-color: #F7A076;
}
</style>
border-color css
<style>
span { border-color: #F7A076; }
span { border-color: rgb(247,160,118); }
td.TdClassName
{
border-color: #F7A076;
}
.TagClassName
{
border-color: #F7A076;
}
</style>