Shades of Light Salmon #FEA076
Tints of Light Salmon #FEA076
RGB
CMYK
RGB Variations
Color information
#FEA076 (or 0xFEA076) is known color: Light Salmon. HEX triplet: FE, A0 and 76. RGB value is (254,160,118). Sum of RGB (Red+Green+Blue) = 254+160+118=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA076 is #015F89. Grayscale: #B7B7B7. Windows color (decimal): -89994 or 7774462. OLE color: 7774462.
HSL color Cylindrical-coordinate representation of color #FEA076: hue angle of 18.53º 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 #FEA076 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 118 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.00 |
| HSL | 18.53º | 0.99% | 0.73% | - |
| HSV(B) | 18.53º | 0.54% | 1% | - |
| XYZ | 56.71 | 47.52 | 23.32 | - |
| YUV | 183.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 118 | 0 | 0.37 | 0.54 | 0.00 | 18.53 | 0.99 | 0.73 |
| Hex | FE | A0 | 76 | 0 | 25 | 36 | 0 | 13 | 63 | 49 |
| Octal | 376 | 240 | 166 | 0 | 45 | 66 | 0 | 23 | 143 | 111 |
| Binary | 11111110 | 10100000 | 1110110 | 0 | 100101 | 110110 | 0 | 10011 | 1100011 | 1001001 |
Color Harmonies of #FEA076
Complementary color
Monochromatic Colors of #FEA076
Black with #FEA076
Text Example
Text Example
White with #FEA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA076; }
p { color: rgb(254,160,118); }
H1.HeaderClassName
{
color: #FEA076;
}
.AnyTagClassName
{
color: #FEA076;
}
</style>
background-color css
<style>
a { background-color: #FEA076; }
a { background-color: rgb(254,160,118); }
div.DivClassName
{
background-color: #FEA076;
}
.BgClassName
{
background-color: #FEA076;
}
</style>
border-color css
<style>
span { border-color: #FEA076; }
span { border-color: rgb(254,160,118); }
td.TdClassName
{
border-color: #FEA076;
}
.TagClassName
{
border-color: #FEA076;
}
</style>