Shades of Dark Salmon #F0966D
Tints of Dark Salmon #F0966D
RGB
CMYK
RGB Variations
Color information
#F0966D (or 0xF0966D) is known color: Dark Salmon. HEX triplet: F0, 96 and 6D. RGB value is (240,150,109). Sum of RGB (Red+Green+Blue) = 240+150+109=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0966D is #0F6992. Grayscale: #ACACAC. Windows color (decimal): -1010067 or 7182064. OLE color: 7182064.
HSL color Cylindrical-coordinate representation of color #F0966D: hue angle of 18.78º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0966D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 109 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 18.78º | 0.81% | 0.68% | - |
| HSV(B) | 18.78º | 0.55% | 0.94% | - |
| XYZ | 49.6 | 41.44 | 19.85 | - |
| YUV | 172.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 109 | 0 | 0.37 | 0.55 | 0.06 | 18.78 | 0.81 | 0.68 |
| Hex | F0 | 96 | 6D | 0 | 25 | 37 | 6 | 13 | 51 | 44 |
| Octal | 360 | 226 | 155 | 0 | 45 | 67 | 6 | 23 | 121 | 104 |
| Binary | 11110000 | 10010110 | 1101101 | 0 | 100101 | 110111 | 110 | 10011 | 1010001 | 1000100 |
Color Harmonies of #F0966D
Complementary color
Monochromatic Colors of #F0966D
Black with #F0966D
Text Example
Text Example
White with #F0966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0966D; }
p { color: rgb(240,150,109); }
H1.HeaderClassName
{
color: #F0966D;
}
.AnyTagClassName
{
color: #F0966D;
}
</style>
background-color css
<style>
a { background-color: #F0966D; }
a { background-color: rgb(240,150,109); }
div.DivClassName
{
background-color: #F0966D;
}
.BgClassName
{
background-color: #F0966D;
}
</style>
border-color css
<style>
span { border-color: #F0966D; }
span { border-color: rgb(240,150,109); }
td.TdClassName
{
border-color: #F0966D;
}
.TagClassName
{
border-color: #F0966D;
}
</style>