Shades of Salmon #F98567
Tints of Salmon #F98567
RGB
CMYK
RGB Variations
Color information
#F98567 (or 0xF98567) is known color: Salmon. HEX triplet: F9, 85 and 67. RGB value is (249,133,103). Sum of RGB (Red+Green+Blue) = 249+133+103=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98567 is #067A98. Grayscale: #A4A4A4. Windows color (decimal): -424601 or 6784505. OLE color: 6784505.
HSL color Cylindrical-coordinate representation of color #F98567: hue angle of 12.33º 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 #F98567 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 103 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 12.33º | 0.92% | 0.69% | - |
| HSV(B) | 12.33º | 0.59% | 0.98% | - |
| XYZ | 49.9 | 37.89 | 17.52 | - |
| YUV | 164.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 103 | 0 | 0.47 | 0.59 | 0.02 | 12.33 | 0.92 | 0.69 |
| Hex | F9 | 85 | 67 | 0 | 2F | 3B | 2 | C | 5C | 45 |
| Octal | 371 | 205 | 147 | 0 | 57 | 73 | 2 | 14 | 134 | 105 |
| Binary | 11111001 | 10000101 | 1100111 | 0 | 101111 | 111011 | 10 | 1100 | 1011100 | 1000101 |
Color Harmonies of #F98567
Complementary color
Monochromatic Colors of #F98567
Black with #F98567
Text Example
Text Example
White with #F98567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98567; }
p { color: rgb(249,133,103); }
H1.HeaderClassName
{
color: #F98567;
}
.AnyTagClassName
{
color: #F98567;
}
</style>
background-color css
<style>
a { background-color: #F98567; }
a { background-color: rgb(249,133,103); }
div.DivClassName
{
background-color: #F98567;
}
.BgClassName
{
background-color: #F98567;
}
</style>
border-color css
<style>
span { border-color: #F98567; }
span { border-color: rgb(249,133,103); }
td.TdClassName
{
border-color: #F98567;
}
.TagClassName
{
border-color: #F98567;
}
</style>