Shades of Salmon #F8766C
Tints of Salmon #F8766C
RGB
CMYK
RGB Variations
Color information
#F8766C (or 0xF8766C) is known color: Salmon. HEX triplet: F8, 76 and 6C. RGB value is (248,118,108). Sum of RGB (Red+Green+Blue) = 248+118+108=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8766C is #078993. Grayscale: #9B9B9B. Windows color (decimal): -493972 or 7108344. OLE color: 7108344.
HSL color Cylindrical-coordinate representation of color #F8766C: hue angle of 4.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 #F8766C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 108 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.03 |
| HSL | 4.29º | 0.91% | 0.7% | - |
| HSV(B) | 4.29º | 0.56% | 0.97% | - |
| XYZ | 47.9 | 34 | 18.22 | - |
| YUV | 155.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 108 | 0 | 0.52 | 0.56 | 0.03 | 4.29 | 0.91 | 0.7 |
| Hex | F8 | 76 | 6C | 0 | 34 | 38 | 3 | 4 | 5B | 46 |
| Octal | 370 | 166 | 154 | 0 | 64 | 70 | 3 | 4 | 133 | 106 |
| Binary | 11111000 | 1110110 | 1101100 | 0 | 110100 | 111000 | 11 | 100 | 1011011 | 1000110 |
Color Harmonies of #F8766C
Complementary color
Monochromatic Colors of #F8766C
Black with #F8766C
Text Example
Text Example
White with #F8766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8766C; }
p { color: rgb(248,118,108); }
H1.HeaderClassName
{
color: #F8766C;
}
.AnyTagClassName
{
color: #F8766C;
}
</style>
background-color css
<style>
a { background-color: #F8766C; }
a { background-color: rgb(248,118,108); }
div.DivClassName
{
background-color: #F8766C;
}
.BgClassName
{
background-color: #F8766C;
}
</style>
border-color css
<style>
span { border-color: #F8766C; }
span { border-color: rgb(248,118,108); }
td.TdClassName
{
border-color: #F8766C;
}
.TagClassName
{
border-color: #F8766C;
}
</style>