Shades of Dark Salmon #F09A72
Tints of Dark Salmon #F09A72
RGB
CMYK
RGB Variations
Color information
#F09A72 (or 0xF09A72) is known color: Dark Salmon. HEX triplet: F0, 9A and 72. RGB value is (240,154,114). Sum of RGB (Red+Green+Blue) = 240+154+114=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A72 is #0F658D. Grayscale: #AFAFAF. Windows color (decimal): -1009038 or 7510768. OLE color: 7510768.
HSL color Cylindrical-coordinate representation of color #F09A72: hue angle of 19.05º 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 #F09A72 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 114 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.06 |
| HSL | 19.05º | 0.81% | 0.69% | - |
| HSV(B) | 19.05º | 0.53% | 0.94% | - |
| XYZ | 50.53 | 42.85 | 21.53 | - |
| YUV | 175.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 114 | 0 | 0.36 | 0.52 | 0.06 | 19.05 | 0.81 | 0.69 |
| Hex | F0 | 9A | 72 | 0 | 24 | 34 | 6 | 13 | 51 | 45 |
| Octal | 360 | 232 | 162 | 0 | 44 | 64 | 6 | 23 | 121 | 105 |
| Binary | 11110000 | 10011010 | 1110010 | 0 | 100100 | 110100 | 110 | 10011 | 1010001 | 1000101 |
Color Harmonies of #F09A72
Complementary color
Monochromatic Colors of #F09A72
Black with #F09A72
Text Example
Text Example
White with #F09A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A72; }
p { color: rgb(240,154,114); }
H1.HeaderClassName
{
color: #F09A72;
}
.AnyTagClassName
{
color: #F09A72;
}
</style>
background-color css
<style>
a { background-color: #F09A72; }
a { background-color: rgb(240,154,114); }
div.DivClassName
{
background-color: #F09A72;
}
.BgClassName
{
background-color: #F09A72;
}
</style>
border-color css
<style>
span { border-color: #F09A72; }
span { border-color: rgb(240,154,114); }
td.TdClassName
{
border-color: #F09A72;
}
.TagClassName
{
border-color: #F09A72;
}
</style>