Shades of Light Salmon #FE9877
Tints of Light Salmon #FE9877
RGB
CMYK
RGB Variations
Color information
#FE9877 (or 0xFE9877) is known color: Light Salmon. HEX triplet: FE, 98 and 77. RGB value is (254,152,119). Sum of RGB (Red+Green+Blue) = 254+152+119=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9877 is #016788. Grayscale: #B2B2B2. Windows color (decimal): -92041 or 7837950. OLE color: 7837950.
HSL color Cylindrical-coordinate representation of color #FE9877: hue angle of 14.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9877 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 119 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.00 |
| HSL | 14.67º | 0.99% | 0.73% | - |
| HSV(B) | 14.67º | 0.53% | 1% | - |
| XYZ | 55.43 | 44.86 | 23.19 | - |
| YUV | 178.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 119 | 0 | 0.40 | 0.53 | 0.00 | 14.67 | 0.99 | 0.73 |
| Hex | FE | 98 | 77 | 0 | 28 | 35 | 0 | F | 63 | 49 |
| Octal | 376 | 230 | 167 | 0 | 50 | 65 | 0 | 17 | 143 | 111 |
| Binary | 11111110 | 10011000 | 1110111 | 0 | 101000 | 110101 | 0 | 1111 | 1100011 | 1001001 |
Color Harmonies of #FE9877
Complementary color
Monochromatic Colors of #FE9877
Black with #FE9877
Text Example
Text Example
White with #FE9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9877; }
p { color: rgb(254,152,119); }
H1.HeaderClassName
{
color: #FE9877;
}
.AnyTagClassName
{
color: #FE9877;
}
</style>
background-color css
<style>
a { background-color: #FE9877; }
a { background-color: rgb(254,152,119); }
div.DivClassName
{
background-color: #FE9877;
}
.BgClassName
{
background-color: #FE9877;
}
</style>
border-color css
<style>
span { border-color: #FE9877; }
span { border-color: rgb(254,152,119); }
td.TdClassName
{
border-color: #FE9877;
}
.TagClassName
{
border-color: #FE9877;
}
</style>