Shades of Light Salmon #F89C76
Tints of Light Salmon #F89C76
RGB
CMYK
RGB Variations
Color information
#F89C76 (or 0xF89C76) is known color: Light Salmon. HEX triplet: F8, 9C and 76. RGB value is (248,156,118). Sum of RGB (Red+Green+Blue) = 248+156+118=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C76 is #076389. Grayscale: #B3B3B3. Windows color (decimal): -484234 or 7773432. OLE color: 7773432.
HSL color Cylindrical-coordinate representation of color #F89C76: hue angle of 17.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F89C76 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 118 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.03 |
| HSL | 17.54º | 0.9% | 0.72% | - |
| HSV(B) | 17.54º | 0.52% | 0.97% | - |
| XYZ | 53.87 | 45.04 | 22.99 | - |
| YUV | 179.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 118 | 0 | 0.37 | 0.52 | 0.03 | 17.54 | 0.9 | 0.72 |
| Hex | F8 | 9C | 76 | 0 | 25 | 34 | 3 | 12 | 5A | 48 |
| Octal | 370 | 234 | 166 | 0 | 45 | 64 | 3 | 22 | 132 | 110 |
| Binary | 11111000 | 10011100 | 1110110 | 0 | 100101 | 110100 | 11 | 10010 | 1011010 | 1001000 |
Color Harmonies of #F89C76
Complementary color
Monochromatic Colors of #F89C76
Black with #F89C76
Text Example
Text Example
White with #F89C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C76; }
p { color: rgb(248,156,118); }
H1.HeaderClassName
{
color: #F89C76;
}
.AnyTagClassName
{
color: #F89C76;
}
</style>
background-color css
<style>
a { background-color: #F89C76; }
a { background-color: rgb(248,156,118); }
div.DivClassName
{
background-color: #F89C76;
}
.BgClassName
{
background-color: #F89C76;
}
</style>
border-color css
<style>
span { border-color: #F89C76; }
span { border-color: rgb(248,156,118); }
td.TdClassName
{
border-color: #F89C76;
}
.TagClassName
{
border-color: #F89C76;
}
</style>