Shades of Light Salmon #FEA782
Tints of Light Salmon #FEA782
RGB
CMYK
RGB Variations
Color information
#FEA782 (or 0xFEA782) is known color: Light Salmon. HEX triplet: FE, A7 and 82. RGB value is (254,167,130). Sum of RGB (Red+Green+Blue) = 254+167+130=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA782 is #01587D. Grayscale: #BDBDBD. Windows color (decimal): -88190 or 8562686. OLE color: 8562686.
HSL color Cylindrical-coordinate representation of color #FEA782: hue angle of 17.9º 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 #FEA782 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 130 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.00 |
| HSL | 17.9º | 0.98% | 0.75% | - |
| HSV(B) | 17.9º | 0.49% | 1% | - |
| XYZ | 58.72 | 50.32 | 27.74 | - |
| YUV | 188.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 130 | 0 | 0.34 | 0.49 | 0.00 | 17.9 | 0.98 | 0.75 |
| Hex | FE | A7 | 82 | 0 | 22 | 31 | 0 | 12 | 62 | 4B |
| Octal | 376 | 247 | 202 | 0 | 42 | 61 | 0 | 22 | 142 | 113 |
| Binary | 11111110 | 10100111 | 10000010 | 0 | 100010 | 110001 | 0 | 10010 | 1100010 | 1001011 |
Color Harmonies of #FEA782
Complementary color
Monochromatic Colors of #FEA782
Black with #FEA782
Text Example
Text Example
White with #FEA782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA782; }
p { color: rgb(254,167,130); }
H1.HeaderClassName
{
color: #FEA782;
}
.AnyTagClassName
{
color: #FEA782;
}
</style>
background-color css
<style>
a { background-color: #FEA782; }
a { background-color: rgb(254,167,130); }
div.DivClassName
{
background-color: #FEA782;
}
.BgClassName
{
background-color: #FEA782;
}
</style>
border-color css
<style>
span { border-color: #FEA782; }
span { border-color: rgb(254,167,130); }
td.TdClassName
{
border-color: #FEA782;
}
.TagClassName
{
border-color: #FEA782;
}
</style>