Shades of Dark Salmon #F0977C
Tints of Dark Salmon #F0977C
RGB
CMYK
RGB Variations
Color information
#F0977C (or 0xF0977C) is known color: Dark Salmon. HEX triplet: F0, 97 and 7C. RGB value is (240,151,124). Sum of RGB (Red+Green+Blue) = 240+151+124=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977C is #0F6883. Grayscale: #AEAEAE. Windows color (decimal): -1009796 or 8165360. OLE color: 8165360.
HSL color Cylindrical-coordinate representation of color #F0977C: hue angle of 13.97º 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 #F0977C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 124 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.06 |
| HSL | 13.97º | 0.79% | 0.71% | - |
| HSV(B) | 13.97º | 0.48% | 0.94% | - |
| XYZ | 50.64 | 42.11 | 24.53 | - |
| YUV | 174.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 124 | 0 | 0.37 | 0.48 | 0.06 | 13.97 | 0.79 | 0.71 |
| Hex | F0 | 97 | 7C | 0 | 25 | 30 | 6 | E | 4F | 47 |
| Octal | 360 | 227 | 174 | 0 | 45 | 60 | 6 | 16 | 117 | 107 |
| Binary | 11110000 | 10010111 | 1111100 | 0 | 100101 | 110000 | 110 | 1110 | 1001111 | 1000111 |
Color Harmonies of #F0977C
Complementary color
Monochromatic Colors of #F0977C
Black with #F0977C
Text Example
Text Example
White with #F0977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0977C; }
p { color: rgb(240,151,124); }
H1.HeaderClassName
{
color: #F0977C;
}
.AnyTagClassName
{
color: #F0977C;
}
</style>
background-color css
<style>
a { background-color: #F0977C; }
a { background-color: rgb(240,151,124); }
div.DivClassName
{
background-color: #F0977C;
}
.BgClassName
{
background-color: #F0977C;
}
</style>
border-color css
<style>
span { border-color: #F0977C; }
span { border-color: rgb(240,151,124); }
td.TdClassName
{
border-color: #F0977C;
}
.TagClassName
{
border-color: #F0977C;
}
</style>