Shades of Light Salmon #FE9E7C
Tints of Light Salmon #FE9E7C
RGB
CMYK
RGB Variations
Color information
#FE9E7C (or 0xFE9E7C) is known color: Light Salmon. HEX triplet: FE, 9E and 7C. RGB value is (254,158,124). Sum of RGB (Red+Green+Blue) = 254+158+124=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7C is #016183. Grayscale: #B7B7B7. Windows color (decimal): -90500 or 8167166. OLE color: 8167166.
HSL color Cylindrical-coordinate representation of color #FE9E7C: hue angle of 15.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE9E7C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 124 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.00 |
| HSL | 15.69º | 0.98% | 0.74% | - |
| HSV(B) | 15.69º | 0.51% | 1% | - |
| XYZ | 56.74 | 46.98 | 25.15 | - |
| YUV | 182.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 124 | 0 | 0.38 | 0.51 | 0.00 | 15.69 | 0.98 | 0.74 |
| Hex | FE | 9E | 7C | 0 | 26 | 33 | 0 | 10 | 62 | 4A |
| Octal | 376 | 236 | 174 | 0 | 46 | 63 | 0 | 20 | 142 | 112 |
| Binary | 11111110 | 10011110 | 1111100 | 0 | 100110 | 110011 | 0 | 10000 | 1100010 | 1001010 |
Color Harmonies of #FE9E7C
Complementary color
Monochromatic Colors of #FE9E7C
Black with #FE9E7C
Text Example
Text Example
White with #FE9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E7C; }
p { color: rgb(254,158,124); }
H1.HeaderClassName
{
color: #FE9E7C;
}
.AnyTagClassName
{
color: #FE9E7C;
}
</style>
background-color css
<style>
a { background-color: #FE9E7C; }
a { background-color: rgb(254,158,124); }
div.DivClassName
{
background-color: #FE9E7C;
}
.BgClassName
{
background-color: #FE9E7C;
}
</style>
border-color css
<style>
span { border-color: #FE9E7C; }
span { border-color: rgb(254,158,124); }
td.TdClassName
{
border-color: #FE9E7C;
}
.TagClassName
{
border-color: #FE9E7C;
}
</style>