Shades of Salmon #F8836E
Tints of Salmon #F8836E
RGB
CMYK
RGB Variations
Color information
#F8836E (or 0xF8836E) is known color: Salmon. HEX triplet: F8, 83 and 6E. RGB value is (248,131,110). Sum of RGB (Red+Green+Blue) = 248+131+110=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8836E is #077C91. Grayscale: #A3A3A3. Windows color (decimal): -490642 or 7242744. OLE color: 7242744.
HSL color Cylindrical-coordinate representation of color #F8836E: hue angle of 9.13º 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 #F8836E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 110 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.13º | 0.91% | 0.7% | - |
| HSV(B) | 9.13º | 0.56% | 0.97% | - |
| XYZ | 49.64 | 37.31 | 19.34 | - |
| YUV | 163.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 110 | 0 | 0.47 | 0.56 | 0.03 | 9.13 | 0.91 | 0.7 |
| Hex | F8 | 83 | 6E | 0 | 2F | 38 | 3 | 9 | 5B | 46 |
| Octal | 370 | 203 | 156 | 0 | 57 | 70 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000011 | 1101110 | 0 | 101111 | 111000 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8836E
Complementary color
Monochromatic Colors of #F8836E
Black with #F8836E
Text Example
Text Example
White with #F8836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8836E; }
p { color: rgb(248,131,110); }
H1.HeaderClassName
{
color: #F8836E;
}
.AnyTagClassName
{
color: #F8836E;
}
</style>
background-color css
<style>
a { background-color: #F8836E; }
a { background-color: rgb(248,131,110); }
div.DivClassName
{
background-color: #F8836E;
}
.BgClassName
{
background-color: #F8836E;
}
</style>
border-color css
<style>
span { border-color: #F8836E; }
span { border-color: rgb(248,131,110); }
td.TdClassName
{
border-color: #F8836E;
}
.TagClassName
{
border-color: #F8836E;
}
</style>