Shades of Light Salmon #F89977
Tints of Light Salmon #F89977
RGB
CMYK
RGB Variations
Color information
#F89977 (or 0xF89977) is known color: Light Salmon. HEX triplet: F8, 99 and 77. RGB value is (248,153,119). Sum of RGB (Red+Green+Blue) = 248+153+119=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F89977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89977 is #076688. Grayscale: #B1B1B1. Windows color (decimal): -485001 or 7838200. OLE color: 7838200.
HSL color Cylindrical-coordinate representation of color #F89977: hue angle of 15.81º 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 #F89977 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 119 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.03 |
| HSL | 15.81º | 0.9% | 0.72% | - |
| HSV(B) | 15.81º | 0.52% | 0.97% | - |
| XYZ | 53.43 | 44.07 | 23.14 | - |
| YUV | 177.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 119 | 0 | 0.38 | 0.52 | 0.03 | 15.81 | 0.9 | 0.72 |
| Hex | F8 | 99 | 77 | 0 | 26 | 34 | 3 | 10 | 5A | 48 |
| Octal | 370 | 231 | 167 | 0 | 46 | 64 | 3 | 20 | 132 | 110 |
| Binary | 11111000 | 10011001 | 1110111 | 0 | 100110 | 110100 | 11 | 10000 | 1011010 | 1001000 |
Color Harmonies of #F89977
Complementary color
Monochromatic Colors of #F89977
Black with #F89977
Text Example
Text Example
White with #F89977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89977; }
p { color: rgb(248,153,119); }
H1.HeaderClassName
{
color: #F89977;
}
.AnyTagClassName
{
color: #F89977;
}
</style>
background-color css
<style>
a { background-color: #F89977; }
a { background-color: rgb(248,153,119); }
div.DivClassName
{
background-color: #F89977;
}
.BgClassName
{
background-color: #F89977;
}
</style>
border-color css
<style>
span { border-color: #F89977; }
span { border-color: rgb(248,153,119); }
td.TdClassName
{
border-color: #F89977;
}
.TagClassName
{
border-color: #F89977;
}
</style>