Shades of Dark Salmon #F0A078
Tints of Dark Salmon #F0A078
RGB
CMYK
RGB Variations
Color information
#F0A078 (or 0xF0A078) is known color: Dark Salmon. HEX triplet: F0, A0 and 78. RGB value is (240,160,120). Sum of RGB (Red+Green+Blue) = 240+160+120=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A078 is #0F5F87. Grayscale: #B3B3B3. Windows color (decimal): -1007496 or 7905520. OLE color: 7905520.
HSL color Cylindrical-coordinate representation of color #F0A078: hue angle of 20º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0A078 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 120 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.06 |
| HSL | 20º | 0.8% | 0.71% | - |
| HSV(B) | 20º | 0.5% | 0.94% | - |
| XYZ | 51.9 | 45.02 | 23.72 | - |
| YUV | 179.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 120 | 0 | 0.33 | 0.5 | 0.06 | 20 | 0.8 | 0.71 |
| Hex | F0 | A0 | 78 | 0 | 21 | 32 | 6 | 14 | 50 | 47 |
| Octal | 360 | 240 | 170 | 0 | 41 | 62 | 6 | 24 | 120 | 107 |
| Binary | 11110000 | 10100000 | 1111000 | 0 | 100001 | 110010 | 110 | 10100 | 1010000 | 1000111 |
Color Harmonies of #F0A078
Complementary color
Monochromatic Colors of #F0A078
Black with #F0A078
Text Example
Text Example
White with #F0A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A078; }
p { color: rgb(240,160,120); }
H1.HeaderClassName
{
color: #F0A078;
}
.AnyTagClassName
{
color: #F0A078;
}
</style>
background-color css
<style>
a { background-color: #F0A078; }
a { background-color: rgb(240,160,120); }
div.DivClassName
{
background-color: #F0A078;
}
.BgClassName
{
background-color: #F0A078;
}
</style>
border-color css
<style>
span { border-color: #F0A078; }
span { border-color: rgb(240,160,120); }
td.TdClassName
{
border-color: #F0A078;
}
.TagClassName
{
border-color: #F0A078;
}
</style>