Shades of Light Salmon #F7A07E
Tints of Light Salmon #F7A07E
RGB
CMYK
RGB Variations
Color information
#F7A07E (or 0xF7A07E) is known color: Light Salmon. HEX triplet: F7, A0 and 7E. RGB value is (247,160,126). Sum of RGB (Red+Green+Blue) = 247+160+126=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07E is #085F81. Grayscale: #B6B6B6. Windows color (decimal): -548738 or 8298743. OLE color: 8298743.
HSL color Cylindrical-coordinate representation of color #F7A07E: hue angle of 16.86º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7A07E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 126 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.03 |
| HSL | 16.86º | 0.88% | 0.73% | - |
| HSV(B) | 16.86º | 0.49% | 0.97% | - |
| XYZ | 54.69 | 46.42 | 25.82 | - |
| YUV | 182.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 126 | 0 | 0.35 | 0.49 | 0.03 | 16.86 | 0.88 | 0.73 |
| Hex | F7 | A0 | 7E | 0 | 23 | 31 | 3 | 11 | 58 | 49 |
| Octal | 367 | 240 | 176 | 0 | 43 | 61 | 3 | 21 | 130 | 111 |
| Binary | 11110111 | 10100000 | 1111110 | 0 | 100011 | 110001 | 11 | 10001 | 1011000 | 1001001 |
Color Harmonies of #F7A07E
Complementary color
Monochromatic Colors of #F7A07E
Black with #F7A07E
Text Example
Text Example
White with #F7A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A07E; }
p { color: rgb(247,160,126); }
H1.HeaderClassName
{
color: #F7A07E;
}
.AnyTagClassName
{
color: #F7A07E;
}
</style>
background-color css
<style>
a { background-color: #F7A07E; }
a { background-color: rgb(247,160,126); }
div.DivClassName
{
background-color: #F7A07E;
}
.BgClassName
{
background-color: #F7A07E;
}
</style>
border-color css
<style>
span { border-color: #F7A07E; }
span { border-color: rgb(247,160,126); }
td.TdClassName
{
border-color: #F7A07E;
}
.TagClassName
{
border-color: #F7A07E;
}
</style>