Shades of Dark Salmon #F39074
Tints of Dark Salmon #F39074
RGB
CMYK
RGB Variations
Color information
#F39074 (or 0xF39074) is known color: Dark Salmon. HEX triplet: F3, 90 and 74. RGB value is (243,144,116). Sum of RGB (Red+Green+Blue) = 243+144+116=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F39074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39074 is #0C6F8B. Grayscale: #AAAAAA. Windows color (decimal): -814988 or 7639283. OLE color: 7639283.
HSL color Cylindrical-coordinate representation of color #F39074: hue angle of 13.23º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F39074 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 116 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.05 |
| HSL | 13.23º | 0.84% | 0.7% | - |
| HSV(B) | 13.23º | 0.52% | 0.95% | - |
| XYZ | 50.09 | 40.26 | 21.65 | - |
| YUV | 170.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 116 | 0 | 0.41 | 0.52 | 0.05 | 13.23 | 0.84 | 0.7 |
| Hex | F3 | 90 | 74 | 0 | 29 | 34 | 5 | D | 54 | 46 |
| Octal | 363 | 220 | 164 | 0 | 51 | 64 | 5 | 15 | 124 | 106 |
| Binary | 11110011 | 10010000 | 1110100 | 0 | 101001 | 110100 | 101 | 1101 | 1010100 | 1000110 |
Color Harmonies of #F39074
Complementary color
Monochromatic Colors of #F39074
Black with #F39074
Text Example
Text Example
White with #F39074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39074; }
p { color: rgb(243,144,116); }
H1.HeaderClassName
{
color: #F39074;
}
.AnyTagClassName
{
color: #F39074;
}
</style>
background-color css
<style>
a { background-color: #F39074; }
a { background-color: rgb(243,144,116); }
div.DivClassName
{
background-color: #F39074;
}
.BgClassName
{
background-color: #F39074;
}
</style>
border-color css
<style>
span { border-color: #F39074; }
span { border-color: rgb(243,144,116); }
td.TdClassName
{
border-color: #F39074;
}
.TagClassName
{
border-color: #F39074;
}
</style>