Shades of Salmon #F98565
Tints of Salmon #F98565
RGB
CMYK
RGB Variations
Color information
#F98565 (or 0xF98565) is known color: Salmon. HEX triplet: F9, 85 and 65. RGB value is (249,133,101). Sum of RGB (Red+Green+Blue) = 249+133+101=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98565 is #067A9A. Grayscale: #A4A4A4. Windows color (decimal): -424603 or 6653433. OLE color: 6653433.
HSL color Cylindrical-coordinate representation of color #F98565: hue angle of 12.97º 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 #F98565 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 101 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 12.97º | 0.93% | 0.69% | - |
| HSV(B) | 12.97º | 0.59% | 0.98% | - |
| XYZ | 49.8 | 37.85 | 16.99 | - |
| YUV | 164.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 101 | 0 | 0.47 | 0.59 | 0.02 | 12.97 | 0.93 | 0.69 |
| Hex | F9 | 85 | 65 | 0 | 2F | 3B | 2 | D | 5C | 45 |
| Octal | 371 | 205 | 145 | 0 | 57 | 73 | 2 | 15 | 134 | 105 |
| Binary | 11111001 | 10000101 | 1100101 | 0 | 101111 | 111011 | 10 | 1101 | 1011100 | 1000101 |
Color Harmonies of #F98565
Complementary color
Monochromatic Colors of #F98565
Black with #F98565
Text Example
Text Example
White with #F98565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98565; }
p { color: rgb(249,133,101); }
H1.HeaderClassName
{
color: #F98565;
}
.AnyTagClassName
{
color: #F98565;
}
</style>
background-color css
<style>
a { background-color: #F98565; }
a { background-color: rgb(249,133,101); }
div.DivClassName
{
background-color: #F98565;
}
.BgClassName
{
background-color: #F98565;
}
</style>
border-color css
<style>
span { border-color: #F98565; }
span { border-color: rgb(249,133,101); }
td.TdClassName
{
border-color: #F98565;
}
.TagClassName
{
border-color: #F98565;
}
</style>