Shades of Light Salmon #F79C7D
Tints of Light Salmon #F79C7D
RGB
CMYK
RGB Variations
Color information
#F79C7D (or 0xF79C7D) is known color: Light Salmon. HEX triplet: F7, 9C and 7D. RGB value is (247,156,125). Sum of RGB (Red+Green+Blue) = 247+156+125=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C7D is #086382. Grayscale: #B3B3B3. Windows color (decimal): -549763 or 8232183. OLE color: 8232183.
HSL color Cylindrical-coordinate representation of color #F79C7D: hue angle of 15.25º 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 #F79C7D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 125 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.03 |
| HSL | 15.25º | 0.88% | 0.73% | - |
| HSV(B) | 15.25º | 0.49% | 0.97% | - |
| XYZ | 53.95 | 45.03 | 25.25 | - |
| YUV | 179.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 125 | 0 | 0.37 | 0.49 | 0.03 | 15.25 | 0.88 | 0.73 |
| Hex | F7 | 9C | 7D | 0 | 25 | 31 | 3 | F | 58 | 49 |
| Octal | 367 | 234 | 175 | 0 | 45 | 61 | 3 | 17 | 130 | 111 |
| Binary | 11110111 | 10011100 | 1111101 | 0 | 100101 | 110001 | 11 | 1111 | 1011000 | 1001001 |
Color Harmonies of #F79C7D
Complementary color
Monochromatic Colors of #F79C7D
Black with #F79C7D
Text Example
Text Example
White with #F79C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79C7D; }
p { color: rgb(247,156,125); }
H1.HeaderClassName
{
color: #F79C7D;
}
.AnyTagClassName
{
color: #F79C7D;
}
</style>
background-color css
<style>
a { background-color: #F79C7D; }
a { background-color: rgb(247,156,125); }
div.DivClassName
{
background-color: #F79C7D;
}
.BgClassName
{
background-color: #F79C7D;
}
</style>
border-color css
<style>
span { border-color: #F79C7D; }
span { border-color: rgb(247,156,125); }
td.TdClassName
{
border-color: #F79C7D;
}
.TagClassName
{
border-color: #F79C7D;
}
</style>