Shades of Light Salmon #FEA182
Tints of Light Salmon #FEA182
RGB
CMYK
RGB Variations
Color information
#FEA182 (or 0xFEA182) is known color: Light Salmon. HEX triplet: FE, A1 and 82. RGB value is (254,161,130). Sum of RGB (Red+Green+Blue) = 254+161+130=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA182 is #015E7D. Grayscale: #B9B9B9. Windows color (decimal): -89726 or 8561150. OLE color: 8561150.
HSL color Cylindrical-coordinate representation of color #FEA182: hue angle of 15º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEA182 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 130 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.00 |
| HSL | 15º | 0.98% | 0.75% | - |
| HSV(B) | 15º | 0.49% | 1% | - |
| XYZ | 57.65 | 48.17 | 27.38 | - |
| YUV | 185.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 130 | 0 | 0.37 | 0.49 | 0.00 | 15 | 0.98 | 0.75 |
| Hex | FE | A1 | 82 | 0 | 25 | 31 | 0 | F | 62 | 4B |
| Octal | 376 | 241 | 202 | 0 | 45 | 61 | 0 | 17 | 142 | 113 |
| Binary | 11111110 | 10100001 | 10000010 | 0 | 100101 | 110001 | 0 | 1111 | 1100010 | 1001011 |
Color Harmonies of #FEA182
Complementary color
Monochromatic Colors of #FEA182
Black with #FEA182
Text Example
Text Example
White with #FEA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA182; }
p { color: rgb(254,161,130); }
H1.HeaderClassName
{
color: #FEA182;
}
.AnyTagClassName
{
color: #FEA182;
}
</style>
background-color css
<style>
a { background-color: #FEA182; }
a { background-color: rgb(254,161,130); }
div.DivClassName
{
background-color: #FEA182;
}
.BgClassName
{
background-color: #FEA182;
}
</style>
border-color css
<style>
span { border-color: #FEA182; }
span { border-color: rgb(254,161,130); }
td.TdClassName
{
border-color: #FEA182;
}
.TagClassName
{
border-color: #FEA182;
}
</style>