Shades of Salmon #F98665
Tints of Salmon #F98665
RGB
CMYK
RGB Variations
Color information
#F98665 (or 0xF98665) is known color: Salmon. HEX triplet: F9, 86 and 65. RGB value is (249,134,101). Sum of RGB (Red+Green+Blue) = 249+134+101=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F98665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98665 is #06799A. Grayscale: #A4A4A4. Windows color (decimal): -424347 or 6653689. OLE color: 6653689.
HSL color Cylindrical-coordinate representation of color #F98665: hue angle of 13.38º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F98665 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 101 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.02 |
| HSL | 13.38º | 0.93% | 0.69% | - |
| HSV(B) | 13.38º | 0.59% | 0.98% | - |
| XYZ | 49.94 | 38.13 | 17.04 | - |
| YUV | 164.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 101 | 0 | 0.46 | 0.59 | 0.02 | 13.38 | 0.93 | 0.69 |
| Hex | F9 | 86 | 65 | 0 | 2E | 3B | 2 | D | 5C | 45 |
| Octal | 371 | 206 | 145 | 0 | 56 | 73 | 2 | 15 | 134 | 105 |
| Binary | 11111001 | 10000110 | 1100101 | 0 | 101110 | 111011 | 10 | 1101 | 1011100 | 1000101 |
Color Harmonies of #F98665
Complementary color
Monochromatic Colors of #F98665
Black with #F98665
Text Example
Text Example
White with #F98665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98665; }
p { color: rgb(249,134,101); }
H1.HeaderClassName
{
color: #F98665;
}
.AnyTagClassName
{
color: #F98665;
}
</style>
background-color css
<style>
a { background-color: #F98665; }
a { background-color: rgb(249,134,101); }
div.DivClassName
{
background-color: #F98665;
}
.BgClassName
{
background-color: #F98665;
}
</style>
border-color css
<style>
span { border-color: #F98665; }
span { border-color: rgb(249,134,101); }
td.TdClassName
{
border-color: #F98665;
}
.TagClassName
{
border-color: #F98665;
}
</style>