Shades of Salmon #F98C70
Tints of Salmon #F98C70
RGB
CMYK
RGB Variations
Color information
#F98C70 (or 0xF98C70) is known color: Salmon. HEX triplet: F9, 8C and 70. RGB value is (249,140,112). Sum of RGB (Red+Green+Blue) = 249+140+112=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C70 is #06738F. Grayscale: #A9A9A9. Windows color (decimal): -422800 or 7376121. OLE color: 7376121.
HSL color Cylindrical-coordinate representation of color #F98C70: hue angle of 12.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F98C70 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 112 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.02 |
| HSL | 12.26º | 0.92% | 0.71% | - |
| HSV(B) | 12.26º | 0.55% | 0.98% | - |
| XYZ | 51.37 | 40.07 | 20.36 | - |
| YUV | 169.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 112 | 0 | 0.44 | 0.55 | 0.02 | 12.26 | 0.92 | 0.71 |
| Hex | F9 | 8C | 70 | 0 | 2C | 37 | 2 | C | 5C | 47 |
| Octal | 371 | 214 | 160 | 0 | 54 | 67 | 2 | 14 | 134 | 107 |
| Binary | 11111001 | 10001100 | 1110000 | 0 | 101100 | 110111 | 10 | 1100 | 1011100 | 1000111 |
Color Harmonies of #F98C70
Complementary color
Monochromatic Colors of #F98C70
Black with #F98C70
Text Example
Text Example
White with #F98C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C70; }
p { color: rgb(249,140,112); }
H1.HeaderClassName
{
color: #F98C70;
}
.AnyTagClassName
{
color: #F98C70;
}
</style>
background-color css
<style>
a { background-color: #F98C70; }
a { background-color: rgb(249,140,112); }
div.DivClassName
{
background-color: #F98C70;
}
.BgClassName
{
background-color: #F98C70;
}
</style>
border-color css
<style>
span { border-color: #F98C70; }
span { border-color: rgb(249,140,112); }
td.TdClassName
{
border-color: #F98C70;
}
.TagClassName
{
border-color: #F98C70;
}
</style>