Shades of Light Salmon #FE9E7A
Tints of Light Salmon #FE9E7A
RGB
CMYK
RGB Variations
Color information
#FE9E7A (or 0xFE9E7A) is known color: Light Salmon. HEX triplet: FE, 9E and 7A. RGB value is (254,158,122). Sum of RGB (Red+Green+Blue) = 254+158+122=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7A is #016185. Grayscale: #B6B6B6. Windows color (decimal): -90502 or 8036094. OLE color: 8036094.
HSL color Cylindrical-coordinate representation of color #FE9E7A: hue angle of 16.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE9E7A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 122 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.00 |
| HSL | 16.36º | 0.99% | 0.74% | - |
| HSV(B) | 16.36º | 0.52% | 1% | - |
| XYZ | 56.61 | 46.93 | 24.49 | - |
| YUV | 182.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 122 | 0 | 0.38 | 0.52 | 0.00 | 16.36 | 0.99 | 0.74 |
| Hex | FE | 9E | 7A | 0 | 26 | 34 | 0 | 10 | 63 | 4A |
| Octal | 376 | 236 | 172 | 0 | 46 | 64 | 0 | 20 | 143 | 112 |
| Binary | 11111110 | 10011110 | 1111010 | 0 | 100110 | 110100 | 0 | 10000 | 1100011 | 1001010 |
Color Harmonies of #FE9E7A
Complementary color
Monochromatic Colors of #FE9E7A
Black with #FE9E7A
Text Example
Text Example
White with #FE9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E7A; }
p { color: rgb(254,158,122); }
H1.HeaderClassName
{
color: #FE9E7A;
}
.AnyTagClassName
{
color: #FE9E7A;
}
</style>
background-color css
<style>
a { background-color: #FE9E7A; }
a { background-color: rgb(254,158,122); }
div.DivClassName
{
background-color: #FE9E7A;
}
.BgClassName
{
background-color: #FE9E7A;
}
</style>
border-color css
<style>
span { border-color: #FE9E7A; }
span { border-color: rgb(254,158,122); }
td.TdClassName
{
border-color: #FE9E7A;
}
.TagClassName
{
border-color: #FE9E7A;
}
</style>