Shades of Salmon #F98D73
Tints of Salmon #F98D73
RGB
CMYK
RGB Variations
Color information
#F98D73 (or 0xF98D73) is known color: Salmon. HEX triplet: F9, 8D and 73. RGB value is (249,141,115). Sum of RGB (Red+Green+Blue) = 249+141+115=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D73 is #06728C. Grayscale: #AAAAAA. Windows color (decimal): -422541 or 7572985. OLE color: 7572985.
HSL color Cylindrical-coordinate representation of color #F98D73: hue angle of 11.64º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F98D73 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 115 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 11.64º | 0.92% | 0.71% | - |
| HSV(B) | 11.64º | 0.54% | 0.98% | - |
| XYZ | 51.69 | 40.43 | 21.3 | - |
| YUV | 170.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 115 | 0 | 0.43 | 0.54 | 0.02 | 11.64 | 0.92 | 0.71 |
| Hex | F9 | 8D | 73 | 0 | 2B | 36 | 2 | C | 5C | 47 |
| Octal | 371 | 215 | 163 | 0 | 53 | 66 | 2 | 14 | 134 | 107 |
| Binary | 11111001 | 10001101 | 1110011 | 0 | 101011 | 110110 | 10 | 1100 | 1011100 | 1000111 |
Color Harmonies of #F98D73
Complementary color
Monochromatic Colors of #F98D73
Black with #F98D73
Text Example
Text Example
White with #F98D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D73; }
p { color: rgb(249,141,115); }
H1.HeaderClassName
{
color: #F98D73;
}
.AnyTagClassName
{
color: #F98D73;
}
</style>
background-color css
<style>
a { background-color: #F98D73; }
a { background-color: rgb(249,141,115); }
div.DivClassName
{
background-color: #F98D73;
}
.BgClassName
{
background-color: #F98D73;
}
</style>
border-color css
<style>
span { border-color: #F98D73; }
span { border-color: rgb(249,141,115); }
td.TdClassName
{
border-color: #F98D73;
}
.TagClassName
{
border-color: #F98D73;
}
</style>