Shades of Dark Salmon #F4906E
Tints of Dark Salmon #F4906E
RGB
CMYK
RGB Variations
Color information
#F4906E (or 0xF4906E) is known color: Dark Salmon. HEX triplet: F4, 90 and 6E. RGB value is (244,144,110). Sum of RGB (Red+Green+Blue) = 244+144+110=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4906E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4906E is #0B6F91. Grayscale: #AAAAAA. Windows color (decimal): -749458 or 7246068. OLE color: 7246068.
HSL color Cylindrical-coordinate representation of color #F4906E: hue angle of 15.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4906E is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 110 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.04 |
| HSL | 15.22º | 0.86% | 0.69% | - |
| HSV(B) | 15.22º | 0.55% | 0.96% | - |
| XYZ | 50.1 | 40.31 | 19.89 | - |
| YUV | 170.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 110 | 0 | 0.41 | 0.55 | 0.04 | 15.22 | 0.86 | 0.69 |
| Hex | F4 | 90 | 6E | 0 | 29 | 37 | 4 | F | 56 | 45 |
| Octal | 364 | 220 | 156 | 0 | 51 | 67 | 4 | 17 | 126 | 105 |
| Binary | 11110100 | 10010000 | 1101110 | 0 | 101001 | 110111 | 100 | 1111 | 1010110 | 1000101 |
Color Harmonies of #F4906E
Complementary color
Monochromatic Colors of #F4906E
Black with #F4906E
Text Example
Text Example
White with #F4906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4906E; }
p { color: rgb(244,144,110); }
H1.HeaderClassName
{
color: #F4906E;
}
.AnyTagClassName
{
color: #F4906E;
}
</style>
background-color css
<style>
a { background-color: #F4906E; }
a { background-color: rgb(244,144,110); }
div.DivClassName
{
background-color: #F4906E;
}
.BgClassName
{
background-color: #F4906E;
}
</style>
border-color css
<style>
span { border-color: #F4906E; }
span { border-color: rgb(244,144,110); }
td.TdClassName
{
border-color: #F4906E;
}
.TagClassName
{
border-color: #F4906E;
}
</style>