Shades of Dark Salmon #F09580
Tints of Dark Salmon #F09580
RGB
CMYK
RGB Variations
Color information
#F09580 (or 0xF09580) is known color: Dark Salmon. HEX triplet: F0, 95 and 80. RGB value is (240,149,128). Sum of RGB (Red+Green+Blue) = 240+149+128=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09580 is #0F6A7F. Grayscale: #ADADAD. Windows color (decimal): -1010304 or 8426992. OLE color: 8426992.
HSL color Cylindrical-coordinate representation of color #F09580: hue angle of 11.25º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09580 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 128 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.06 |
| HSL | 11.25º | 0.79% | 0.72% | - |
| HSV(B) | 11.25º | 0.47% | 0.94% | - |
| XYZ | 50.58 | 41.58 | 25.78 | - |
| YUV | 173.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 128 | 0 | 0.38 | 0.47 | 0.06 | 11.25 | 0.79 | 0.72 |
| Hex | F0 | 95 | 80 | 0 | 26 | 2F | 6 | B | 4F | 48 |
| Octal | 360 | 225 | 200 | 0 | 46 | 57 | 6 | 13 | 117 | 110 |
| Binary | 11110000 | 10010101 | 10000000 | 0 | 100110 | 101111 | 110 | 1011 | 1001111 | 1001000 |
Color Harmonies of #F09580
Complementary color
Monochromatic Colors of #F09580
Black with #F09580
Text Example
Text Example
White with #F09580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09580; }
p { color: rgb(240,149,128); }
H1.HeaderClassName
{
color: #F09580;
}
.AnyTagClassName
{
color: #F09580;
}
</style>
background-color css
<style>
a { background-color: #F09580; }
a { background-color: rgb(240,149,128); }
div.DivClassName
{
background-color: #F09580;
}
.BgClassName
{
background-color: #F09580;
}
</style>
border-color css
<style>
span { border-color: #F09580; }
span { border-color: rgb(240,149,128); }
td.TdClassName
{
border-color: #F09580;
}
.TagClassName
{
border-color: #F09580;
}
</style>