Shades of Salmon #F98164
Tints of Salmon #F98164
RGB
CMYK
RGB Variations
Color information
#F98164 (or 0xF98164) is known color: Salmon. HEX triplet: F9, 81 and 64. RGB value is (249,129,100). Sum of RGB (Red+Green+Blue) = 249+129+100=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F98164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98164 is #067E9B. Grayscale: #A1A1A1. Windows color (decimal): -425628 or 6586873. OLE color: 6586873.
HSL color Cylindrical-coordinate representation of color #F98164: hue angle of 11.68º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F98164 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 100 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.02 |
| HSL | 11.68º | 0.93% | 0.68% | - |
| HSV(B) | 11.68º | 0.6% | 0.98% | - |
| XYZ | 49.22 | 36.76 | 16.56 | - |
| YUV | 161.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 100 | 0 | 0.48 | 0.60 | 0.02 | 11.68 | 0.93 | 0.68 |
| Hex | F9 | 81 | 64 | 0 | 30 | 3C | 2 | C | 5D | 44 |
| Octal | 371 | 201 | 144 | 0 | 60 | 74 | 2 | 14 | 135 | 104 |
| Binary | 11111001 | 10000001 | 1100100 | 0 | 110000 | 111100 | 10 | 1100 | 1011101 | 1000100 |
Color Harmonies of #F98164
Complementary color
Monochromatic Colors of #F98164
Black with #F98164
Text Example
Text Example
White with #F98164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98164; }
p { color: rgb(249,129,100); }
H1.HeaderClassName
{
color: #F98164;
}
.AnyTagClassName
{
color: #F98164;
}
</style>
background-color css
<style>
a { background-color: #F98164; }
a { background-color: rgb(249,129,100); }
div.DivClassName
{
background-color: #F98164;
}
.BgClassName
{
background-color: #F98164;
}
</style>
border-color css
<style>
span { border-color: #F98164; }
span { border-color: rgb(249,129,100); }
td.TdClassName
{
border-color: #F98164;
}
.TagClassName
{
border-color: #F98164;
}
</style>