Shades of Dark Salmon #F0977A
Tints of Dark Salmon #F0977A
RGB
CMYK
RGB Variations
Color information
#F0977A (or 0xF0977A) is known color: Dark Salmon. HEX triplet: F0, 97 and 7A. RGB value is (240,151,122). Sum of RGB (Red+Green+Blue) = 240+151+122=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977A is #0F6885. Grayscale: #AEAEAE. Windows color (decimal): -1009798 or 8034288. OLE color: 8034288.
HSL color Cylindrical-coordinate representation of color #F0977A: hue angle of 14.75º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0977A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 122 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.06 |
| HSL | 14.75º | 0.8% | 0.71% | - |
| HSV(B) | 14.75º | 0.49% | 0.94% | - |
| XYZ | 50.51 | 42.06 | 23.87 | - |
| YUV | 174.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 122 | 0 | 0.37 | 0.49 | 0.06 | 14.75 | 0.8 | 0.71 |
| Hex | F0 | 97 | 7A | 0 | 25 | 31 | 6 | F | 50 | 47 |
| Octal | 360 | 227 | 172 | 0 | 45 | 61 | 6 | 17 | 120 | 107 |
| Binary | 11110000 | 10010111 | 1111010 | 0 | 100101 | 110001 | 110 | 1111 | 1010000 | 1000111 |
Color Harmonies of #F0977A
Complementary color
Monochromatic Colors of #F0977A
Black with #F0977A
Text Example
Text Example
White with #F0977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0977A; }
p { color: rgb(240,151,122); }
H1.HeaderClassName
{
color: #F0977A;
}
.AnyTagClassName
{
color: #F0977A;
}
</style>
background-color css
<style>
a { background-color: #F0977A; }
a { background-color: rgb(240,151,122); }
div.DivClassName
{
background-color: #F0977A;
}
.BgClassName
{
background-color: #F0977A;
}
</style>
border-color css
<style>
span { border-color: #F0977A; }
span { border-color: rgb(240,151,122); }
td.TdClassName
{
border-color: #F0977A;
}
.TagClassName
{
border-color: #F0977A;
}
</style>