Shades of Light Salmon #FEA376
Tints of Light Salmon #FEA376
RGB
CMYK
RGB Variations
Color information
#FEA376 (or 0xFEA376) is known color: Light Salmon. HEX triplet: FE, A3 and 76. RGB value is (254,163,118). Sum of RGB (Red+Green+Blue) = 254+163+118=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA376 is #015C89. Grayscale: #B9B9B9. Windows color (decimal): -89226 or 7775230. OLE color: 7775230.
HSL color Cylindrical-coordinate representation of color #FEA376: hue angle of 19.85º 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 #FEA376 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 118 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.00 |
| HSL | 19.85º | 0.99% | 0.73% | - |
| HSV(B) | 19.85º | 0.54% | 1% | - |
| XYZ | 57.24 | 48.57 | 23.5 | - |
| YUV | 185.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 118 | 0 | 0.36 | 0.54 | 0.00 | 19.85 | 0.99 | 0.73 |
| Hex | FE | A3 | 76 | 0 | 24 | 36 | 0 | 14 | 63 | 49 |
| Octal | 376 | 243 | 166 | 0 | 44 | 66 | 0 | 24 | 143 | 111 |
| Binary | 11111110 | 10100011 | 1110110 | 0 | 100100 | 110110 | 0 | 10100 | 1100011 | 1001001 |
Color Harmonies of #FEA376
Complementary color
Monochromatic Colors of #FEA376
Black with #FEA376
Text Example
Text Example
White with #FEA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA376; }
p { color: rgb(254,163,118); }
H1.HeaderClassName
{
color: #FEA376;
}
.AnyTagClassName
{
color: #FEA376;
}
</style>
background-color css
<style>
a { background-color: #FEA376; }
a { background-color: rgb(254,163,118); }
div.DivClassName
{
background-color: #FEA376;
}
.BgClassName
{
background-color: #FEA376;
}
</style>
border-color css
<style>
span { border-color: #FEA376; }
span { border-color: rgb(254,163,118); }
td.TdClassName
{
border-color: #FEA376;
}
.TagClassName
{
border-color: #FEA376;
}
</style>