Shades of Salmon #F8886F
Tints of Salmon #F8886F
RGB
CMYK
RGB Variations
Color information
#F8886F (or 0xF8886F) is known color: Salmon. HEX triplet: F8, 88 and 6F. RGB value is (248,136,111). Sum of RGB (Red+Green+Blue) = 248+136+111=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8886F is #077790. Grayscale: #A6A6A6. Windows color (decimal): -489361 or 7309560. OLE color: 7309560.
HSL color Cylindrical-coordinate representation of color #F8886F: hue angle of 10.95º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8886F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 111 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.03 |
| HSL | 10.95º | 0.91% | 0.7% | - |
| HSV(B) | 10.95º | 0.55% | 0.97% | - |
| XYZ | 50.38 | 38.71 | 19.86 | - |
| YUV | 166.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 111 | 0 | 0.45 | 0.55 | 0.03 | 10.95 | 0.91 | 0.7 |
| Hex | F8 | 88 | 6F | 0 | 2D | 37 | 3 | B | 5B | 46 |
| Octal | 370 | 210 | 157 | 0 | 55 | 67 | 3 | 13 | 133 | 106 |
| Binary | 11111000 | 10001000 | 1101111 | 0 | 101101 | 110111 | 11 | 1011 | 1011011 | 1000110 |
Color Harmonies of #F8886F
Complementary color
Monochromatic Colors of #F8886F
Black with #F8886F
Text Example
Text Example
White with #F8886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8886F; }
p { color: rgb(248,136,111); }
H1.HeaderClassName
{
color: #F8886F;
}
.AnyTagClassName
{
color: #F8886F;
}
</style>
background-color css
<style>
a { background-color: #F8886F; }
a { background-color: rgb(248,136,111); }
div.DivClassName
{
background-color: #F8886F;
}
.BgClassName
{
background-color: #F8886F;
}
</style>
border-color css
<style>
span { border-color: #F8886F; }
span { border-color: rgb(248,136,111); }
td.TdClassName
{
border-color: #F8886F;
}
.TagClassName
{
border-color: #F8886F;
}
</style>