Shades of Dark Salmon #F09672
Tints of Dark Salmon #F09672
RGB
CMYK
RGB Variations
Color information
#F09672 (or 0xF09672) is known color: Dark Salmon. HEX triplet: F0, 96 and 72. RGB value is (240,150,114). Sum of RGB (Red+Green+Blue) = 240+150+114=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F09672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09672 is #0F698D. Grayscale: #ADADAD. Windows color (decimal): -1010062 or 7509744. OLE color: 7509744.
HSL color Cylindrical-coordinate representation of color #F09672: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F09672 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 114 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.06 |
| HSL | 17.14º | 0.81% | 0.69% | - |
| HSV(B) | 17.14º | 0.53% | 0.94% | - |
| XYZ | 49.88 | 41.55 | 21.31 | - |
| YUV | 172.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 114 | 0 | 0.37 | 0.52 | 0.06 | 17.14 | 0.81 | 0.69 |
| Hex | F0 | 96 | 72 | 0 | 25 | 34 | 6 | 11 | 51 | 45 |
| Octal | 360 | 226 | 162 | 0 | 45 | 64 | 6 | 21 | 121 | 105 |
| Binary | 11110000 | 10010110 | 1110010 | 0 | 100101 | 110100 | 110 | 10001 | 1010001 | 1000101 |
Color Harmonies of #F09672
Complementary color
Monochromatic Colors of #F09672
Black with #F09672
Text Example
Text Example
White with #F09672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09672; }
p { color: rgb(240,150,114); }
H1.HeaderClassName
{
color: #F09672;
}
.AnyTagClassName
{
color: #F09672;
}
</style>
background-color css
<style>
a { background-color: #F09672; }
a { background-color: rgb(240,150,114); }
div.DivClassName
{
background-color: #F09672;
}
.BgClassName
{
background-color: #F09672;
}
</style>
border-color css
<style>
span { border-color: #F09672; }
span { border-color: rgb(240,150,114); }
td.TdClassName
{
border-color: #F09672;
}
.TagClassName
{
border-color: #F09672;
}
</style>