Shades of Salmon #F98379
Tints of Salmon #F98379
RGB
CMYK
RGB Variations
Color information
#F98379 (or 0xF98379) is known color: Salmon. HEX triplet: F9, 83 and 79. RGB value is (249,131,121). Sum of RGB (Red+Green+Blue) = 249+131+121=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F98379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98379 is #067C86. Grayscale: #A5A5A5. Windows color (decimal): -425095 or 7963641. OLE color: 7963641.
HSL color Cylindrical-coordinate representation of color #F98379: hue angle of 4.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F98379 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 121 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 4.69º | 0.91% | 0.73% | - |
| HSV(B) | 4.69º | 0.51% | 0.98% | - |
| XYZ | 50.63 | 37.75 | 22.71 | - |
| YUV | 165.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 121 | 0 | 0.47 | 0.51 | 0.02 | 4.69 | 0.91 | 0.73 |
| Hex | F9 | 83 | 79 | 0 | 2F | 33 | 2 | 5 | 5B | 49 |
| Octal | 371 | 203 | 171 | 0 | 57 | 63 | 2 | 5 | 133 | 111 |
| Binary | 11111001 | 10000011 | 1111001 | 0 | 101111 | 110011 | 10 | 101 | 1011011 | 1001001 |
Color Harmonies of #F98379
Complementary color
Monochromatic Colors of #F98379
Black with #F98379
Text Example
Text Example
White with #F98379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98379; }
p { color: rgb(249,131,121); }
H1.HeaderClassName
{
color: #F98379;
}
.AnyTagClassName
{
color: #F98379;
}
</style>
background-color css
<style>
a { background-color: #F98379; }
a { background-color: rgb(249,131,121); }
div.DivClassName
{
background-color: #F98379;
}
.BgClassName
{
background-color: #F98379;
}
</style>
border-color css
<style>
span { border-color: #F98379; }
span { border-color: rgb(249,131,121); }
td.TdClassName
{
border-color: #F98379;
}
.TagClassName
{
border-color: #F98379;
}
</style>