Shades of Dark Salmon #F0A07C
Tints of Dark Salmon #F0A07C
RGB
CMYK
RGB Variations
Color information
#F0A07C (or 0xF0A07C) is known color: Dark Salmon. HEX triplet: F0, A0 and 7C. RGB value is (240,160,124). Sum of RGB (Red+Green+Blue) = 240+160+124=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A07C is #0F5F83. Grayscale: #B4B4B4. Windows color (decimal): -1007492 or 8167664. OLE color: 8167664.
HSL color Cylindrical-coordinate representation of color #F0A07C: hue angle of 18.62º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0A07C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 124 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.06 |
| HSL | 18.62º | 0.79% | 0.71% | - |
| HSV(B) | 18.62º | 0.48% | 0.94% | - |
| XYZ | 52.14 | 45.12 | 25.03 | - |
| YUV | 179.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 124 | 0 | 0.33 | 0.48 | 0.06 | 18.62 | 0.79 | 0.71 |
| Hex | F0 | A0 | 7C | 0 | 21 | 30 | 6 | 13 | 4F | 47 |
| Octal | 360 | 240 | 174 | 0 | 41 | 60 | 6 | 23 | 117 | 107 |
| Binary | 11110000 | 10100000 | 1111100 | 0 | 100001 | 110000 | 110 | 10011 | 1001111 | 1000111 |
Color Harmonies of #F0A07C
Complementary color
Monochromatic Colors of #F0A07C
Black with #F0A07C
Text Example
Text Example
White with #F0A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A07C; }
p { color: rgb(240,160,124); }
H1.HeaderClassName
{
color: #F0A07C;
}
.AnyTagClassName
{
color: #F0A07C;
}
</style>
background-color css
<style>
a { background-color: #F0A07C; }
a { background-color: rgb(240,160,124); }
div.DivClassName
{
background-color: #F0A07C;
}
.BgClassName
{
background-color: #F0A07C;
}
</style>
border-color css
<style>
span { border-color: #F0A07C; }
span { border-color: rgb(240,160,124); }
td.TdClassName
{
border-color: #F0A07C;
}
.TagClassName
{
border-color: #F0A07C;
}
</style>