Shades of Light Salmon #F99877
Tints of Light Salmon #F99877
RGB
CMYK
RGB Variations
Color information
#F99877 (or 0xF99877) is known color: Light Salmon. HEX triplet: F9, 98 and 77. RGB value is (249,152,119). Sum of RGB (Red+Green+Blue) = 249+152+119=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F99877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99877 is #066788. Grayscale: #B1B1B1. Windows color (decimal): -419721 or 7837945. OLE color: 7837945.
HSL color Cylindrical-coordinate representation of color #F99877: hue angle of 15.23º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F99877 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 119 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.02 |
| HSL | 15.23º | 0.92% | 0.72% | - |
| HSV(B) | 15.23º | 0.52% | 0.98% | - |
| XYZ | 53.62 | 43.93 | 23.11 | - |
| YUV | 177.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 119 | 0 | 0.39 | 0.52 | 0.02 | 15.23 | 0.92 | 0.72 |
| Hex | F9 | 98 | 77 | 0 | 27 | 34 | 2 | F | 5C | 48 |
| Octal | 371 | 230 | 167 | 0 | 47 | 64 | 2 | 17 | 134 | 110 |
| Binary | 11111001 | 10011000 | 1110111 | 0 | 100111 | 110100 | 10 | 1111 | 1011100 | 1001000 |
Color Harmonies of #F99877
Complementary color
Monochromatic Colors of #F99877
Black with #F99877
Text Example
Text Example
White with #F99877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99877; }
p { color: rgb(249,152,119); }
H1.HeaderClassName
{
color: #F99877;
}
.AnyTagClassName
{
color: #F99877;
}
</style>
background-color css
<style>
a { background-color: #F99877; }
a { background-color: rgb(249,152,119); }
div.DivClassName
{
background-color: #F99877;
}
.BgClassName
{
background-color: #F99877;
}
</style>
border-color css
<style>
span { border-color: #F99877; }
span { border-color: rgb(249,152,119); }
td.TdClassName
{
border-color: #F99877;
}
.TagClassName
{
border-color: #F99877;
}
</style>