Shades of Dark Salmon #F09B7C
Tints of Dark Salmon #F09B7C
RGB
CMYK
RGB Variations
Color information
#F09B7C (or 0xF09B7C) is known color: Dark Salmon. HEX triplet: F0, 9B and 7C. RGB value is (240,155,124). Sum of RGB (Red+Green+Blue) = 240+155+124=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B7C is #0F6483. Grayscale: #B1B1B1. Windows color (decimal): -1008772 or 8166384. OLE color: 8166384.
HSL color Cylindrical-coordinate representation of color #F09B7C: hue angle of 16.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F09B7C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 124 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.06 |
| HSL | 16.03º | 0.79% | 0.71% | - |
| HSV(B) | 16.03º | 0.48% | 0.94% | - |
| XYZ | 51.29 | 43.42 | 24.75 | - |
| YUV | 176.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 124 | 0 | 0.35 | 0.48 | 0.06 | 16.03 | 0.79 | 0.71 |
| Hex | F0 | 9B | 7C | 0 | 23 | 30 | 6 | 10 | 4F | 47 |
| Octal | 360 | 233 | 174 | 0 | 43 | 60 | 6 | 20 | 117 | 107 |
| Binary | 11110000 | 10011011 | 1111100 | 0 | 100011 | 110000 | 110 | 10000 | 1001111 | 1000111 |
Color Harmonies of #F09B7C
Complementary color
Monochromatic Colors of #F09B7C
Black with #F09B7C
Text Example
Text Example
White with #F09B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B7C; }
p { color: rgb(240,155,124); }
H1.HeaderClassName
{
color: #F09B7C;
}
.AnyTagClassName
{
color: #F09B7C;
}
</style>
background-color css
<style>
a { background-color: #F09B7C; }
a { background-color: rgb(240,155,124); }
div.DivClassName
{
background-color: #F09B7C;
}
.BgClassName
{
background-color: #F09B7C;
}
</style>
border-color css
<style>
span { border-color: #F09B7C; }
span { border-color: rgb(240,155,124); }
td.TdClassName
{
border-color: #F09B7C;
}
.TagClassName
{
border-color: #F09B7C;
}
</style>