Shades of Dark Salmon #F09473
Tints of Dark Salmon #F09473
RGB
CMYK
RGB Variations
Color information
#F09473 (or 0xF09473) is known color: Dark Salmon. HEX triplet: F0, 94 and 73. RGB value is (240,148,115). Sum of RGB (Red+Green+Blue) = 240+148+115=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F09473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09473 is #0F6B8C. Grayscale: #ABABAB. Windows color (decimal): -1010573 or 7574768. OLE color: 7574768.
HSL color Cylindrical-coordinate representation of color #F09473: hue angle of 15.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F09473 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 115 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.06 |
| HSL | 15.84º | 0.81% | 0.7% | - |
| HSV(B) | 15.84º | 0.52% | 0.94% | - |
| XYZ | 49.62 | 40.94 | 21.51 | - |
| YUV | 171.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 115 | 0 | 0.38 | 0.52 | 0.06 | 15.84 | 0.81 | 0.7 |
| Hex | F0 | 94 | 73 | 0 | 26 | 34 | 6 | 10 | 51 | 46 |
| Octal | 360 | 224 | 163 | 0 | 46 | 64 | 6 | 20 | 121 | 106 |
| Binary | 11110000 | 10010100 | 1110011 | 0 | 100110 | 110100 | 110 | 10000 | 1010001 | 1000110 |
Color Harmonies of #F09473
Complementary color
Monochromatic Colors of #F09473
Black with #F09473
Text Example
Text Example
White with #F09473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09473; }
p { color: rgb(240,148,115); }
H1.HeaderClassName
{
color: #F09473;
}
.AnyTagClassName
{
color: #F09473;
}
</style>
background-color css
<style>
a { background-color: #F09473; }
a { background-color: rgb(240,148,115); }
div.DivClassName
{
background-color: #F09473;
}
.BgClassName
{
background-color: #F09473;
}
</style>
border-color css
<style>
span { border-color: #F09473; }
span { border-color: rgb(240,148,115); }
td.TdClassName
{
border-color: #F09473;
}
.TagClassName
{
border-color: #F09473;
}
</style>