Shades of Light Salmon #F79C7A
Tints of Light Salmon #F79C7A
RGB
CMYK
RGB Variations
Color information
#F79C7A (or 0xF79C7A) is known color: Light Salmon. HEX triplet: F7, 9C and 7A. RGB value is (247,156,122). Sum of RGB (Red+Green+Blue) = 247+156+122=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C7A is #086385. Grayscale: #B3B3B3. Windows color (decimal): -549766 or 8035575. OLE color: 8035575.
HSL color Cylindrical-coordinate representation of color #F79C7A: hue angle of 16.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F79C7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 122 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.03 |
| HSL | 16.32º | 0.89% | 0.72% | - |
| HSV(B) | 16.32º | 0.51% | 0.97% | - |
| XYZ | 53.76 | 44.96 | 24.26 | - |
| YUV | 179.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 122 | 0 | 0.37 | 0.51 | 0.03 | 16.32 | 0.89 | 0.72 |
| Hex | F7 | 9C | 7A | 0 | 25 | 33 | 3 | 10 | 59 | 48 |
| Octal | 367 | 234 | 172 | 0 | 45 | 63 | 3 | 20 | 131 | 110 |
| Binary | 11110111 | 10011100 | 1111010 | 0 | 100101 | 110011 | 11 | 10000 | 1011001 | 1001000 |
Color Harmonies of #F79C7A
Complementary color
Monochromatic Colors of #F79C7A
Black with #F79C7A
Text Example
Text Example
White with #F79C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79C7A; }
p { color: rgb(247,156,122); }
H1.HeaderClassName
{
color: #F79C7A;
}
.AnyTagClassName
{
color: #F79C7A;
}
</style>
background-color css
<style>
a { background-color: #F79C7A; }
a { background-color: rgb(247,156,122); }
div.DivClassName
{
background-color: #F79C7A;
}
.BgClassName
{
background-color: #F79C7A;
}
</style>
border-color css
<style>
span { border-color: #F79C7A; }
span { border-color: rgb(247,156,122); }
td.TdClassName
{
border-color: #F79C7A;
}
.TagClassName
{
border-color: #F79C7A;
}
</style>