Shades of Salmon #F98063
Tints of Salmon #F98063
RGB
CMYK
RGB Variations
Color information
#F98063 (or 0xF98063) is known color: Salmon. HEX triplet: F9, 80 and 63. RGB value is (249,128,99). Sum of RGB (Red+Green+Blue) = 249+128+99=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F98063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98063 is #067F9C. Grayscale: #A1A1A1. Windows color (decimal): -425885 or 6521081. OLE color: 6521081.
HSL color Cylindrical-coordinate representation of color #F98063: hue angle of 11.6º 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 #F98063 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 99 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.02 |
| HSL | 11.6º | 0.93% | 0.68% | - |
| HSV(B) | 11.6º | 0.6% | 0.98% | - |
| XYZ | 49.04 | 36.48 | 16.26 | - |
| YUV | 160.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 99 | 0 | 0.49 | 0.60 | 0.02 | 11.6 | 0.93 | 0.68 |
| Hex | F9 | 80 | 63 | 0 | 31 | 3C | 2 | C | 5D | 44 |
| Octal | 371 | 200 | 143 | 0 | 61 | 74 | 2 | 14 | 135 | 104 |
| Binary | 11111001 | 10000000 | 1100011 | 0 | 110001 | 111100 | 10 | 1100 | 1011101 | 1000100 |
Color Harmonies of #F98063
Complementary color
Monochromatic Colors of #F98063
Black with #F98063
Text Example
Text Example
White with #F98063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98063; }
p { color: rgb(249,128,99); }
H1.HeaderClassName
{
color: #F98063;
}
.AnyTagClassName
{
color: #F98063;
}
</style>
background-color css
<style>
a { background-color: #F98063; }
a { background-color: rgb(249,128,99); }
div.DivClassName
{
background-color: #F98063;
}
.BgClassName
{
background-color: #F98063;
}
</style>
border-color css
<style>
span { border-color: #F98063; }
span { border-color: rgb(249,128,99); }
td.TdClassName
{
border-color: #F98063;
}
.TagClassName
{
border-color: #F98063;
}
</style>