Shades of Dark Salmon #F09E7D
Tints of Dark Salmon #F09E7D
RGB
CMYK
RGB Variations
Color information
#F09E7D (or 0xF09E7D) is known color: Dark Salmon. HEX triplet: F0, 9E and 7D. RGB value is (240,158,125). Sum of RGB (Red+Green+Blue) = 240+158+125=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09E7D is #0F6182. Grayscale: #B2B2B2. Windows color (decimal): -1008003 or 8232688. OLE color: 8232688.
HSL color Cylindrical-coordinate representation of color #F09E7D: hue angle of 17.22º 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 #F09E7D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 125 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.06 |
| HSL | 17.22º | 0.79% | 0.72% | - |
| HSV(B) | 17.22º | 0.48% | 0.94% | - |
| XYZ | 51.86 | 44.46 | 25.25 | - |
| YUV | 178.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 125 | 0 | 0.34 | 0.48 | 0.06 | 17.22 | 0.79 | 0.72 |
| Hex | F0 | 9E | 7D | 0 | 22 | 30 | 6 | 11 | 4F | 48 |
| Octal | 360 | 236 | 175 | 0 | 42 | 60 | 6 | 21 | 117 | 110 |
| Binary | 11110000 | 10011110 | 1111101 | 0 | 100010 | 110000 | 110 | 10001 | 1001111 | 1001000 |
Color Harmonies of #F09E7D
Complementary color
Monochromatic Colors of #F09E7D
Black with #F09E7D
Text Example
Text Example
White with #F09E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E7D; }
p { color: rgb(240,158,125); }
H1.HeaderClassName
{
color: #F09E7D;
}
.AnyTagClassName
{
color: #F09E7D;
}
</style>
background-color css
<style>
a { background-color: #F09E7D; }
a { background-color: rgb(240,158,125); }
div.DivClassName
{
background-color: #F09E7D;
}
.BgClassName
{
background-color: #F09E7D;
}
</style>
border-color css
<style>
span { border-color: #F09E7D; }
span { border-color: rgb(240,158,125); }
td.TdClassName
{
border-color: #F09E7D;
}
.TagClassName
{
border-color: #F09E7D;
}
</style>