Shades of Dark Salmon #F29873
Tints of Dark Salmon #F29873
RGB
CMYK
RGB Variations
Color information
#F29873 (or 0xF29873) is known color: Dark Salmon. HEX triplet: F2, 98 and 73. RGB value is (242,152,115). Sum of RGB (Red+Green+Blue) = 242+152+115=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29873 is #0D678C. Grayscale: #AEAEAE. Windows color (decimal): -878477 or 7575794. OLE color: 7575794.
HSL color Cylindrical-coordinate representation of color #F29873: hue angle of 17.48º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29873 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 115 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.05 |
| HSL | 17.48º | 0.83% | 0.7% | - |
| HSV(B) | 17.48º | 0.52% | 0.95% | - |
| XYZ | 50.94 | 42.57 | 21.75 | - |
| YUV | 174.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 115 | 0 | 0.37 | 0.52 | 0.05 | 17.48 | 0.83 | 0.7 |
| Hex | F2 | 98 | 73 | 0 | 25 | 34 | 5 | 11 | 53 | 46 |
| Octal | 362 | 230 | 163 | 0 | 45 | 64 | 5 | 21 | 123 | 106 |
| Binary | 11110010 | 10011000 | 1110011 | 0 | 100101 | 110100 | 101 | 10001 | 1010011 | 1000110 |
Color Harmonies of #F29873
Complementary color
Monochromatic Colors of #F29873
Black with #F29873
Text Example
Text Example
White with #F29873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29873; }
p { color: rgb(242,152,115); }
H1.HeaderClassName
{
color: #F29873;
}
.AnyTagClassName
{
color: #F29873;
}
</style>
background-color css
<style>
a { background-color: #F29873; }
a { background-color: rgb(242,152,115); }
div.DivClassName
{
background-color: #F29873;
}
.BgClassName
{
background-color: #F29873;
}
</style>
border-color css
<style>
span { border-color: #F29873; }
span { border-color: rgb(242,152,115); }
td.TdClassName
{
border-color: #F29873;
}
.TagClassName
{
border-color: #F29873;
}
</style>