Shades of Dark Salmon #F09381
Tints of Dark Salmon #F09381
RGB
CMYK
RGB Variations
Color information
#F09381 (or 0xF09381) is known color: Dark Salmon. HEX triplet: F0, 93 and 81. RGB value is (240,147,129). Sum of RGB (Red+Green+Blue) = 240+147+129=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09381 is #0F6C7E. Grayscale: #ACACAC. Windows color (decimal): -1010815 or 8492016. OLE color: 8492016.
HSL color Cylindrical-coordinate representation of color #F09381: hue angle of 9.73º 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 #F09381 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 129 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.06 |
| HSL | 9.73º | 0.79% | 0.72% | - |
| HSV(B) | 9.73º | 0.46% | 0.94% | - |
| XYZ | 50.33 | 40.98 | 26.03 | - |
| YUV | 172.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 129 | 0 | 0.39 | 0.46 | 0.06 | 9.73 | 0.79 | 0.72 |
| Hex | F0 | 93 | 81 | 0 | 27 | 2E | 6 | A | 4F | 48 |
| Octal | 360 | 223 | 201 | 0 | 47 | 56 | 6 | 12 | 117 | 110 |
| Binary | 11110000 | 10010011 | 10000001 | 0 | 100111 | 101110 | 110 | 1010 | 1001111 | 1001000 |
Color Harmonies of #F09381
Complementary color
Monochromatic Colors of #F09381
Black with #F09381
Text Example
Text Example
White with #F09381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09381; }
p { color: rgb(240,147,129); }
H1.HeaderClassName
{
color: #F09381;
}
.AnyTagClassName
{
color: #F09381;
}
</style>
background-color css
<style>
a { background-color: #F09381; }
a { background-color: rgb(240,147,129); }
div.DivClassName
{
background-color: #F09381;
}
.BgClassName
{
background-color: #F09381;
}
</style>
border-color css
<style>
span { border-color: #F09381; }
span { border-color: rgb(240,147,129); }
td.TdClassName
{
border-color: #F09381;
}
.TagClassName
{
border-color: #F09381;
}
</style>