Shades of Salmon #F9826D
Tints of Salmon #F9826D
RGB
CMYK
RGB Variations
Color information
#F9826D (or 0xF9826D) is known color: Salmon. HEX triplet: F9, 82 and 6D. RGB value is (249,130,109). Sum of RGB (Red+Green+Blue) = 249+130+109=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9826D is #067D92. Grayscale: #A3A3A3. Windows color (decimal): -425363 or 7176953. OLE color: 7176953.
HSL color Cylindrical-coordinate representation of color #F9826D: hue angle of 9º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9826D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.02 |
| HSL | 9º | 0.92% | 0.7% | - |
| HSV(B) | 9º | 0.56% | 0.98% | - |
| XYZ | 49.81 | 37.21 | 19.02 | - |
| YUV | 163.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 109 | 0 | 0.48 | 0.56 | 0.02 | 9 | 0.92 | 0.7 |
| Hex | F9 | 82 | 6D | 0 | 30 | 38 | 2 | 9 | 5C | 46 |
| Octal | 371 | 202 | 155 | 0 | 60 | 70 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000010 | 1101101 | 0 | 110000 | 111000 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9826D
Complementary color
Monochromatic Colors of #F9826D
Black with #F9826D
Text Example
Text Example
White with #F9826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9826D; }
p { color: rgb(249,130,109); }
H1.HeaderClassName
{
color: #F9826D;
}
.AnyTagClassName
{
color: #F9826D;
}
</style>
background-color css
<style>
a { background-color: #F9826D; }
a { background-color: rgb(249,130,109); }
div.DivClassName
{
background-color: #F9826D;
}
.BgClassName
{
background-color: #F9826D;
}
</style>
border-color css
<style>
span { border-color: #F9826D; }
span { border-color: rgb(249,130,109); }
td.TdClassName
{
border-color: #F9826D;
}
.TagClassName
{
border-color: #F9826D;
}
</style>