Shades of Light Salmon #F7A07C
Tints of Light Salmon #F7A07C
RGB
CMYK
RGB Variations
Color information
#F7A07C (or 0xF7A07C) is known color: Light Salmon. HEX triplet: F7, A0 and 7C. RGB value is (247,160,124). Sum of RGB (Red+Green+Blue) = 247+160+124=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07C is #085F83. Grayscale: #B6B6B6. Windows color (decimal): -548740 or 8167671. OLE color: 8167671.
HSL color Cylindrical-coordinate representation of color #F7A07C: hue angle of 17.56º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7A07C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 124 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.03 |
| HSL | 17.56º | 0.88% | 0.73% | - |
| HSV(B) | 17.56º | 0.5% | 0.97% | - |
| XYZ | 54.57 | 46.37 | 25.14 | - |
| YUV | 181.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 124 | 0 | 0.35 | 0.50 | 0.03 | 17.56 | 0.88 | 0.73 |
| Hex | F7 | A0 | 7C | 0 | 23 | 32 | 3 | 12 | 58 | 49 |
| Octal | 367 | 240 | 174 | 0 | 43 | 62 | 3 | 22 | 130 | 111 |
| Binary | 11110111 | 10100000 | 1111100 | 0 | 100011 | 110010 | 11 | 10010 | 1011000 | 1001001 |
Color Harmonies of #F7A07C
Complementary color
Monochromatic Colors of #F7A07C
Black with #F7A07C
Text Example
Text Example
White with #F7A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A07C; }
p { color: rgb(247,160,124); }
H1.HeaderClassName
{
color: #F7A07C;
}
.AnyTagClassName
{
color: #F7A07C;
}
</style>
background-color css
<style>
a { background-color: #F7A07C; }
a { background-color: rgb(247,160,124); }
div.DivClassName
{
background-color: #F7A07C;
}
.BgClassName
{
background-color: #F7A07C;
}
</style>
border-color css
<style>
span { border-color: #F7A07C; }
span { border-color: rgb(247,160,124); }
td.TdClassName
{
border-color: #F7A07C;
}
.TagClassName
{
border-color: #F7A07C;
}
</style>