Shades of Dark Salmon #F0926D
Tints of Dark Salmon #F0926D
RGB
CMYK
RGB Variations
Color information
#F0926D (or 0xF0926D) is known color: Dark Salmon. HEX triplet: F0, 92 and 6D. RGB value is (240,146,109). Sum of RGB (Red+Green+Blue) = 240+146+109=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0926D is #0F6D92. Grayscale: #AAAAAA. Windows color (decimal): -1011091 or 7181040. OLE color: 7181040.
HSL color Cylindrical-coordinate representation of color #F0926D: hue angle of 16.95º 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 #F0926D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 109 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.06 |
| HSL | 16.95º | 0.81% | 0.68% | - |
| HSV(B) | 16.95º | 0.55% | 0.94% | - |
| XYZ | 48.97 | 40.19 | 19.64 | - |
| YUV | 169.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 109 | 0 | 0.39 | 0.55 | 0.06 | 16.95 | 0.81 | 0.68 |
| Hex | F0 | 92 | 6D | 0 | 27 | 37 | 6 | 11 | 51 | 44 |
| Octal | 360 | 222 | 155 | 0 | 47 | 67 | 6 | 21 | 121 | 104 |
| Binary | 11110000 | 10010010 | 1101101 | 0 | 100111 | 110111 | 110 | 10001 | 1010001 | 1000100 |
Color Harmonies of #F0926D
Complementary color
Monochromatic Colors of #F0926D
Black with #F0926D
Text Example
Text Example
White with #F0926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0926D; }
p { color: rgb(240,146,109); }
H1.HeaderClassName
{
color: #F0926D;
}
.AnyTagClassName
{
color: #F0926D;
}
</style>
background-color css
<style>
a { background-color: #F0926D; }
a { background-color: rgb(240,146,109); }
div.DivClassName
{
background-color: #F0926D;
}
.BgClassName
{
background-color: #F0926D;
}
</style>
border-color css
<style>
span { border-color: #F0926D; }
span { border-color: rgb(240,146,109); }
td.TdClassName
{
border-color: #F0926D;
}
.TagClassName
{
border-color: #F0926D;
}
</style>