Shades of Dark Salmon #F09072
Tints of Dark Salmon #F09072
RGB
CMYK
RGB Variations
Color information
#F09072 (or 0xF09072) is known color: Dark Salmon. HEX triplet: F0, 90 and 72. RGB value is (240,144,114). Sum of RGB (Red+Green+Blue) = 240+144+114=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F09072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09072 is #0F6F8D. Grayscale: #A9A9A9. Windows color (decimal): -1011598 or 7508208. OLE color: 7508208.
HSL color Cylindrical-coordinate representation of color #F09072: hue angle of 14.29º 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 #F09072 is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 114 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.06 |
| HSL | 14.29º | 0.81% | 0.69% | - |
| HSV(B) | 14.29º | 0.53% | 0.94% | - |
| XYZ | 48.95 | 39.69 | 21 | - |
| YUV | 169.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 114 | 0 | 0.4 | 0.52 | 0.06 | 14.29 | 0.81 | 0.69 |
| Hex | F0 | 90 | 72 | 0 | 28 | 34 | 6 | E | 51 | 45 |
| Octal | 360 | 220 | 162 | 0 | 50 | 64 | 6 | 16 | 121 | 105 |
| Binary | 11110000 | 10010000 | 1110010 | 0 | 101000 | 110100 | 110 | 1110 | 1010001 | 1000101 |
Color Harmonies of #F09072
Complementary color
Monochromatic Colors of #F09072
Black with #F09072
Text Example
Text Example
White with #F09072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09072; }
p { color: rgb(240,144,114); }
H1.HeaderClassName
{
color: #F09072;
}
.AnyTagClassName
{
color: #F09072;
}
</style>
background-color css
<style>
a { background-color: #F09072; }
a { background-color: rgb(240,144,114); }
div.DivClassName
{
background-color: #F09072;
}
.BgClassName
{
background-color: #F09072;
}
</style>
border-color css
<style>
span { border-color: #F09072; }
span { border-color: rgb(240,144,114); }
td.TdClassName
{
border-color: #F09072;
}
.TagClassName
{
border-color: #F09072;
}
</style>