Shades of Dark Salmon #F89172
Tints of Dark Salmon #F89172
RGB
CMYK
RGB Variations
Color information
#F89172 (or 0xF89172) is known color: Dark Salmon. HEX triplet: F8, 91 and 72. RGB value is (248,145,114). Sum of RGB (Red+Green+Blue) = 248+145+114=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F89172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89172 is #076E8D. Grayscale: #ACACAC. Windows color (decimal): -487054 or 7508472. OLE color: 7508472.
HSL color Cylindrical-coordinate representation of color #F89172: hue angle of 13.88º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F89172 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 114 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.03 |
| HSL | 13.88º | 0.91% | 0.71% | - |
| HSV(B) | 13.88º | 0.54% | 0.97% | - |
| XYZ | 51.87 | 41.42 | 21.18 | - |
| YUV | 172.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 114 | 0 | 0.42 | 0.54 | 0.03 | 13.88 | 0.91 | 0.71 |
| Hex | F8 | 91 | 72 | 0 | 2A | 36 | 3 | E | 5B | 47 |
| Octal | 370 | 221 | 162 | 0 | 52 | 66 | 3 | 16 | 133 | 107 |
| Binary | 11111000 | 10010001 | 1110010 | 0 | 101010 | 110110 | 11 | 1110 | 1011011 | 1000111 |
Color Harmonies of #F89172
Complementary color
Monochromatic Colors of #F89172
Black with #F89172
Text Example
Text Example
White with #F89172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89172; }
p { color: rgb(248,145,114); }
H1.HeaderClassName
{
color: #F89172;
}
.AnyTagClassName
{
color: #F89172;
}
</style>
background-color css
<style>
a { background-color: #F89172; }
a { background-color: rgb(248,145,114); }
div.DivClassName
{
background-color: #F89172;
}
.BgClassName
{
background-color: #F89172;
}
</style>
border-color css
<style>
span { border-color: #F89172; }
span { border-color: rgb(248,145,114); }
td.TdClassName
{
border-color: #F89172;
}
.TagClassName
{
border-color: #F89172;
}
</style>