Shades of Dark Salmon #F08C72
Tints of Dark Salmon #F08C72
RGB
CMYK
RGB Variations
Color information
#F08C72 (or 0xF08C72) is known color: Dark Salmon. HEX triplet: F0, 8C and 72. RGB value is (240,140,114). Sum of RGB (Red+Green+Blue) = 240+140+114=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C72 is #0F738D. Grayscale: #A7A7A7. Windows color (decimal): -1012622 or 7507184. OLE color: 7507184.
HSL color Cylindrical-coordinate representation of color #F08C72: hue angle of 12.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08C72 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 114 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.06 |
| HSL | 12.38º | 0.81% | 0.69% | - |
| HSV(B) | 12.38º | 0.53% | 0.94% | - |
| XYZ | 48.35 | 38.5 | 20.8 | - |
| YUV | 166.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 114 | 0 | 0.42 | 0.52 | 0.06 | 12.38 | 0.81 | 0.69 |
| Hex | F0 | 8C | 72 | 0 | 2A | 34 | 6 | C | 51 | 45 |
| Octal | 360 | 214 | 162 | 0 | 52 | 64 | 6 | 14 | 121 | 105 |
| Binary | 11110000 | 10001100 | 1110010 | 0 | 101010 | 110100 | 110 | 1100 | 1010001 | 1000101 |
Color Harmonies of #F08C72
Complementary color
Monochromatic Colors of #F08C72
Black with #F08C72
Text Example
Text Example
White with #F08C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C72; }
p { color: rgb(240,140,114); }
H1.HeaderClassName
{
color: #F08C72;
}
.AnyTagClassName
{
color: #F08C72;
}
</style>
background-color css
<style>
a { background-color: #F08C72; }
a { background-color: rgb(240,140,114); }
div.DivClassName
{
background-color: #F08C72;
}
.BgClassName
{
background-color: #F08C72;
}
</style>
border-color css
<style>
span { border-color: #F08C72; }
span { border-color: rgb(240,140,114); }
td.TdClassName
{
border-color: #F08C72;
}
.TagClassName
{
border-color: #F08C72;
}
</style>