Shades of Light Salmon #F7A07D
Tints of Light Salmon #F7A07D
RGB
CMYK
RGB Variations
Color information
#F7A07D (or 0xF7A07D) is known color: Light Salmon. HEX triplet: F7, A0 and 7D. RGB value is (247,160,125). Sum of RGB (Red+Green+Blue) = 247+160+125=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07D is #085F82. Grayscale: #B6B6B6. Windows color (decimal): -548739 or 8233207. OLE color: 8233207.
HSL color Cylindrical-coordinate representation of color #F7A07D: hue angle of 17.21º 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 #F7A07D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 125 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.03 |
| HSL | 17.21º | 0.88% | 0.73% | - |
| HSV(B) | 17.21º | 0.49% | 0.97% | - |
| XYZ | 54.63 | 46.4 | 25.48 | - |
| YUV | 182.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 125 | 0 | 0.35 | 0.49 | 0.03 | 17.21 | 0.88 | 0.73 |
| Hex | F7 | A0 | 7D | 0 | 23 | 31 | 3 | 11 | 58 | 49 |
| Octal | 367 | 240 | 175 | 0 | 43 | 61 | 3 | 21 | 130 | 111 |
| Binary | 11110111 | 10100000 | 1111101 | 0 | 100011 | 110001 | 11 | 10001 | 1011000 | 1001001 |
Color Harmonies of #F7A07D
Complementary color
Monochromatic Colors of #F7A07D
Black with #F7A07D
Text Example
Text Example
White with #F7A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A07D; }
p { color: rgb(247,160,125); }
H1.HeaderClassName
{
color: #F7A07D;
}
.AnyTagClassName
{
color: #F7A07D;
}
</style>
background-color css
<style>
a { background-color: #F7A07D; }
a { background-color: rgb(247,160,125); }
div.DivClassName
{
background-color: #F7A07D;
}
.BgClassName
{
background-color: #F7A07D;
}
</style>
border-color css
<style>
span { border-color: #F7A07D; }
span { border-color: rgb(247,160,125); }
td.TdClassName
{
border-color: #F7A07D;
}
.TagClassName
{
border-color: #F7A07D;
}
</style>