Shades of Light Salmon #F59C74
Tints of Light Salmon #F59C74
RGB
CMYK
RGB Variations
Color information
#F59C74 (or 0xF59C74) is known color: Light Salmon. HEX triplet: F5, 9C and 74. RGB value is (245,156,116). Sum of RGB (Red+Green+Blue) = 245+156+116=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C74 is #0A638B. Grayscale: #B2B2B2. Windows color (decimal): -680844 or 7642357. OLE color: 7642357.
HSL color Cylindrical-coordinate representation of color #F59C74: hue angle of 18.6º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F59C74 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 116 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.04 |
| HSL | 18.6º | 0.87% | 0.71% | - |
| HSV(B) | 18.6º | 0.53% | 0.96% | - |
| XYZ | 52.7 | 44.45 | 22.33 | - |
| YUV | 178.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 116 | 0 | 0.36 | 0.53 | 0.04 | 18.6 | 0.87 | 0.71 |
| Hex | F5 | 9C | 74 | 0 | 24 | 35 | 4 | 13 | 57 | 47 |
| Octal | 365 | 234 | 164 | 0 | 44 | 65 | 4 | 23 | 127 | 107 |
| Binary | 11110101 | 10011100 | 1110100 | 0 | 100100 | 110101 | 100 | 10011 | 1010111 | 1000111 |
Color Harmonies of #F59C74
Complementary color
Monochromatic Colors of #F59C74
Black with #F59C74
Text Example
Text Example
White with #F59C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C74; }
p { color: rgb(245,156,116); }
H1.HeaderClassName
{
color: #F59C74;
}
.AnyTagClassName
{
color: #F59C74;
}
</style>
background-color css
<style>
a { background-color: #F59C74; }
a { background-color: rgb(245,156,116); }
div.DivClassName
{
background-color: #F59C74;
}
.BgClassName
{
background-color: #F59C74;
}
</style>
border-color css
<style>
span { border-color: #F59C74; }
span { border-color: rgb(245,156,116); }
td.TdClassName
{
border-color: #F59C74;
}
.TagClassName
{
border-color: #F59C74;
}
</style>