Shades of Dark Salmon #F0996E
Tints of Dark Salmon #F0996E
RGB
CMYK
RGB Variations
Color information
#F0996E (or 0xF0996E) is known color: Dark Salmon. HEX triplet: F0, 99 and 6E. RGB value is (240,153,110). Sum of RGB (Red+Green+Blue) = 240+153+110=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0996E is #0F6691. Grayscale: #AEAEAE. Windows color (decimal): -1009298 or 7248368. OLE color: 7248368.
HSL color Cylindrical-coordinate representation of color #F0996E: hue angle of 19.85º 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 #F0996E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 110 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.06 |
| HSL | 19.85º | 0.81% | 0.69% | - |
| HSV(B) | 19.85º | 0.54% | 0.94% | - |
| XYZ | 50.14 | 42.43 | 20.3 | - |
| YUV | 174.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 110 | 0 | 0.36 | 0.54 | 0.06 | 19.85 | 0.81 | 0.69 |
| Hex | F0 | 99 | 6E | 0 | 24 | 36 | 6 | 14 | 51 | 45 |
| Octal | 360 | 231 | 156 | 0 | 44 | 66 | 6 | 24 | 121 | 105 |
| Binary | 11110000 | 10011001 | 1101110 | 0 | 100100 | 110110 | 110 | 10100 | 1010001 | 1000101 |
Color Harmonies of #F0996E
Complementary color
Monochromatic Colors of #F0996E
Black with #F0996E
Text Example
Text Example
White with #F0996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0996E; }
p { color: rgb(240,153,110); }
H1.HeaderClassName
{
color: #F0996E;
}
.AnyTagClassName
{
color: #F0996E;
}
</style>
background-color css
<style>
a { background-color: #F0996E; }
a { background-color: rgb(240,153,110); }
div.DivClassName
{
background-color: #F0996E;
}
.BgClassName
{
background-color: #F0996E;
}
</style>
border-color css
<style>
span { border-color: #F0996E; }
span { border-color: rgb(240,153,110); }
td.TdClassName
{
border-color: #F0996E;
}
.TagClassName
{
border-color: #F0996E;
}
</style>