Shades of Light Salmon #FEA282
Tints of Light Salmon #FEA282
RGB
CMYK
RGB Variations
Color information
#FEA282 (or 0xFEA282) is known color: Light Salmon. HEX triplet: FE, A2 and 82. RGB value is (254,162,130). Sum of RGB (Red+Green+Blue) = 254+162+130=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA282 is #015D7D. Grayscale: #BABABA. Windows color (decimal): -89470 or 8561406. OLE color: 8561406.
HSL color Cylindrical-coordinate representation of color #FEA282: hue angle of 15.48º 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 #FEA282 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 130 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.00 |
| HSL | 15.48º | 0.98% | 0.75% | - |
| HSV(B) | 15.48º | 0.49% | 1% | - |
| XYZ | 57.82 | 48.52 | 27.44 | - |
| YUV | 185.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 130 | 0 | 0.36 | 0.49 | 0.00 | 15.48 | 0.98 | 0.75 |
| Hex | FE | A2 | 82 | 0 | 24 | 31 | 0 | F | 62 | 4B |
| Octal | 376 | 242 | 202 | 0 | 44 | 61 | 0 | 17 | 142 | 113 |
| Binary | 11111110 | 10100010 | 10000010 | 0 | 100100 | 110001 | 0 | 1111 | 1100010 | 1001011 |
Color Harmonies of #FEA282
Complementary color
Monochromatic Colors of #FEA282
Black with #FEA282
Text Example
Text Example
White with #FEA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA282; }
p { color: rgb(254,162,130); }
H1.HeaderClassName
{
color: #FEA282;
}
.AnyTagClassName
{
color: #FEA282;
}
</style>
background-color css
<style>
a { background-color: #FEA282; }
a { background-color: rgb(254,162,130); }
div.DivClassName
{
background-color: #FEA282;
}
.BgClassName
{
background-color: #FEA282;
}
</style>
border-color css
<style>
span { border-color: #FEA282; }
span { border-color: rgb(254,162,130); }
td.TdClassName
{
border-color: #FEA282;
}
.TagClassName
{
border-color: #FEA282;
}
</style>