Shades of Dark Salmon #F0957D
Tints of Dark Salmon #F0957D
RGB
CMYK
RGB Variations
Color information
#F0957D (or 0xF0957D) is known color: Dark Salmon. HEX triplet: F0, 95 and 7D. RGB value is (240,149,125). Sum of RGB (Red+Green+Blue) = 240+149+125=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0957D is #0F6A82. Grayscale: #ADADAD. Windows color (decimal): -1010307 or 8230384. OLE color: 8230384.
HSL color Cylindrical-coordinate representation of color #F0957D: hue angle of 12.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0957D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 125 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.06 |
| HSL | 12.52º | 0.79% | 0.72% | - |
| HSV(B) | 12.52º | 0.48% | 0.94% | - |
| XYZ | 50.38 | 41.5 | 24.76 | - |
| YUV | 173.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 125 | 0 | 0.38 | 0.48 | 0.06 | 12.52 | 0.79 | 0.72 |
| Hex | F0 | 95 | 7D | 0 | 26 | 30 | 6 | D | 4F | 48 |
| Octal | 360 | 225 | 175 | 0 | 46 | 60 | 6 | 15 | 117 | 110 |
| Binary | 11110000 | 10010101 | 1111101 | 0 | 100110 | 110000 | 110 | 1101 | 1001111 | 1001000 |
Color Harmonies of #F0957D
Complementary color
Monochromatic Colors of #F0957D
Black with #F0957D
Text Example
Text Example
White with #F0957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0957D; }
p { color: rgb(240,149,125); }
H1.HeaderClassName
{
color: #F0957D;
}
.AnyTagClassName
{
color: #F0957D;
}
</style>
background-color css
<style>
a { background-color: #F0957D; }
a { background-color: rgb(240,149,125); }
div.DivClassName
{
background-color: #F0957D;
}
.BgClassName
{
background-color: #F0957D;
}
</style>
border-color css
<style>
span { border-color: #F0957D; }
span { border-color: rgb(240,149,125); }
td.TdClassName
{
border-color: #F0957D;
}
.TagClassName
{
border-color: #F0957D;
}
</style>