Shades of Salmon #F98A70
Tints of Salmon #F98A70
RGB
CMYK
RGB Variations
Color information
#F98A70 (or 0xF98A70) is known color: Salmon. HEX triplet: F9, 8A and 70. RGB value is (249,138,112). Sum of RGB (Red+Green+Blue) = 249+138+112=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A70 is #06758F. Grayscale: #A8A8A8. Windows color (decimal): -423312 or 7375609. OLE color: 7375609.
HSL color Cylindrical-coordinate representation of color #F98A70: hue angle of 11.39º 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 #F98A70 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 112 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.02 |
| HSL | 11.39º | 0.92% | 0.71% | - |
| HSV(B) | 11.39º | 0.55% | 0.98% | - |
| XYZ | 51.08 | 39.49 | 20.26 | - |
| YUV | 168.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 112 | 0 | 0.45 | 0.55 | 0.02 | 11.39 | 0.92 | 0.71 |
| Hex | F9 | 8A | 70 | 0 | 2D | 37 | 2 | B | 5C | 47 |
| Octal | 371 | 212 | 160 | 0 | 55 | 67 | 2 | 13 | 134 | 107 |
| Binary | 11111001 | 10001010 | 1110000 | 0 | 101101 | 110111 | 10 | 1011 | 1011100 | 1000111 |
Color Harmonies of #F98A70
Complementary color
Monochromatic Colors of #F98A70
Black with #F98A70
Text Example
Text Example
White with #F98A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A70; }
p { color: rgb(249,138,112); }
H1.HeaderClassName
{
color: #F98A70;
}
.AnyTagClassName
{
color: #F98A70;
}
</style>
background-color css
<style>
a { background-color: #F98A70; }
a { background-color: rgb(249,138,112); }
div.DivClassName
{
background-color: #F98A70;
}
.BgClassName
{
background-color: #F98A70;
}
</style>
border-color css
<style>
span { border-color: #F98A70; }
span { border-color: rgb(249,138,112); }
td.TdClassName
{
border-color: #F98A70;
}
.TagClassName
{
border-color: #F98A70;
}
</style>