Shades of Salmon #F9807A
Tints of Salmon #F9807A
RGB
CMYK
RGB Variations
Color information
#F9807A (or 0xF9807A) is known color: Salmon. HEX triplet: F9, 80 and 7A. RGB value is (249,128,122). Sum of RGB (Red+Green+Blue) = 249+128+122=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9807A is #067F85. Grayscale: #A3A3A3. Windows color (decimal): -425862 or 8028409. OLE color: 8028409.
HSL color Cylindrical-coordinate representation of color #F9807A: hue angle of 2.83º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9807A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 122 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.02 |
| HSL | 2.83º | 0.91% | 0.73% | - |
| HSV(B) | 2.83º | 0.51% | 0.98% | - |
| XYZ | 50.3 | 36.98 | 22.9 | - |
| YUV | 163.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 122 | 0 | 0.49 | 0.51 | 0.02 | 2.83 | 0.91 | 0.73 |
| Hex | F9 | 80 | 7A | 0 | 31 | 33 | 2 | 3 | 5B | 49 |
| Octal | 371 | 200 | 172 | 0 | 61 | 63 | 2 | 3 | 133 | 111 |
| Binary | 11111001 | 10000000 | 1111010 | 0 | 110001 | 110011 | 10 | 11 | 1011011 | 1001001 |
Color Harmonies of #F9807A
Complementary color
Monochromatic Colors of #F9807A
Black with #F9807A
Text Example
Text Example
White with #F9807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9807A; }
p { color: rgb(249,128,122); }
H1.HeaderClassName
{
color: #F9807A;
}
.AnyTagClassName
{
color: #F9807A;
}
</style>
background-color css
<style>
a { background-color: #F9807A; }
a { background-color: rgb(249,128,122); }
div.DivClassName
{
background-color: #F9807A;
}
.BgClassName
{
background-color: #F9807A;
}
</style>
border-color css
<style>
span { border-color: #F9807A; }
span { border-color: rgb(249,128,122); }
td.TdClassName
{
border-color: #F9807A;
}
.TagClassName
{
border-color: #F9807A;
}
</style>