Shades of Light Salmon #F79574
Tints of Light Salmon #F79574
RGB
CMYK
RGB Variations
Color information
#F79574 (or 0xF79574) is known color: Light Salmon. HEX triplet: F7, 95 and 74. RGB value is (247,149,116). Sum of RGB (Red+Green+Blue) = 247+149+116=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F79574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79574 is #086A8B. Grayscale: #AEAEAE. Windows color (decimal): -551564 or 7640567. OLE color: 7640567.
HSL color Cylindrical-coordinate representation of color #F79574: hue angle of 15.11º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F79574 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 116 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.03 |
| HSL | 15.11º | 0.89% | 0.71% | - |
| HSV(B) | 15.11º | 0.53% | 0.97% | - |
| XYZ | 52.26 | 42.53 | 21.98 | - |
| YUV | 174.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 116 | 0 | 0.40 | 0.53 | 0.03 | 15.11 | 0.89 | 0.71 |
| Hex | F7 | 95 | 74 | 0 | 28 | 35 | 3 | F | 59 | 47 |
| Octal | 367 | 225 | 164 | 0 | 50 | 65 | 3 | 17 | 131 | 107 |
| Binary | 11110111 | 10010101 | 1110100 | 0 | 101000 | 110101 | 11 | 1111 | 1011001 | 1000111 |
Color Harmonies of #F79574
Complementary color
Monochromatic Colors of #F79574
Black with #F79574
Text Example
Text Example
White with #F79574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79574; }
p { color: rgb(247,149,116); }
H1.HeaderClassName
{
color: #F79574;
}
.AnyTagClassName
{
color: #F79574;
}
</style>
background-color css
<style>
a { background-color: #F79574; }
a { background-color: rgb(247,149,116); }
div.DivClassName
{
background-color: #F79574;
}
.BgClassName
{
background-color: #F79574;
}
</style>
border-color css
<style>
span { border-color: #F79574; }
span { border-color: rgb(247,149,116); }
td.TdClassName
{
border-color: #F79574;
}
.TagClassName
{
border-color: #F79574;
}
</style>