Shades of Dark Salmon #F39C7D
Tints of Dark Salmon #F39C7D
RGB
CMYK
RGB Variations
Color information
#F39C7D (or 0xF39C7D) is known color: Dark Salmon. HEX triplet: F3, 9C and 7D. RGB value is (243,156,125). Sum of RGB (Red+Green+Blue) = 243+156+125=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39C7D is #0C6382. Grayscale: #B2B2B2. Windows color (decimal): -811907 or 8232179. OLE color: 8232179.
HSL color Cylindrical-coordinate representation of color #F39C7D: hue angle of 15.76º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F39C7D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 125 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.05 |
| HSL | 15.76º | 0.83% | 0.72% | - |
| HSV(B) | 15.76º | 0.49% | 0.95% | - |
| XYZ | 52.55 | 44.31 | 25.19 | - |
| YUV | 178.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 125 | 0 | 0.36 | 0.49 | 0.05 | 15.76 | 0.83 | 0.72 |
| Hex | F3 | 9C | 7D | 0 | 24 | 31 | 5 | 10 | 53 | 48 |
| Octal | 363 | 234 | 175 | 0 | 44 | 61 | 5 | 20 | 123 | 110 |
| Binary | 11110011 | 10011100 | 1111101 | 0 | 100100 | 110001 | 101 | 10000 | 1010011 | 1001000 |
Color Harmonies of #F39C7D
Complementary color
Monochromatic Colors of #F39C7D
Black with #F39C7D
Text Example
Text Example
White with #F39C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39C7D; }
p { color: rgb(243,156,125); }
H1.HeaderClassName
{
color: #F39C7D;
}
.AnyTagClassName
{
color: #F39C7D;
}
</style>
background-color css
<style>
a { background-color: #F39C7D; }
a { background-color: rgb(243,156,125); }
div.DivClassName
{
background-color: #F39C7D;
}
.BgClassName
{
background-color: #F39C7D;
}
</style>
border-color css
<style>
span { border-color: #F39C7D; }
span { border-color: rgb(243,156,125); }
td.TdClassName
{
border-color: #F39C7D;
}
.TagClassName
{
border-color: #F39C7D;
}
</style>