Shades of Light Salmon #FEA87D
Tints of Light Salmon #FEA87D
RGB
CMYK
RGB Variations
Color information
#FEA87D (or 0xFEA87D) is known color: Light Salmon. HEX triplet: FE, A8 and 7D. RGB value is (254,168,125). Sum of RGB (Red+Green+Blue) = 254+168+125=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA87D is #015782. Grayscale: #BDBDBD. Windows color (decimal): -87939 or 8235262. OLE color: 8235262.
HSL color Cylindrical-coordinate representation of color #FEA87D: hue angle of 20º 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 #FEA87D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 125 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.00 |
| HSL | 20º | 0.98% | 0.74% | - |
| HSV(B) | 20º | 0.51% | 1% | - |
| XYZ | 58.58 | 50.56 | 26.07 | - |
| YUV | 188.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 125 | 0 | 0.34 | 0.51 | 0.00 | 20 | 0.98 | 0.74 |
| Hex | FE | A8 | 7D | 0 | 22 | 33 | 0 | 14 | 62 | 4A |
| Octal | 376 | 250 | 175 | 0 | 42 | 63 | 0 | 24 | 142 | 112 |
| Binary | 11111110 | 10101000 | 1111101 | 0 | 100010 | 110011 | 0 | 10100 | 1100010 | 1001010 |
Color Harmonies of #FEA87D
Complementary color
Monochromatic Colors of #FEA87D
Black with #FEA87D
Text Example
Text Example
White with #FEA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA87D; }
p { color: rgb(254,168,125); }
H1.HeaderClassName
{
color: #FEA87D;
}
.AnyTagClassName
{
color: #FEA87D;
}
</style>
background-color css
<style>
a { background-color: #FEA87D; }
a { background-color: rgb(254,168,125); }
div.DivClassName
{
background-color: #FEA87D;
}
.BgClassName
{
background-color: #FEA87D;
}
</style>
border-color css
<style>
span { border-color: #FEA87D; }
span { border-color: rgb(254,168,125); }
td.TdClassName
{
border-color: #FEA87D;
}
.TagClassName
{
border-color: #FEA87D;
}
</style>