Shades of Light Salmon #F79E78
Tints of Light Salmon #F79E78
RGB
CMYK
RGB Variations
Color information
#F79E78 (or 0xF79E78) is known color: Light Salmon. HEX triplet: F7, 9E and 78. RGB value is (247,158,120). Sum of RGB (Red+Green+Blue) = 247+158+120=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F79E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79E78 is #086187. Grayscale: #B4B4B4. Windows color (decimal): -549256 or 7905015. OLE color: 7905015.
HSL color Cylindrical-coordinate representation of color #F79E78: hue angle of 17.95º 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 #F79E78 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 158 | 120 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.03 |
| HSL | 17.95º | 0.89% | 0.72% | - |
| HSV(B) | 17.95º | 0.51% | 0.97% | - |
| XYZ | 53.97 | 45.58 | 23.72 | - |
| YUV | 180.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 158 | 120 | 0 | 0.36 | 0.51 | 0.03 | 17.95 | 0.89 | 0.72 |
| Hex | F7 | 9E | 78 | 0 | 24 | 33 | 3 | 12 | 59 | 48 |
| Octal | 367 | 236 | 170 | 0 | 44 | 63 | 3 | 22 | 131 | 110 |
| Binary | 11110111 | 10011110 | 1111000 | 0 | 100100 | 110011 | 11 | 10010 | 1011001 | 1001000 |
Color Harmonies of #F79E78
Complementary color
Monochromatic Colors of #F79E78
Black with #F79E78
Text Example
Text Example
White with #F79E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79E78; }
p { color: rgb(247,158,120); }
H1.HeaderClassName
{
color: #F79E78;
}
.AnyTagClassName
{
color: #F79E78;
}
</style>
background-color css
<style>
a { background-color: #F79E78; }
a { background-color: rgb(247,158,120); }
div.DivClassName
{
background-color: #F79E78;
}
.BgClassName
{
background-color: #F79E78;
}
</style>
border-color css
<style>
span { border-color: #F79E78; }
span { border-color: rgb(247,158,120); }
td.TdClassName
{
border-color: #F79E78;
}
.TagClassName
{
border-color: #F79E78;
}
</style>