Shades of Salmon #F98367
Tints of Salmon #F98367
RGB
CMYK
RGB Variations
Color information
#F98367 (or 0xF98367) is known color: Salmon. HEX triplet: F9, 83 and 67. RGB value is (249,131,103). Sum of RGB (Red+Green+Blue) = 249+131+103=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98367 is #067C98. Grayscale: #A3A3A3. Windows color (decimal): -425113 or 6783993. OLE color: 6783993.
HSL color Cylindrical-coordinate representation of color #F98367: hue angle of 11.51º 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 #F98367 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 103 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 11.51º | 0.92% | 0.69% | - |
| HSV(B) | 11.51º | 0.59% | 0.98% | - |
| XYZ | 49.63 | 37.35 | 17.43 | - |
| YUV | 163.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 103 | 0 | 0.47 | 0.59 | 0.02 | 11.51 | 0.92 | 0.69 |
| Hex | F9 | 83 | 67 | 0 | 2F | 3B | 2 | C | 5C | 45 |
| Octal | 371 | 203 | 147 | 0 | 57 | 73 | 2 | 14 | 134 | 105 |
| Binary | 11111001 | 10000011 | 1100111 | 0 | 101111 | 111011 | 10 | 1100 | 1011100 | 1000101 |
Color Harmonies of #F98367
Complementary color
Monochromatic Colors of #F98367
Black with #F98367
Text Example
Text Example
White with #F98367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98367; }
p { color: rgb(249,131,103); }
H1.HeaderClassName
{
color: #F98367;
}
.AnyTagClassName
{
color: #F98367;
}
</style>
background-color css
<style>
a { background-color: #F98367; }
a { background-color: rgb(249,131,103); }
div.DivClassName
{
background-color: #F98367;
}
.BgClassName
{
background-color: #F98367;
}
</style>
border-color css
<style>
span { border-color: #F98367; }
span { border-color: rgb(249,131,103); }
td.TdClassName
{
border-color: #F98367;
}
.TagClassName
{
border-color: #F98367;
}
</style>