Shades of Dark Salmon #F49A74
Tints of Dark Salmon #F49A74
RGB
CMYK
RGB Variations
Color information
#F49A74 (or 0xF49A74) is known color: Dark Salmon. HEX triplet: F4, 9A and 74. RGB value is (244,154,116). Sum of RGB (Red+Green+Blue) = 244+154+116=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A74 is #0B658B. Grayscale: #B0B0B0. Windows color (decimal): -746892 or 7641844. OLE color: 7641844.
HSL color Cylindrical-coordinate representation of color #F49A74: hue angle of 17.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F49A74 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 116 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.04 |
| HSL | 17.81º | 0.85% | 0.71% | - |
| HSV(B) | 17.81º | 0.52% | 0.96% | - |
| XYZ | 52.02 | 43.61 | 22.2 | - |
| YUV | 176.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 116 | 0 | 0.37 | 0.52 | 0.04 | 17.81 | 0.85 | 0.71 |
| Hex | F4 | 9A | 74 | 0 | 25 | 34 | 4 | 12 | 55 | 47 |
| Octal | 364 | 232 | 164 | 0 | 45 | 64 | 4 | 22 | 125 | 107 |
| Binary | 11110100 | 10011010 | 1110100 | 0 | 100101 | 110100 | 100 | 10010 | 1010101 | 1000111 |
Color Harmonies of #F49A74
Complementary color
Monochromatic Colors of #F49A74
Black with #F49A74
Text Example
Text Example
White with #F49A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A74; }
p { color: rgb(244,154,116); }
H1.HeaderClassName
{
color: #F49A74;
}
.AnyTagClassName
{
color: #F49A74;
}
</style>
background-color css
<style>
a { background-color: #F49A74; }
a { background-color: rgb(244,154,116); }
div.DivClassName
{
background-color: #F49A74;
}
.BgClassName
{
background-color: #F49A74;
}
</style>
border-color css
<style>
span { border-color: #F49A74; }
span { border-color: rgb(244,154,116); }
td.TdClassName
{
border-color: #F49A74;
}
.TagClassName
{
border-color: #F49A74;
}
</style>