Shades of Salmon #F8836D
Tints of Salmon #F8836D
RGB
CMYK
RGB Variations
Color information
#F8836D (or 0xF8836D) is known color: Salmon. HEX triplet: F8, 83 and 6D. RGB value is (248,131,109). Sum of RGB (Red+Green+Blue) = 248+131+109=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8836D is #077C92. Grayscale: #A3A3A3. Windows color (decimal): -490643 or 7177208. OLE color: 7177208.
HSL color Cylindrical-coordinate representation of color #F8836D: hue angle of 9.5º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8836D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.5º | 0.91% | 0.7% | - |
| HSV(B) | 9.5º | 0.56% | 0.97% | - |
| XYZ | 49.59 | 37.29 | 19.05 | - |
| YUV | 163.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 109 | 0 | 0.47 | 0.56 | 0.03 | 9.5 | 0.91 | 0.7 |
| Hex | F8 | 83 | 6D | 0 | 2F | 38 | 3 | 9 | 5B | 46 |
| Octal | 370 | 203 | 155 | 0 | 57 | 70 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000011 | 1101101 | 0 | 101111 | 111000 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8836D
Complementary color
Monochromatic Colors of #F8836D
Black with #F8836D
Text Example
Text Example
White with #F8836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8836D; }
p { color: rgb(248,131,109); }
H1.HeaderClassName
{
color: #F8836D;
}
.AnyTagClassName
{
color: #F8836D;
}
</style>
background-color css
<style>
a { background-color: #F8836D; }
a { background-color: rgb(248,131,109); }
div.DivClassName
{
background-color: #F8836D;
}
.BgClassName
{
background-color: #F8836D;
}
</style>
border-color css
<style>
span { border-color: #F8836D; }
span { border-color: rgb(248,131,109); }
td.TdClassName
{
border-color: #F8836D;
}
.TagClassName
{
border-color: #F8836D;
}
</style>