Shades of Light Salmon #FEA178
Tints of Light Salmon #FEA178
RGB
CMYK
RGB Variations
Color information
#FEA178 (or 0xFEA178) is known color: Light Salmon. HEX triplet: FE, A1 and 78. RGB value is (254,161,120). Sum of RGB (Red+Green+Blue) = 254+161+120=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA178 is #015E87. Grayscale: #B8B8B8. Windows color (decimal): -89736 or 7905790. OLE color: 7905790.
HSL color Cylindrical-coordinate representation of color #FEA178: hue angle of 18.36º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEA178 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 120 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.00 |
| HSL | 18.36º | 0.99% | 0.73% | - |
| HSV(B) | 18.36º | 0.53% | 1% | - |
| XYZ | 57.01 | 47.92 | 24.01 | - |
| YUV | 184.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 120 | 0 | 0.37 | 0.53 | 0.00 | 18.36 | 0.99 | 0.73 |
| Hex | FE | A1 | 78 | 0 | 25 | 35 | 0 | 12 | 63 | 49 |
| Octal | 376 | 241 | 170 | 0 | 45 | 65 | 0 | 22 | 143 | 111 |
| Binary | 11111110 | 10100001 | 1111000 | 0 | 100101 | 110101 | 0 | 10010 | 1100011 | 1001001 |
Color Harmonies of #FEA178
Complementary color
Monochromatic Colors of #FEA178
Black with #FEA178
Text Example
Text Example
White with #FEA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA178; }
p { color: rgb(254,161,120); }
H1.HeaderClassName
{
color: #FEA178;
}
.AnyTagClassName
{
color: #FEA178;
}
</style>
background-color css
<style>
a { background-color: #FEA178; }
a { background-color: rgb(254,161,120); }
div.DivClassName
{
background-color: #FEA178;
}
.BgClassName
{
background-color: #FEA178;
}
</style>
border-color css
<style>
span { border-color: #FEA178; }
span { border-color: rgb(254,161,120); }
td.TdClassName
{
border-color: #FEA178;
}
.TagClassName
{
border-color: #FEA178;
}
</style>