Shades of Light Salmon #F79C7C
Tints of Light Salmon #F79C7C
RGB
CMYK
RGB Variations
Color information
#F79C7C (or 0xF79C7C) is known color: Light Salmon. HEX triplet: F7, 9C and 7C. RGB value is (247,156,124). Sum of RGB (Red+Green+Blue) = 247+156+124=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C7C is #086383. Grayscale: #B3B3B3. Windows color (decimal): -549764 or 8166647. OLE color: 8166647.
HSL color Cylindrical-coordinate representation of color #F79C7C: hue angle of 15.61º 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 #F79C7C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 124 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.03 |
| HSL | 15.61º | 0.88% | 0.73% | - |
| HSV(B) | 15.61º | 0.5% | 0.97% | - |
| XYZ | 53.88 | 45.01 | 24.92 | - |
| YUV | 179.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 124 | 0 | 0.37 | 0.50 | 0.03 | 15.61 | 0.88 | 0.73 |
| Hex | F7 | 9C | 7C | 0 | 25 | 32 | 3 | 10 | 58 | 49 |
| Octal | 367 | 234 | 174 | 0 | 45 | 62 | 3 | 20 | 130 | 111 |
| Binary | 11110111 | 10011100 | 1111100 | 0 | 100101 | 110010 | 11 | 10000 | 1011000 | 1001001 |
Color Harmonies of #F79C7C
Complementary color
Monochromatic Colors of #F79C7C
Black with #F79C7C
Text Example
Text Example
White with #F79C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79C7C; }
p { color: rgb(247,156,124); }
H1.HeaderClassName
{
color: #F79C7C;
}
.AnyTagClassName
{
color: #F79C7C;
}
</style>
background-color css
<style>
a { background-color: #F79C7C; }
a { background-color: rgb(247,156,124); }
div.DivClassName
{
background-color: #F79C7C;
}
.BgClassName
{
background-color: #F79C7C;
}
</style>
border-color css
<style>
span { border-color: #F79C7C; }
span { border-color: rgb(247,156,124); }
td.TdClassName
{
border-color: #F79C7C;
}
.TagClassName
{
border-color: #F79C7C;
}
</style>