Shades of Dark Salmon #F59078
Tints of Dark Salmon #F59078
RGB
CMYK
RGB Variations
Color information
#F59078 (or 0xF59078) is known color: Dark Salmon. HEX triplet: F5, 90 and 78. RGB value is (245,144,120). Sum of RGB (Red+Green+Blue) = 245+144+120=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F59078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59078 is #0A6F87. Grayscale: #ABABAB. Windows color (decimal): -683912 or 7901429. OLE color: 7901429.
HSL color Cylindrical-coordinate representation of color #F59078: hue angle of 11.52º 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 #F59078 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 120 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.04 |
| HSL | 11.52º | 0.86% | 0.72% | - |
| HSV(B) | 11.52º | 0.51% | 0.96% | - |
| XYZ | 51.02 | 40.72 | 22.94 | - |
| YUV | 171.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 120 | 0 | 0.41 | 0.51 | 0.04 | 11.52 | 0.86 | 0.72 |
| Hex | F5 | 90 | 78 | 0 | 29 | 33 | 4 | C | 56 | 48 |
| Octal | 365 | 220 | 170 | 0 | 51 | 63 | 4 | 14 | 126 | 110 |
| Binary | 11110101 | 10010000 | 1111000 | 0 | 101001 | 110011 | 100 | 1100 | 1010110 | 1001000 |
Color Harmonies of #F59078
Complementary color
Monochromatic Colors of #F59078
Black with #F59078
Text Example
Text Example
White with #F59078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59078; }
p { color: rgb(245,144,120); }
H1.HeaderClassName
{
color: #F59078;
}
.AnyTagClassName
{
color: #F59078;
}
</style>
background-color css
<style>
a { background-color: #F59078; }
a { background-color: rgb(245,144,120); }
div.DivClassName
{
background-color: #F59078;
}
.BgClassName
{
background-color: #F59078;
}
</style>
border-color css
<style>
span { border-color: #F59078; }
span { border-color: rgb(245,144,120); }
td.TdClassName
{
border-color: #F59078;
}
.TagClassName
{
border-color: #F59078;
}
</style>