Shades of Dark Salmon #F09D7E
Tints of Dark Salmon #F09D7E
RGB
CMYK
RGB Variations
Color information
#F09D7E (or 0xF09D7E) is known color: Dark Salmon. HEX triplet: F0, 9D and 7E. RGB value is (240,157,126). Sum of RGB (Red+Green+Blue) = 240+157+126=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D7E is #0F6281. Grayscale: #B2B2B2. Windows color (decimal): -1008258 or 8297968. OLE color: 8297968.
HSL color Cylindrical-coordinate representation of color #F09D7E: hue angle of 16.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F09D7E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 126 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.06 |
| HSL | 16.32º | 0.79% | 0.72% | - |
| HSV(B) | 16.32º | 0.48% | 0.94% | - |
| XYZ | 51.76 | 44.15 | 25.53 | - |
| YUV | 178.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 126 | 0 | 0.35 | 0.48 | 0.06 | 16.32 | 0.79 | 0.72 |
| Hex | F0 | 9D | 7E | 0 | 23 | 30 | 6 | 10 | 4F | 48 |
| Octal | 360 | 235 | 176 | 0 | 43 | 60 | 6 | 20 | 117 | 110 |
| Binary | 11110000 | 10011101 | 1111110 | 0 | 100011 | 110000 | 110 | 10000 | 1001111 | 1001000 |
Color Harmonies of #F09D7E
Complementary color
Monochromatic Colors of #F09D7E
Black with #F09D7E
Text Example
Text Example
White with #F09D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D7E; }
p { color: rgb(240,157,126); }
H1.HeaderClassName
{
color: #F09D7E;
}
.AnyTagClassName
{
color: #F09D7E;
}
</style>
background-color css
<style>
a { background-color: #F09D7E; }
a { background-color: rgb(240,157,126); }
div.DivClassName
{
background-color: #F09D7E;
}
.BgClassName
{
background-color: #F09D7E;
}
</style>
border-color css
<style>
span { border-color: #F09D7E; }
span { border-color: rgb(240,157,126); }
td.TdClassName
{
border-color: #F09D7E;
}
.TagClassName
{
border-color: #F09D7E;
}
</style>