Shades of Salmon #F8846C
Tints of Salmon #F8846C
RGB
CMYK
RGB Variations
Color information
#F8846C (or 0xF8846C) is known color: Salmon. HEX triplet: F8, 84 and 6C. RGB value is (248,132,108). Sum of RGB (Red+Green+Blue) = 248+132+108=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8846C is #077B93. Grayscale: #A4A4A4. Windows color (decimal): -490388 or 7111928. OLE color: 7111928.
HSL color Cylindrical-coordinate representation of color #F8846C: hue angle of 10.29º 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 #F8846C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 108 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 10.29º | 0.91% | 0.7% | - |
| HSV(B) | 10.29º | 0.56% | 0.97% | - |
| XYZ | 49.67 | 37.54 | 18.82 | - |
| YUV | 163.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 108 | 0 | 0.47 | 0.56 | 0.03 | 10.29 | 0.91 | 0.7 |
| Hex | F8 | 84 | 6C | 0 | 2F | 38 | 3 | A | 5B | 46 |
| Octal | 370 | 204 | 154 | 0 | 57 | 70 | 3 | 12 | 133 | 106 |
| Binary | 11111000 | 10000100 | 1101100 | 0 | 101111 | 111000 | 11 | 1010 | 1011011 | 1000110 |
Color Harmonies of #F8846C
Complementary color
Monochromatic Colors of #F8846C
Black with #F8846C
Text Example
Text Example
White with #F8846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8846C; }
p { color: rgb(248,132,108); }
H1.HeaderClassName
{
color: #F8846C;
}
.AnyTagClassName
{
color: #F8846C;
}
</style>
background-color css
<style>
a { background-color: #F8846C; }
a { background-color: rgb(248,132,108); }
div.DivClassName
{
background-color: #F8846C;
}
.BgClassName
{
background-color: #F8846C;
}
</style>
border-color css
<style>
span { border-color: #F8846C; }
span { border-color: rgb(248,132,108); }
td.TdClassName
{
border-color: #F8846C;
}
.TagClassName
{
border-color: #F8846C;
}
</style>