Shades of Salmon #F8826D
Tints of Salmon #F8826D
RGB
CMYK
RGB Variations
Color information
#F8826D (or 0xF8826D) is known color: Salmon. HEX triplet: F8, 82 and 6D. RGB value is (248,130,109). Sum of RGB (Red+Green+Blue) = 248+130+109=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8826D is #077D92. Grayscale: #A3A3A3. Windows color (decimal): -490899 or 7176952. OLE color: 7176952.
HSL color Cylindrical-coordinate representation of color #F8826D: hue angle of 9.06º 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 #F8826D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.03 |
| HSL | 9.06º | 0.91% | 0.7% | - |
| HSV(B) | 9.06º | 0.56% | 0.97% | - |
| XYZ | 49.45 | 37.03 | 19.01 | - |
| YUV | 162.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 109 | 0 | 0.48 | 0.56 | 0.03 | 9.06 | 0.91 | 0.7 |
| Hex | F8 | 82 | 6D | 0 | 30 | 38 | 3 | 9 | 5B | 46 |
| Octal | 370 | 202 | 155 | 0 | 60 | 70 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000010 | 1101101 | 0 | 110000 | 111000 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8826D
Complementary color
Monochromatic Colors of #F8826D
Black with #F8826D
Text Example
Text Example
White with #F8826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8826D; }
p { color: rgb(248,130,109); }
H1.HeaderClassName
{
color: #F8826D;
}
.AnyTagClassName
{
color: #F8826D;
}
</style>
background-color css
<style>
a { background-color: #F8826D; }
a { background-color: rgb(248,130,109); }
div.DivClassName
{
background-color: #F8826D;
}
.BgClassName
{
background-color: #F8826D;
}
</style>
border-color css
<style>
span { border-color: #F8826D; }
span { border-color: rgb(248,130,109); }
td.TdClassName
{
border-color: #F8826D;
}
.TagClassName
{
border-color: #F8826D;
}
</style>