Shades of Dark Salmon #F0906C
Tints of Dark Salmon #F0906C
RGB
CMYK
RGB Variations
Color information
#F0906C (or 0xF0906C) is known color: Dark Salmon. HEX triplet: F0, 90 and 6C. RGB value is (240,144,108). Sum of RGB (Red+Green+Blue) = 240+144+108=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0906C is #0F6F93. Grayscale: #A8A8A8. Windows color (decimal): -1011604 or 7114992. OLE color: 7114992.
HSL color Cylindrical-coordinate representation of color #F0906C: hue angle of 16.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0906C is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 108 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.06 |
| HSL | 16.36º | 0.81% | 0.68% | - |
| HSV(B) | 16.36º | 0.55% | 0.94% | - |
| XYZ | 48.62 | 39.55 | 19.26 | - |
| YUV | 168.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 108 | 0 | 0.4 | 0.55 | 0.06 | 16.36 | 0.81 | 0.68 |
| Hex | F0 | 90 | 6C | 0 | 28 | 37 | 6 | 10 | 51 | 44 |
| Octal | 360 | 220 | 154 | 0 | 50 | 67 | 6 | 20 | 121 | 104 |
| Binary | 11110000 | 10010000 | 1101100 | 0 | 101000 | 110111 | 110 | 10000 | 1010001 | 1000100 |
Color Harmonies of #F0906C
Complementary color
Monochromatic Colors of #F0906C
Black with #F0906C
Text Example
Text Example
White with #F0906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0906C; }
p { color: rgb(240,144,108); }
H1.HeaderClassName
{
color: #F0906C;
}
.AnyTagClassName
{
color: #F0906C;
}
</style>
background-color css
<style>
a { background-color: #F0906C; }
a { background-color: rgb(240,144,108); }
div.DivClassName
{
background-color: #F0906C;
}
.BgClassName
{
background-color: #F0906C;
}
</style>
border-color css
<style>
span { border-color: #F0906C; }
span { border-color: rgb(240,144,108); }
td.TdClassName
{
border-color: #F0906C;
}
.TagClassName
{
border-color: #F0906C;
}
</style>