Shades of Dark Salmon #F0946E
Tints of Dark Salmon #F0946E
RGB
CMYK
RGB Variations
Color information
#F0946E (or 0xF0946E) is known color: Dark Salmon. HEX triplet: F0, 94 and 6E. RGB value is (240,148,110). Sum of RGB (Red+Green+Blue) = 240+148+110=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0946E is #0F6B91. Grayscale: #ABABAB. Windows color (decimal): -1010578 or 7247088. OLE color: 7247088.
HSL color Cylindrical-coordinate representation of color #F0946E: hue angle of 17.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0946E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 110 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.06 |
| HSL | 17.54º | 0.81% | 0.69% | - |
| HSV(B) | 17.54º | 0.54% | 0.94% | - |
| XYZ | 49.34 | 40.83 | 20.03 | - |
| YUV | 171.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 110 | 0 | 0.38 | 0.54 | 0.06 | 17.54 | 0.81 | 0.69 |
| Hex | F0 | 94 | 6E | 0 | 26 | 36 | 6 | 12 | 51 | 45 |
| Octal | 360 | 224 | 156 | 0 | 46 | 66 | 6 | 22 | 121 | 105 |
| Binary | 11110000 | 10010100 | 1101110 | 0 | 100110 | 110110 | 110 | 10010 | 1010001 | 1000101 |
Color Harmonies of #F0946E
Complementary color
Monochromatic Colors of #F0946E
Black with #F0946E
Text Example
Text Example
White with #F0946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0946E; }
p { color: rgb(240,148,110); }
H1.HeaderClassName
{
color: #F0946E;
}
.AnyTagClassName
{
color: #F0946E;
}
</style>
background-color css
<style>
a { background-color: #F0946E; }
a { background-color: rgb(240,148,110); }
div.DivClassName
{
background-color: #F0946E;
}
.BgClassName
{
background-color: #F0946E;
}
</style>
border-color css
<style>
span { border-color: #F0946E; }
span { border-color: rgb(240,148,110); }
td.TdClassName
{
border-color: #F0946E;
}
.TagClassName
{
border-color: #F0946E;
}
</style>