Shades of Salmon #F98669
Tints of Salmon #F98669
RGB
CMYK
RGB Variations
Color information
#F98669 (or 0xF98669) is known color: Salmon. HEX triplet: F9, 86 and 69. RGB value is (249,134,105). Sum of RGB (Red+Green+Blue) = 249+134+105=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F98669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98669 is #067996. Grayscale: #A5A5A5. Windows color (decimal): -424343 or 6915833. OLE color: 6915833.
HSL color Cylindrical-coordinate representation of color #F98669: hue angle of 12.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F98669 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 105 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.02 |
| HSL | 12.08º | 0.92% | 0.69% | - |
| HSV(B) | 12.08º | 0.58% | 0.98% | - |
| XYZ | 50.14 | 38.21 | 18.1 | - |
| YUV | 165.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 105 | 0 | 0.46 | 0.58 | 0.02 | 12.08 | 0.92 | 0.69 |
| Hex | F9 | 86 | 69 | 0 | 2E | 3A | 2 | C | 5C | 45 |
| Octal | 371 | 206 | 151 | 0 | 56 | 72 | 2 | 14 | 134 | 105 |
| Binary | 11111001 | 10000110 | 1101001 | 0 | 101110 | 111010 | 10 | 1100 | 1011100 | 1000101 |
Color Harmonies of #F98669
Complementary color
Monochromatic Colors of #F98669
Black with #F98669
Text Example
Text Example
White with #F98669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98669; }
p { color: rgb(249,134,105); }
H1.HeaderClassName
{
color: #F98669;
}
.AnyTagClassName
{
color: #F98669;
}
</style>
background-color css
<style>
a { background-color: #F98669; }
a { background-color: rgb(249,134,105); }
div.DivClassName
{
background-color: #F98669;
}
.BgClassName
{
background-color: #F98669;
}
</style>
border-color css
<style>
span { border-color: #F98669; }
span { border-color: rgb(249,134,105); }
td.TdClassName
{
border-color: #F98669;
}
.TagClassName
{
border-color: #F98669;
}
</style>