Shades of Salmon #F9826B
Tints of Salmon #F9826B
RGB
CMYK
RGB Variations
Color information
#F9826B (or 0xF9826B) is known color: Salmon. HEX triplet: F9, 82 and 6B. RGB value is (249,130,107). Sum of RGB (Red+Green+Blue) = 249+130+107=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9826B is #067D94. Grayscale: #A3A3A3. Windows color (decimal): -425365 or 7045881. OLE color: 7045881.
HSL color Cylindrical-coordinate representation of color #F9826B: hue angle of 9.72º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9826B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 107 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 9.72º | 0.92% | 0.7% | - |
| HSV(B) | 9.72º | 0.57% | 0.98% | - |
| XYZ | 49.7 | 37.17 | 18.46 | - |
| YUV | 162.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 107 | 0 | 0.48 | 0.57 | 0.02 | 9.72 | 0.92 | 0.7 |
| Hex | F9 | 82 | 6B | 0 | 30 | 39 | 2 | A | 5C | 46 |
| Octal | 371 | 202 | 153 | 0 | 60 | 71 | 2 | 12 | 134 | 106 |
| Binary | 11111001 | 10000010 | 1101011 | 0 | 110000 | 111001 | 10 | 1010 | 1011100 | 1000110 |
Color Harmonies of #F9826B
Complementary color
Monochromatic Colors of #F9826B
Black with #F9826B
Text Example
Text Example
White with #F9826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9826B; }
p { color: rgb(249,130,107); }
H1.HeaderClassName
{
color: #F9826B;
}
.AnyTagClassName
{
color: #F9826B;
}
</style>
background-color css
<style>
a { background-color: #F9826B; }
a { background-color: rgb(249,130,107); }
div.DivClassName
{
background-color: #F9826B;
}
.BgClassName
{
background-color: #F9826B;
}
</style>
border-color css
<style>
span { border-color: #F9826B; }
span { border-color: rgb(249,130,107); }
td.TdClassName
{
border-color: #F9826B;
}
.TagClassName
{
border-color: #F9826B;
}
</style>