Shades of Dark Salmon #F09C7E
Tints of Dark Salmon #F09C7E
RGB
CMYK
RGB Variations
Color information
#F09C7E (or 0xF09C7E) is known color: Dark Salmon. HEX triplet: F0, 9C and 7E. RGB value is (240,156,126). Sum of RGB (Red+Green+Blue) = 240+156+126=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C7E is #0F6381. Grayscale: #B1B1B1. Windows color (decimal): -1008514 or 8297712. OLE color: 8297712.
HSL color Cylindrical-coordinate representation of color #F09C7E: hue angle of 15.79º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F09C7E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 126 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.06 |
| HSL | 15.79º | 0.79% | 0.72% | - |
| HSV(B) | 15.79º | 0.48% | 0.94% | - |
| XYZ | 51.59 | 43.81 | 25.48 | - |
| YUV | 177.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 126 | 0 | 0.35 | 0.48 | 0.06 | 15.79 | 0.79 | 0.72 |
| Hex | F0 | 9C | 7E | 0 | 23 | 30 | 6 | 10 | 4F | 48 |
| Octal | 360 | 234 | 176 | 0 | 43 | 60 | 6 | 20 | 117 | 110 |
| Binary | 11110000 | 10011100 | 1111110 | 0 | 100011 | 110000 | 110 | 10000 | 1001111 | 1001000 |
Color Harmonies of #F09C7E
Complementary color
Monochromatic Colors of #F09C7E
Black with #F09C7E
Text Example
Text Example
White with #F09C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C7E; }
p { color: rgb(240,156,126); }
H1.HeaderClassName
{
color: #F09C7E;
}
.AnyTagClassName
{
color: #F09C7E;
}
</style>
background-color css
<style>
a { background-color: #F09C7E; }
a { background-color: rgb(240,156,126); }
div.DivClassName
{
background-color: #F09C7E;
}
.BgClassName
{
background-color: #F09C7E;
}
</style>
border-color css
<style>
span { border-color: #F09C7E; }
span { border-color: rgb(240,156,126); }
td.TdClassName
{
border-color: #F09C7E;
}
.TagClassName
{
border-color: #F09C7E;
}
</style>