Shades of Dark Salmon #F59077
Tints of Dark Salmon #F59077
RGB
CMYK
RGB Variations
Color information
#F59077 (or 0xF59077) is known color: Dark Salmon. HEX triplet: F5, 90 and 77. RGB value is (245,144,119). Sum of RGB (Red+Green+Blue) = 245+144+119=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F59077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59077 is #0A6F88. Grayscale: #ABABAB. Windows color (decimal): -683913 or 7835893. OLE color: 7835893.
HSL color Cylindrical-coordinate representation of color #F59077: hue angle of 11.9º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59077 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 119 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.04 |
| HSL | 11.9º | 0.86% | 0.71% | - |
| HSV(B) | 11.9º | 0.51% | 0.96% | - |
| XYZ | 50.96 | 40.69 | 22.62 | - |
| YUV | 171.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 119 | 0 | 0.41 | 0.51 | 0.04 | 11.9 | 0.86 | 0.71 |
| Hex | F5 | 90 | 77 | 0 | 29 | 33 | 4 | C | 56 | 47 |
| Octal | 365 | 220 | 167 | 0 | 51 | 63 | 4 | 14 | 126 | 107 |
| Binary | 11110101 | 10010000 | 1110111 | 0 | 101001 | 110011 | 100 | 1100 | 1010110 | 1000111 |
Color Harmonies of #F59077
Complementary color
Monochromatic Colors of #F59077
Black with #F59077
Text Example
Text Example
White with #F59077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59077; }
p { color: rgb(245,144,119); }
H1.HeaderClassName
{
color: #F59077;
}
.AnyTagClassName
{
color: #F59077;
}
</style>
background-color css
<style>
a { background-color: #F59077; }
a { background-color: rgb(245,144,119); }
div.DivClassName
{
background-color: #F59077;
}
.BgClassName
{
background-color: #F59077;
}
</style>
border-color css
<style>
span { border-color: #F59077; }
span { border-color: rgb(245,144,119); }
td.TdClassName
{
border-color: #F59077;
}
.TagClassName
{
border-color: #F59077;
}
</style>