Shades of Dark Salmon #F0987C
Tints of Dark Salmon #F0987C
RGB
CMYK
RGB Variations
Color information
#F0987C (or 0xF0987C) is known color: Dark Salmon. HEX triplet: F0, 98 and 7C. RGB value is (240,152,124). Sum of RGB (Red+Green+Blue) = 240+152+124=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0987C is #0F6783. Grayscale: #AFAFAF. Windows color (decimal): -1009540 or 8165616. OLE color: 8165616.
HSL color Cylindrical-coordinate representation of color #F0987C: hue angle of 14.48º 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 #F0987C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 124 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.06 |
| HSL | 14.48º | 0.79% | 0.71% | - |
| HSV(B) | 14.48º | 0.48% | 0.94% | - |
| XYZ | 50.8 | 42.44 | 24.58 | - |
| YUV | 175.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 124 | 0 | 0.37 | 0.48 | 0.06 | 14.48 | 0.79 | 0.71 |
| Hex | F0 | 98 | 7C | 0 | 25 | 30 | 6 | E | 4F | 47 |
| Octal | 360 | 230 | 174 | 0 | 45 | 60 | 6 | 16 | 117 | 107 |
| Binary | 11110000 | 10011000 | 1111100 | 0 | 100101 | 110000 | 110 | 1110 | 1001111 | 1000111 |
Color Harmonies of #F0987C
Complementary color
Monochromatic Colors of #F0987C
Black with #F0987C
Text Example
Text Example
White with #F0987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0987C; }
p { color: rgb(240,152,124); }
H1.HeaderClassName
{
color: #F0987C;
}
.AnyTagClassName
{
color: #F0987C;
}
</style>
background-color css
<style>
a { background-color: #F0987C; }
a { background-color: rgb(240,152,124); }
div.DivClassName
{
background-color: #F0987C;
}
.BgClassName
{
background-color: #F0987C;
}
</style>
border-color css
<style>
span { border-color: #F0987C; }
span { border-color: rgb(240,152,124); }
td.TdClassName
{
border-color: #F0987C;
}
.TagClassName
{
border-color: #F0987C;
}
</style>