Shades of Light Salmon #F89777
Tints of Light Salmon #F89777
RGB
CMYK
RGB Variations
Color information
#F89777 (or 0xF89777) is known color: Light Salmon. HEX triplet: F8, 97 and 77. RGB value is (248,151,119). Sum of RGB (Red+Green+Blue) = 248+151+119=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F89777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89777 is #076888. Grayscale: #B0B0B0. Windows color (decimal): -485513 or 7837688. OLE color: 7837688.
HSL color Cylindrical-coordinate representation of color #F89777: hue angle of 14.88º 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 #F89777 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 119 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.03 |
| HSL | 14.88º | 0.9% | 0.72% | - |
| HSV(B) | 14.88º | 0.52% | 0.97% | - |
| XYZ | 53.11 | 43.42 | 23.03 | - |
| YUV | 176.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 119 | 0 | 0.39 | 0.52 | 0.03 | 14.88 | 0.9 | 0.72 |
| Hex | F8 | 97 | 77 | 0 | 27 | 34 | 3 | F | 5A | 48 |
| Octal | 370 | 227 | 167 | 0 | 47 | 64 | 3 | 17 | 132 | 110 |
| Binary | 11111000 | 10010111 | 1110111 | 0 | 100111 | 110100 | 11 | 1111 | 1011010 | 1001000 |
Color Harmonies of #F89777
Complementary color
Monochromatic Colors of #F89777
Black with #F89777
Text Example
Text Example
White with #F89777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89777; }
p { color: rgb(248,151,119); }
H1.HeaderClassName
{
color: #F89777;
}
.AnyTagClassName
{
color: #F89777;
}
</style>
background-color css
<style>
a { background-color: #F89777; }
a { background-color: rgb(248,151,119); }
div.DivClassName
{
background-color: #F89777;
}
.BgClassName
{
background-color: #F89777;
}
</style>
border-color css
<style>
span { border-color: #F89777; }
span { border-color: rgb(248,151,119); }
td.TdClassName
{
border-color: #F89777;
}
.TagClassName
{
border-color: #F89777;
}
</style>