Shades of Salmon #F98E70
Tints of Salmon #F98E70
RGB
CMYK
RGB Variations
Color information
#F98E70 (or 0xF98E70) is known color: Salmon. HEX triplet: F9, 8E and 70. RGB value is (249,142,112). Sum of RGB (Red+Green+Blue) = 249+142+112=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E70 is #06718F. Grayscale: #AAAAAA. Windows color (decimal): -422288 or 7376633. OLE color: 7376633.
HSL color Cylindrical-coordinate representation of color #F98E70: hue angle of 13.14º 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 #F98E70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 112 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.02 |
| HSL | 13.14º | 0.92% | 0.71% | - |
| HSV(B) | 13.14º | 0.55% | 0.98% | - |
| XYZ | 51.66 | 40.66 | 20.45 | - |
| YUV | 170.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 112 | 0 | 0.43 | 0.55 | 0.02 | 13.14 | 0.92 | 0.71 |
| Hex | F9 | 8E | 70 | 0 | 2B | 37 | 2 | D | 5C | 47 |
| Octal | 371 | 216 | 160 | 0 | 53 | 67 | 2 | 15 | 134 | 107 |
| Binary | 11111001 | 10001110 | 1110000 | 0 | 101011 | 110111 | 10 | 1101 | 1011100 | 1000111 |
Color Harmonies of #F98E70
Complementary color
Monochromatic Colors of #F98E70
Black with #F98E70
Text Example
Text Example
White with #F98E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E70; }
p { color: rgb(249,142,112); }
H1.HeaderClassName
{
color: #F98E70;
}
.AnyTagClassName
{
color: #F98E70;
}
</style>
background-color css
<style>
a { background-color: #F98E70; }
a { background-color: rgb(249,142,112); }
div.DivClassName
{
background-color: #F98E70;
}
.BgClassName
{
background-color: #F98E70;
}
</style>
border-color css
<style>
span { border-color: #F98E70; }
span { border-color: rgb(249,142,112); }
td.TdClassName
{
border-color: #F98E70;
}
.TagClassName
{
border-color: #F98E70;
}
</style>