Shades of Salmon #F8816D
Tints of Salmon #F8816D
RGB
CMYK
RGB Variations
Color information
#F8816D (or 0xF8816D) is known color: Salmon. HEX triplet: F8, 81 and 6D. RGB value is (248,129,109). Sum of RGB (Red+Green+Blue) = 248+129+109=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8816D is #077E92. Grayscale: #A2A2A2. Windows color (decimal): -491155 or 7176696. OLE color: 7176696.
HSL color Cylindrical-coordinate representation of color #F8816D: hue angle of 8.63º 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 #F8816D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.03 |
| HSL | 8.63º | 0.91% | 0.7% | - |
| HSV(B) | 8.63º | 0.56% | 0.97% | - |
| XYZ | 49.32 | 36.76 | 18.96 | - |
| YUV | 162.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 109 | 0 | 0.48 | 0.56 | 0.03 | 8.63 | 0.91 | 0.7 |
| Hex | F8 | 81 | 6D | 0 | 30 | 38 | 3 | 9 | 5B | 46 |
| Octal | 370 | 201 | 155 | 0 | 60 | 70 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000001 | 1101101 | 0 | 110000 | 111000 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8816D
Complementary color
Monochromatic Colors of #F8816D
Black with #F8816D
Text Example
Text Example
White with #F8816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8816D; }
p { color: rgb(248,129,109); }
H1.HeaderClassName
{
color: #F8816D;
}
.AnyTagClassName
{
color: #F8816D;
}
</style>
background-color css
<style>
a { background-color: #F8816D; }
a { background-color: rgb(248,129,109); }
div.DivClassName
{
background-color: #F8816D;
}
.BgClassName
{
background-color: #F8816D;
}
</style>
border-color css
<style>
span { border-color: #F8816D; }
span { border-color: rgb(248,129,109); }
td.TdClassName
{
border-color: #F8816D;
}
.TagClassName
{
border-color: #F8816D;
}
</style>