Shades of Dark Salmon #F09379
Tints of Dark Salmon #F09379
RGB
CMYK
RGB Variations
Color information
#F09379 (or 0xF09379) is known color: Dark Salmon. HEX triplet: F0, 93 and 79. RGB value is (240,147,121). Sum of RGB (Red+Green+Blue) = 240+147+121=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F09379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09379 is #0F6C86. Grayscale: #ACACAC. Windows color (decimal): -1010823 or 7967728. OLE color: 7967728.
HSL color Cylindrical-coordinate representation of color #F09379: hue angle of 13.11º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F09379 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 121 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.06 |
| HSL | 13.11º | 0.8% | 0.71% | - |
| HSV(B) | 13.11º | 0.5% | 0.94% | - |
| XYZ | 49.82 | 40.77 | 23.33 | - |
| YUV | 171.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 121 | 0 | 0.39 | 0.50 | 0.06 | 13.11 | 0.8 | 0.71 |
| Hex | F0 | 93 | 79 | 0 | 27 | 32 | 6 | D | 50 | 47 |
| Octal | 360 | 223 | 171 | 0 | 47 | 62 | 6 | 15 | 120 | 107 |
| Binary | 11110000 | 10010011 | 1111001 | 0 | 100111 | 110010 | 110 | 1101 | 1010000 | 1000111 |
Color Harmonies of #F09379
Complementary color
Monochromatic Colors of #F09379
Black with #F09379
Text Example
Text Example
White with #F09379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09379; }
p { color: rgb(240,147,121); }
H1.HeaderClassName
{
color: #F09379;
}
.AnyTagClassName
{
color: #F09379;
}
</style>
background-color css
<style>
a { background-color: #F09379; }
a { background-color: rgb(240,147,121); }
div.DivClassName
{
background-color: #F09379;
}
.BgClassName
{
background-color: #F09379;
}
</style>
border-color css
<style>
span { border-color: #F09379; }
span { border-color: rgb(240,147,121); }
td.TdClassName
{
border-color: #F09379;
}
.TagClassName
{
border-color: #F09379;
}
</style>