Shades of Dark Salmon #F09581
Tints of Dark Salmon #F09581
RGB
CMYK
RGB Variations
Color information
#F09581 (or 0xF09581) is known color: Dark Salmon. HEX triplet: F0, 95 and 81. RGB value is (240,149,129). Sum of RGB (Red+Green+Blue) = 240+149+129=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09581 is #0F6A7E. Grayscale: #AEAEAE. Windows color (decimal): -1010303 or 8492528. OLE color: 8492528.
HSL color Cylindrical-coordinate representation of color #F09581: hue angle of 10.81º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09581 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 129 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.06 |
| HSL | 10.81º | 0.79% | 0.72% | - |
| HSV(B) | 10.81º | 0.46% | 0.94% | - |
| XYZ | 50.65 | 41.61 | 26.13 | - |
| YUV | 173.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 129 | 0 | 0.38 | 0.46 | 0.06 | 10.81 | 0.79 | 0.72 |
| Hex | F0 | 95 | 81 | 0 | 26 | 2E | 6 | B | 4F | 48 |
| Octal | 360 | 225 | 201 | 0 | 46 | 56 | 6 | 13 | 117 | 110 |
| Binary | 11110000 | 10010101 | 10000001 | 0 | 100110 | 101110 | 110 | 1011 | 1001111 | 1001000 |
Color Harmonies of #F09581
Complementary color
Monochromatic Colors of #F09581
Black with #F09581
Text Example
Text Example
White with #F09581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09581; }
p { color: rgb(240,149,129); }
H1.HeaderClassName
{
color: #F09581;
}
.AnyTagClassName
{
color: #F09581;
}
</style>
background-color css
<style>
a { background-color: #F09581; }
a { background-color: rgb(240,149,129); }
div.DivClassName
{
background-color: #F09581;
}
.BgClassName
{
background-color: #F09581;
}
</style>
border-color css
<style>
span { border-color: #F09581; }
span { border-color: rgb(240,149,129); }
td.TdClassName
{
border-color: #F09581;
}
.TagClassName
{
border-color: #F09581;
}
</style>