Shades of Light Salmon #FEA175
Tints of Light Salmon #FEA175
RGB
CMYK
RGB Variations
Color information
#FEA175 (or 0xFEA175) is known color: Light Salmon. HEX triplet: FE, A1 and 75. RGB value is (254,161,117). Sum of RGB (Red+Green+Blue) = 254+161+117=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA175 is #015E8A. Grayscale: #B8B8B8. Windows color (decimal): -89739 or 7709182. OLE color: 7709182.
HSL color Cylindrical-coordinate representation of color #FEA175: hue angle of 19.27º 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 #FEA175 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 117 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.00 |
| HSL | 19.27º | 0.99% | 0.73% | - |
| HSV(B) | 19.27º | 0.54% | 1% | - |
| XYZ | 56.83 | 47.84 | 23.07 | - |
| YUV | 183.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 117 | 0 | 0.37 | 0.54 | 0.00 | 19.27 | 0.99 | 0.73 |
| Hex | FE | A1 | 75 | 0 | 25 | 36 | 0 | 13 | 63 | 49 |
| Octal | 376 | 241 | 165 | 0 | 45 | 66 | 0 | 23 | 143 | 111 |
| Binary | 11111110 | 10100001 | 1110101 | 0 | 100101 | 110110 | 0 | 10011 | 1100011 | 1001001 |
Color Harmonies of #FEA175
Complementary color
Monochromatic Colors of #FEA175
Black with #FEA175
Text Example
Text Example
White with #FEA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA175; }
p { color: rgb(254,161,117); }
H1.HeaderClassName
{
color: #FEA175;
}
.AnyTagClassName
{
color: #FEA175;
}
</style>
background-color css
<style>
a { background-color: #FEA175; }
a { background-color: rgb(254,161,117); }
div.DivClassName
{
background-color: #FEA175;
}
.BgClassName
{
background-color: #FEA175;
}
</style>
border-color css
<style>
span { border-color: #FEA175; }
span { border-color: rgb(254,161,117); }
td.TdClassName
{
border-color: #FEA175;
}
.TagClassName
{
border-color: #FEA175;
}
</style>