Shades of Light Salmon #F89E77
Tints of Light Salmon #F89E77
RGB
CMYK
RGB Variations
Color information
#F89E77 (or 0xF89E77) is known color: Light Salmon. HEX triplet: F8, 9E and 77. RGB value is (248,158,119). Sum of RGB (Red+Green+Blue) = 248+158+119=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E77 is #076188. Grayscale: #B4B4B4. Windows color (decimal): -483721 or 7839480. OLE color: 7839480.
HSL color Cylindrical-coordinate representation of color #F89E77: hue angle of 18.14º 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 #F89E77 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 119 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.03 |
| HSL | 18.14º | 0.9% | 0.72% | - |
| HSV(B) | 18.14º | 0.52% | 0.97% | - |
| XYZ | 54.27 | 45.74 | 23.42 | - |
| YUV | 180.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 119 | 0 | 0.36 | 0.52 | 0.03 | 18.14 | 0.9 | 0.72 |
| Hex | F8 | 9E | 77 | 0 | 24 | 34 | 3 | 12 | 5A | 48 |
| Octal | 370 | 236 | 167 | 0 | 44 | 64 | 3 | 22 | 132 | 110 |
| Binary | 11111000 | 10011110 | 1110111 | 0 | 100100 | 110100 | 11 | 10010 | 1011010 | 1001000 |
Color Harmonies of #F89E77
Complementary color
Monochromatic Colors of #F89E77
Black with #F89E77
Text Example
Text Example
White with #F89E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E77; }
p { color: rgb(248,158,119); }
H1.HeaderClassName
{
color: #F89E77;
}
.AnyTagClassName
{
color: #F89E77;
}
</style>
background-color css
<style>
a { background-color: #F89E77; }
a { background-color: rgb(248,158,119); }
div.DivClassName
{
background-color: #F89E77;
}
.BgClassName
{
background-color: #F89E77;
}
</style>
border-color css
<style>
span { border-color: #F89E77; }
span { border-color: rgb(248,158,119); }
td.TdClassName
{
border-color: #F89E77;
}
.TagClassName
{
border-color: #F89E77;
}
</style>