Shades of Salmon #F8886A
Tints of Salmon #F8886A
RGB
CMYK
RGB Variations
Color information
#F8886A (or 0xF8886A) is known color: Salmon. HEX triplet: F8, 88 and 6A. RGB value is (248,136,106). Sum of RGB (Red+Green+Blue) = 248+136+106=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8886A is #077795. Grayscale: #A6A6A6. Windows color (decimal): -489366 or 6981880. OLE color: 6981880.
HSL color Cylindrical-coordinate representation of color #F8886A: hue angle of 12.68º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8886A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 106 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.03 |
| HSL | 12.68º | 0.91% | 0.69% | - |
| HSV(B) | 12.68º | 0.57% | 0.97% | - |
| XYZ | 50.12 | 38.61 | 18.45 | - |
| YUV | 166.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 106 | 0 | 0.45 | 0.57 | 0.03 | 12.68 | 0.91 | 0.69 |
| Hex | F8 | 88 | 6A | 0 | 2D | 39 | 3 | D | 5B | 45 |
| Octal | 370 | 210 | 152 | 0 | 55 | 71 | 3 | 15 | 133 | 105 |
| Binary | 11111000 | 10001000 | 1101010 | 0 | 101101 | 111001 | 11 | 1101 | 1011011 | 1000101 |
Color Harmonies of #F8886A
Complementary color
Monochromatic Colors of #F8886A
Black with #F8886A
Text Example
Text Example
White with #F8886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8886A; }
p { color: rgb(248,136,106); }
H1.HeaderClassName
{
color: #F8886A;
}
.AnyTagClassName
{
color: #F8886A;
}
</style>
background-color css
<style>
a { background-color: #F8886A; }
a { background-color: rgb(248,136,106); }
div.DivClassName
{
background-color: #F8886A;
}
.BgClassName
{
background-color: #F8886A;
}
</style>
border-color css
<style>
span { border-color: #F8886A; }
span { border-color: rgb(248,136,106); }
td.TdClassName
{
border-color: #F8886A;
}
.TagClassName
{
border-color: #F8886A;
}
</style>