Shades of Dark Salmon #F39077
Tints of Dark Salmon #F39077
RGB
CMYK
RGB Variations
Color information
#F39077 (or 0xF39077) is known color: Dark Salmon. HEX triplet: F3, 90 and 77. RGB value is (243,144,119). Sum of RGB (Red+Green+Blue) = 243+144+119=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F39077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39077 is #0C6F88. Grayscale: #AAAAAA. Windows color (decimal): -814985 or 7835891. OLE color: 7835891.
HSL color Cylindrical-coordinate representation of color #F39077: hue angle of 12.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F39077 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 119 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 12.1º | 0.84% | 0.71% | - |
| HSV(B) | 12.1º | 0.51% | 0.95% | - |
| XYZ | 50.27 | 40.33 | 22.59 | - |
| YUV | 170.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 119 | 0 | 0.41 | 0.51 | 0.05 | 12.1 | 0.84 | 0.71 |
| Hex | F3 | 90 | 77 | 0 | 29 | 33 | 5 | C | 54 | 47 |
| Octal | 363 | 220 | 167 | 0 | 51 | 63 | 5 | 14 | 124 | 107 |
| Binary | 11110011 | 10010000 | 1110111 | 0 | 101001 | 110011 | 101 | 1100 | 1010100 | 1000111 |
Color Harmonies of #F39077
Complementary color
Monochromatic Colors of #F39077
Black with #F39077
Text Example
Text Example
White with #F39077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39077; }
p { color: rgb(243,144,119); }
H1.HeaderClassName
{
color: #F39077;
}
.AnyTagClassName
{
color: #F39077;
}
</style>
background-color css
<style>
a { background-color: #F39077; }
a { background-color: rgb(243,144,119); }
div.DivClassName
{
background-color: #F39077;
}
.BgClassName
{
background-color: #F39077;
}
</style>
border-color css
<style>
span { border-color: #F39077; }
span { border-color: rgb(243,144,119); }
td.TdClassName
{
border-color: #F39077;
}
.TagClassName
{
border-color: #F39077;
}
</style>