Shades of Dark Salmon #F09778
Tints of Dark Salmon #F09778
RGB
CMYK
RGB Variations
Color information
#F09778 (or 0xF09778) is known color: Dark Salmon. HEX triplet: F0, 97 and 78. RGB value is (240,151,120). Sum of RGB (Red+Green+Blue) = 240+151+120=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F09778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09778 is #0F6887. Grayscale: #AEAEAE. Windows color (decimal): -1009800 or 7903216. OLE color: 7903216.
HSL color Cylindrical-coordinate representation of color #F09778: hue angle of 15.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F09778 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 120 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.06 |
| HSL | 15.5º | 0.8% | 0.71% | - |
| HSV(B) | 15.5º | 0.5% | 0.94% | - |
| XYZ | 50.39 | 42.01 | 23.22 | - |
| YUV | 174.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 120 | 0 | 0.37 | 0.5 | 0.06 | 15.5 | 0.8 | 0.71 |
| Hex | F0 | 97 | 78 | 0 | 25 | 32 | 6 | 10 | 50 | 47 |
| Octal | 360 | 227 | 170 | 0 | 45 | 62 | 6 | 20 | 120 | 107 |
| Binary | 11110000 | 10010111 | 1111000 | 0 | 100101 | 110010 | 110 | 10000 | 1010000 | 1000111 |
Color Harmonies of #F09778
Complementary color
Monochromatic Colors of #F09778
Black with #F09778
Text Example
Text Example
White with #F09778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09778; }
p { color: rgb(240,151,120); }
H1.HeaderClassName
{
color: #F09778;
}
.AnyTagClassName
{
color: #F09778;
}
</style>
background-color css
<style>
a { background-color: #F09778; }
a { background-color: rgb(240,151,120); }
div.DivClassName
{
background-color: #F09778;
}
.BgClassName
{
background-color: #F09778;
}
</style>
border-color css
<style>
span { border-color: #F09778; }
span { border-color: rgb(240,151,120); }
td.TdClassName
{
border-color: #F09778;
}
.TagClassName
{
border-color: #F09778;
}
</style>