Shades of Dark Salmon #F38D6E
Tints of Dark Salmon #F38D6E
RGB
CMYK
RGB Variations
Color information
#F38D6E (or 0xF38D6E) is known color: Dark Salmon. HEX triplet: F3, 8D and 6E. RGB value is (243,141,110). Sum of RGB (Red+Green+Blue) = 243+141+110=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D6E is #0C7291. Grayscale: #A8A8A8. Windows color (decimal): -815762 or 7245299. OLE color: 7245299.
HSL color Cylindrical-coordinate representation of color #F38D6E: hue angle of 13.98º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F38D6E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 110 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 13.98º | 0.85% | 0.69% | - |
| HSV(B) | 13.98º | 0.55% | 0.95% | - |
| XYZ | 49.3 | 39.23 | 19.73 | - |
| YUV | 167.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 110 | 0 | 0.42 | 0.55 | 0.05 | 13.98 | 0.85 | 0.69 |
| Hex | F3 | 8D | 6E | 0 | 2A | 37 | 5 | E | 55 | 45 |
| Octal | 363 | 215 | 156 | 0 | 52 | 67 | 5 | 16 | 125 | 105 |
| Binary | 11110011 | 10001101 | 1101110 | 0 | 101010 | 110111 | 101 | 1110 | 1010101 | 1000101 |
Color Harmonies of #F38D6E
Complementary color
Monochromatic Colors of #F38D6E
Black with #F38D6E
Text Example
Text Example
White with #F38D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D6E; }
p { color: rgb(243,141,110); }
H1.HeaderClassName
{
color: #F38D6E;
}
.AnyTagClassName
{
color: #F38D6E;
}
</style>
background-color css
<style>
a { background-color: #F38D6E; }
a { background-color: rgb(243,141,110); }
div.DivClassName
{
background-color: #F38D6E;
}
.BgClassName
{
background-color: #F38D6E;
}
</style>
border-color css
<style>
span { border-color: #F38D6E; }
span { border-color: rgb(243,141,110); }
td.TdClassName
{
border-color: #F38D6E;
}
.TagClassName
{
border-color: #F38D6E;
}
</style>