Shades of Salmon #F98A6C
Tints of Salmon #F98A6C
RGB
CMYK
RGB Variations
Color information
#F98A6C (or 0xF98A6C) is known color: Salmon. HEX triplet: F9, 8A and 6C. RGB value is (249,138,108). Sum of RGB (Red+Green+Blue) = 249+138+108=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A6C is #067593. Grayscale: #A8A8A8. Windows color (decimal): -423316 or 7113465. OLE color: 7113465.
HSL color Cylindrical-coordinate representation of color #F98A6C: hue angle of 12.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F98A6C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 108 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.77º | 0.92% | 0.7% | - |
| HSV(B) | 12.77º | 0.57% | 0.98% | - |
| XYZ | 50.86 | 39.4 | 19.11 | - |
| YUV | 167.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 108 | 0 | 0.45 | 0.57 | 0.02 | 12.77 | 0.92 | 0.7 |
| Hex | F9 | 8A | 6C | 0 | 2D | 39 | 2 | D | 5C | 46 |
| Octal | 371 | 212 | 154 | 0 | 55 | 71 | 2 | 15 | 134 | 106 |
| Binary | 11111001 | 10001010 | 1101100 | 0 | 101101 | 111001 | 10 | 1101 | 1011100 | 1000110 |
Color Harmonies of #F98A6C
Complementary color
Monochromatic Colors of #F98A6C
Black with #F98A6C
Text Example
Text Example
White with #F98A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A6C; }
p { color: rgb(249,138,108); }
H1.HeaderClassName
{
color: #F98A6C;
}
.AnyTagClassName
{
color: #F98A6C;
}
</style>
background-color css
<style>
a { background-color: #F98A6C; }
a { background-color: rgb(249,138,108); }
div.DivClassName
{
background-color: #F98A6C;
}
.BgClassName
{
background-color: #F98A6C;
}
</style>
border-color css
<style>
span { border-color: #F98A6C; }
span { border-color: rgb(249,138,108); }
td.TdClassName
{
border-color: #F98A6C;
}
.TagClassName
{
border-color: #F98A6C;
}
</style>