Shades of Salmon #F8766B
Tints of Salmon #F8766B
RGB
CMYK
RGB Variations
Color information
#F8766B (or 0xF8766B) is known color: Salmon. HEX triplet: F8, 76 and 6B. RGB value is (248,118,107). Sum of RGB (Red+Green+Blue) = 248+118+107=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8766B is #078994. Grayscale: #9B9B9B. Windows color (decimal): -493973 or 7042808. OLE color: 7042808.
HSL color Cylindrical-coordinate representation of color #F8766B: hue angle of 4.68º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8766B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 107 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.03 |
| HSL | 4.68º | 0.91% | 0.7% | - |
| HSV(B) | 4.68º | 0.57% | 0.97% | - |
| XYZ | 47.84 | 33.97 | 17.95 | - |
| YUV | 155.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 107 | 0 | 0.52 | 0.57 | 0.03 | 4.68 | 0.91 | 0.7 |
| Hex | F8 | 76 | 6B | 0 | 34 | 39 | 3 | 5 | 5B | 46 |
| Octal | 370 | 166 | 153 | 0 | 64 | 71 | 3 | 5 | 133 | 106 |
| Binary | 11111000 | 1110110 | 1101011 | 0 | 110100 | 111001 | 11 | 101 | 1011011 | 1000110 |
Color Harmonies of #F8766B
Complementary color
Monochromatic Colors of #F8766B
Black with #F8766B
Text Example
Text Example
White with #F8766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8766B; }
p { color: rgb(248,118,107); }
H1.HeaderClassName
{
color: #F8766B;
}
.AnyTagClassName
{
color: #F8766B;
}
</style>
background-color css
<style>
a { background-color: #F8766B; }
a { background-color: rgb(248,118,107); }
div.DivClassName
{
background-color: #F8766B;
}
.BgClassName
{
background-color: #F8766B;
}
</style>
border-color css
<style>
span { border-color: #F8766B; }
span { border-color: rgb(248,118,107); }
td.TdClassName
{
border-color: #F8766B;
}
.TagClassName
{
border-color: #F8766B;
}
</style>