Shades of Salmon #F9826C
Tints of Salmon #F9826C
RGB
CMYK
RGB Variations
Color information
#F9826C (or 0xF9826C) is known color: Salmon. HEX triplet: F9, 82 and 6C. RGB value is (249,130,108). Sum of RGB (Red+Green+Blue) = 249+130+108=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9826C is #067D93. Grayscale: #A3A3A3. Windows color (decimal): -425364 or 7111417. OLE color: 7111417.
HSL color Cylindrical-coordinate representation of color #F9826C: hue angle of 9.36º 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 #F9826C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 9.36º | 0.92% | 0.7% | - |
| HSV(B) | 9.36º | 0.57% | 0.98% | - |
| XYZ | 49.76 | 37.19 | 18.74 | - |
| YUV | 163.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 108 | 0 | 0.48 | 0.57 | 0.02 | 9.36 | 0.92 | 0.7 |
| Hex | F9 | 82 | 6C | 0 | 30 | 39 | 2 | 9 | 5C | 46 |
| Octal | 371 | 202 | 154 | 0 | 60 | 71 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000010 | 1101100 | 0 | 110000 | 111001 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9826C
Complementary color
Monochromatic Colors of #F9826C
Black with #F9826C
Text Example
Text Example
White with #F9826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9826C; }
p { color: rgb(249,130,108); }
H1.HeaderClassName
{
color: #F9826C;
}
.AnyTagClassName
{
color: #F9826C;
}
</style>
background-color css
<style>
a { background-color: #F9826C; }
a { background-color: rgb(249,130,108); }
div.DivClassName
{
background-color: #F9826C;
}
.BgClassName
{
background-color: #F9826C;
}
</style>
border-color css
<style>
span { border-color: #F9826C; }
span { border-color: rgb(249,130,108); }
td.TdClassName
{
border-color: #F9826C;
}
.TagClassName
{
border-color: #F9826C;
}
</style>