Shades of Light Salmon #F59C78
Tints of Light Salmon #F59C78
RGB
CMYK
RGB Variations
Color information
#F59C78 (or 0xF59C78) is known color: Light Salmon. HEX triplet: F5, 9C and 78. RGB value is (245,156,120). Sum of RGB (Red+Green+Blue) = 245+156+120=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C78 is #0A6387. Grayscale: #B2B2B2. Windows color (decimal): -680840 or 7904501. OLE color: 7904501.
HSL color Cylindrical-coordinate representation of color #F59C78: hue angle of 17.28º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59C78 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 120 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.04 |
| HSL | 17.28º | 0.86% | 0.72% | - |
| HSV(B) | 17.28º | 0.51% | 0.96% | - |
| XYZ | 52.93 | 44.55 | 23.58 | - |
| YUV | 178.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 120 | 0 | 0.36 | 0.51 | 0.04 | 17.28 | 0.86 | 0.72 |
| Hex | F5 | 9C | 78 | 0 | 24 | 33 | 4 | 11 | 56 | 48 |
| Octal | 365 | 234 | 170 | 0 | 44 | 63 | 4 | 21 | 126 | 110 |
| Binary | 11110101 | 10011100 | 1111000 | 0 | 100100 | 110011 | 100 | 10001 | 1010110 | 1001000 |
Color Harmonies of #F59C78
Complementary color
Monochromatic Colors of #F59C78
Black with #F59C78
Text Example
Text Example
White with #F59C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C78; }
p { color: rgb(245,156,120); }
H1.HeaderClassName
{
color: #F59C78;
}
.AnyTagClassName
{
color: #F59C78;
}
</style>
background-color css
<style>
a { background-color: #F59C78; }
a { background-color: rgb(245,156,120); }
div.DivClassName
{
background-color: #F59C78;
}
.BgClassName
{
background-color: #F59C78;
}
</style>
border-color css
<style>
span { border-color: #F59C78; }
span { border-color: rgb(245,156,120); }
td.TdClassName
{
border-color: #F59C78;
}
.TagClassName
{
border-color: #F59C78;
}
</style>