Shades of Salmon #F98267
Tints of Salmon #F98267
RGB
CMYK
RGB Variations
Color information
#F98267 (or 0xF98267) is known color: Salmon. HEX triplet: F9, 82 and 67. RGB value is (249,130,103). Sum of RGB (Red+Green+Blue) = 249+130+103=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98267 is #067D98. Grayscale: #A2A2A2. Windows color (decimal): -425369 or 6783737. OLE color: 6783737.
HSL color Cylindrical-coordinate representation of color #F98267: hue angle of 11.1º degrees, saturation: 0.92, 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 #F98267 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 103 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.02 |
| HSL | 11.1º | 0.92% | 0.69% | - |
| HSV(B) | 11.1º | 0.59% | 0.98% | - |
| XYZ | 49.5 | 37.08 | 17.38 | - |
| YUV | 162.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 103 | 0 | 0.48 | 0.59 | 0.02 | 11.1 | 0.92 | 0.69 |
| Hex | F9 | 82 | 67 | 0 | 30 | 3B | 2 | B | 5C | 45 |
| Octal | 371 | 202 | 147 | 0 | 60 | 73 | 2 | 13 | 134 | 105 |
| Binary | 11111001 | 10000010 | 1100111 | 0 | 110000 | 111011 | 10 | 1011 | 1011100 | 1000101 |
Color Harmonies of #F98267
Complementary color
Monochromatic Colors of #F98267
Black with #F98267
Text Example
Text Example
White with #F98267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98267; }
p { color: rgb(249,130,103); }
H1.HeaderClassName
{
color: #F98267;
}
.AnyTagClassName
{
color: #F98267;
}
</style>
background-color css
<style>
a { background-color: #F98267; }
a { background-color: rgb(249,130,103); }
div.DivClassName
{
background-color: #F98267;
}
.BgClassName
{
background-color: #F98267;
}
</style>
border-color css
<style>
span { border-color: #F98267; }
span { border-color: rgb(249,130,103); }
td.TdClassName
{
border-color: #F98267;
}
.TagClassName
{
border-color: #F98267;
}
</style>