Shades of Dark Salmon #F38E6D
Tints of Dark Salmon #F38E6D
RGB
CMYK
RGB Variations
Color information
#F38E6D (or 0xF38E6D) is known color: Dark Salmon. HEX triplet: F3, 8E and 6D. RGB value is (243,142,109). Sum of RGB (Red+Green+Blue) = 243+142+109=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E6D is #0C7192. Grayscale: #A8A8A8. Windows color (decimal): -815507 or 7180019. OLE color: 7180019.
HSL color Cylindrical-coordinate representation of color #F38E6D: hue angle of 14.78º 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 #F38E6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 14.78º | 0.85% | 0.69% | - |
| HSV(B) | 14.78º | 0.55% | 0.95% | - |
| XYZ | 49.4 | 39.5 | 19.49 | - |
| YUV | 168.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 109 | 0 | 0.42 | 0.55 | 0.05 | 14.78 | 0.85 | 0.69 |
| Hex | F3 | 8E | 6D | 0 | 2A | 37 | 5 | F | 55 | 45 |
| Octal | 363 | 216 | 155 | 0 | 52 | 67 | 5 | 17 | 125 | 105 |
| Binary | 11110011 | 10001110 | 1101101 | 0 | 101010 | 110111 | 101 | 1111 | 1010101 | 1000101 |
Color Harmonies of #F38E6D
Complementary color
Monochromatic Colors of #F38E6D
Black with #F38E6D
Text Example
Text Example
White with #F38E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E6D; }
p { color: rgb(243,142,109); }
H1.HeaderClassName
{
color: #F38E6D;
}
.AnyTagClassName
{
color: #F38E6D;
}
</style>
background-color css
<style>
a { background-color: #F38E6D; }
a { background-color: rgb(243,142,109); }
div.DivClassName
{
background-color: #F38E6D;
}
.BgClassName
{
background-color: #F38E6D;
}
</style>
border-color css
<style>
span { border-color: #F38E6D; }
span { border-color: rgb(243,142,109); }
td.TdClassName
{
border-color: #F38E6D;
}
.TagClassName
{
border-color: #F38E6D;
}
</style>