Shades of Salmon #F9816C
Tints of Salmon #F9816C
RGB
CMYK
RGB Variations
Color information
#F9816C (or 0xF9816C) is known color: Salmon. HEX triplet: F9, 81 and 6C. RGB value is (249,129,108). Sum of RGB (Red+Green+Blue) = 249+129+108=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9816C is #067E93. Grayscale: #A2A2A2. Windows color (decimal): -425620 or 7111161. OLE color: 7111161.
HSL color Cylindrical-coordinate representation of color #F9816C: hue angle of 8.94º 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 #F9816C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 8.94º | 0.92% | 0.7% | - |
| HSV(B) | 8.94º | 0.57% | 0.98% | - |
| XYZ | 49.62 | 36.92 | 18.7 | - |
| YUV | 162.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 108 | 0 | 0.48 | 0.57 | 0.02 | 8.94 | 0.92 | 0.7 |
| Hex | F9 | 81 | 6C | 0 | 30 | 39 | 2 | 9 | 5C | 46 |
| Octal | 371 | 201 | 154 | 0 | 60 | 71 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000001 | 1101100 | 0 | 110000 | 111001 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9816C
Complementary color
Monochromatic Colors of #F9816C
Black with #F9816C
Text Example
Text Example
White with #F9816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9816C; }
p { color: rgb(249,129,108); }
H1.HeaderClassName
{
color: #F9816C;
}
.AnyTagClassName
{
color: #F9816C;
}
</style>
background-color css
<style>
a { background-color: #F9816C; }
a { background-color: rgb(249,129,108); }
div.DivClassName
{
background-color: #F9816C;
}
.BgClassName
{
background-color: #F9816C;
}
</style>
border-color css
<style>
span { border-color: #F9816C; }
span { border-color: rgb(249,129,108); }
td.TdClassName
{
border-color: #F9816C;
}
.TagClassName
{
border-color: #F9816C;
}
</style>