Shades of Salmon #F98770
Tints of Salmon #F98770
RGB
CMYK
RGB Variations
Color information
#F98770 (or 0xF98770) is known color: Salmon. HEX triplet: F9, 87 and 70. RGB value is (249,135,112). Sum of RGB (Red+Green+Blue) = 249+135+112=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98770 is #06788F. Grayscale: #A6A6A6. Windows color (decimal): -424080 or 7374841. OLE color: 7374841.
HSL color Cylindrical-coordinate representation of color #F98770: hue angle of 10.07º 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 #F98770 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 112 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.02 |
| HSL | 10.07º | 0.92% | 0.71% | - |
| HSV(B) | 10.07º | 0.55% | 0.98% | - |
| XYZ | 50.66 | 38.64 | 20.12 | - |
| YUV | 166.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 112 | 0 | 0.46 | 0.55 | 0.02 | 10.07 | 0.92 | 0.71 |
| Hex | F9 | 87 | 70 | 0 | 2E | 37 | 2 | A | 5C | 47 |
| Octal | 371 | 207 | 160 | 0 | 56 | 67 | 2 | 12 | 134 | 107 |
| Binary | 11111001 | 10000111 | 1110000 | 0 | 101110 | 110111 | 10 | 1010 | 1011100 | 1000111 |
Color Harmonies of #F98770
Complementary color
Monochromatic Colors of #F98770
Black with #F98770
Text Example
Text Example
White with #F98770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98770; }
p { color: rgb(249,135,112); }
H1.HeaderClassName
{
color: #F98770;
}
.AnyTagClassName
{
color: #F98770;
}
</style>
background-color css
<style>
a { background-color: #F98770; }
a { background-color: rgb(249,135,112); }
div.DivClassName
{
background-color: #F98770;
}
.BgClassName
{
background-color: #F98770;
}
</style>
border-color css
<style>
span { border-color: #F98770; }
span { border-color: rgb(249,135,112); }
td.TdClassName
{
border-color: #F98770;
}
.TagClassName
{
border-color: #F98770;
}
</style>