Shades of Dark Salmon #F0936C
Tints of Dark Salmon #F0936C
RGB
CMYK
RGB Variations
Color information
#F0936C (or 0xF0936C) is known color: Dark Salmon. HEX triplet: F0, 93 and 6C. RGB value is (240,147,108). Sum of RGB (Red+Green+Blue) = 240+147+108=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0936C is #0F6C93. Grayscale: #AAAAAA. Windows color (decimal): -1010836 or 7115760. OLE color: 7115760.
HSL color Cylindrical-coordinate representation of color #F0936C: hue angle of 17.73º 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 #F0936C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.06 |
| HSL | 17.73º | 0.81% | 0.68% | - |
| HSV(B) | 17.73º | 0.55% | 0.94% | - |
| XYZ | 49.08 | 40.48 | 19.41 | - |
| YUV | 170.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 108 | 0 | 0.39 | 0.55 | 0.06 | 17.73 | 0.81 | 0.68 |
| Hex | F0 | 93 | 6C | 0 | 27 | 37 | 6 | 12 | 51 | 44 |
| Octal | 360 | 223 | 154 | 0 | 47 | 67 | 6 | 22 | 121 | 104 |
| Binary | 11110000 | 10010011 | 1101100 | 0 | 100111 | 110111 | 110 | 10010 | 1010001 | 1000100 |
Color Harmonies of #F0936C
Complementary color
Monochromatic Colors of #F0936C
Black with #F0936C
Text Example
Text Example
White with #F0936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0936C; }
p { color: rgb(240,147,108); }
H1.HeaderClassName
{
color: #F0936C;
}
.AnyTagClassName
{
color: #F0936C;
}
</style>
background-color css
<style>
a { background-color: #F0936C; }
a { background-color: rgb(240,147,108); }
div.DivClassName
{
background-color: #F0936C;
}
.BgClassName
{
background-color: #F0936C;
}
</style>
border-color css
<style>
span { border-color: #F0936C; }
span { border-color: rgb(240,147,108); }
td.TdClassName
{
border-color: #F0936C;
}
.TagClassName
{
border-color: #F0936C;
}
</style>