Shades of Light Salmon #FEA17C
Tints of Light Salmon #FEA17C
RGB
CMYK
RGB Variations
Color information
#FEA17C (or 0xFEA17C) is known color: Light Salmon. HEX triplet: FE, A1 and 7C. RGB value is (254,161,124). Sum of RGB (Red+Green+Blue) = 254+161+124=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA17C is #015E83. Grayscale: #B8B8B8. Windows color (decimal): -89732 or 8167934. OLE color: 8167934.
HSL color Cylindrical-coordinate representation of color #FEA17C: hue angle of 17.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEA17C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 124 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.00 |
| HSL | 17.08º | 0.98% | 0.74% | - |
| HSV(B) | 17.08º | 0.51% | 1% | - |
| XYZ | 57.26 | 48.02 | 25.32 | - |
| YUV | 184.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 124 | 0 | 0.37 | 0.51 | 0.00 | 17.08 | 0.98 | 0.74 |
| Hex | FE | A1 | 7C | 0 | 25 | 33 | 0 | 11 | 62 | 4A |
| Octal | 376 | 241 | 174 | 0 | 45 | 63 | 0 | 21 | 142 | 112 |
| Binary | 11111110 | 10100001 | 1111100 | 0 | 100101 | 110011 | 0 | 10001 | 1100010 | 1001010 |
Color Harmonies of #FEA17C
Complementary color
Monochromatic Colors of #FEA17C
Black with #FEA17C
Text Example
Text Example
White with #FEA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA17C; }
p { color: rgb(254,161,124); }
H1.HeaderClassName
{
color: #FEA17C;
}
.AnyTagClassName
{
color: #FEA17C;
}
</style>
background-color css
<style>
a { background-color: #FEA17C; }
a { background-color: rgb(254,161,124); }
div.DivClassName
{
background-color: #FEA17C;
}
.BgClassName
{
background-color: #FEA17C;
}
</style>
border-color css
<style>
span { border-color: #FEA17C; }
span { border-color: rgb(254,161,124); }
td.TdClassName
{
border-color: #FEA17C;
}
.TagClassName
{
border-color: #FEA17C;
}
</style>