Shades of Light Salmon #FE9E74
Tints of Light Salmon #FE9E74
RGB
CMYK
RGB Variations
Color information
#FE9E74 (or 0xFE9E74) is known color: Light Salmon. HEX triplet: FE, 9E and 74. RGB value is (254,158,116). Sum of RGB (Red+Green+Blue) = 254+158+116=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E74 is #01618B. Grayscale: #B6B6B6. Windows color (decimal): -90508 or 7642878. OLE color: 7642878.
HSL color Cylindrical-coordinate representation of color #FE9E74: hue angle of 18.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9E74 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 116 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.00 |
| HSL | 18.26º | 0.99% | 0.73% | - |
| HSV(B) | 18.26º | 0.54% | 1% | - |
| XYZ | 56.25 | 46.79 | 22.59 | - |
| YUV | 181.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 116 | 0 | 0.38 | 0.54 | 0.00 | 18.26 | 0.99 | 0.73 |
| Hex | FE | 9E | 74 | 0 | 26 | 36 | 0 | 12 | 63 | 49 |
| Octal | 376 | 236 | 164 | 0 | 46 | 66 | 0 | 22 | 143 | 111 |
| Binary | 11111110 | 10011110 | 1110100 | 0 | 100110 | 110110 | 0 | 10010 | 1100011 | 1001001 |
Color Harmonies of #FE9E74
Complementary color
Monochromatic Colors of #FE9E74
Black with #FE9E74
Text Example
Text Example
White with #FE9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E74; }
p { color: rgb(254,158,116); }
H1.HeaderClassName
{
color: #FE9E74;
}
.AnyTagClassName
{
color: #FE9E74;
}
</style>
background-color css
<style>
a { background-color: #FE9E74; }
a { background-color: rgb(254,158,116); }
div.DivClassName
{
background-color: #FE9E74;
}
.BgClassName
{
background-color: #FE9E74;
}
</style>
border-color css
<style>
span { border-color: #FE9E74; }
span { border-color: rgb(254,158,116); }
td.TdClassName
{
border-color: #FE9E74;
}
.TagClassName
{
border-color: #FE9E74;
}
</style>