Shades of Light Salmon #FEA27D
Tints of Light Salmon #FEA27D
RGB
CMYK
RGB Variations
Color information
#FEA27D (or 0xFEA27D) is known color: Light Salmon. HEX triplet: FE, A2 and 7D. RGB value is (254,162,125). Sum of RGB (Red+Green+Blue) = 254+162+125=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA27D is #015D82. Grayscale: #B9B9B9. Windows color (decimal): -89475 or 8233726. OLE color: 8233726.
HSL color Cylindrical-coordinate representation of color #FEA27D: hue angle of 17.21º 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 #FEA27D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 125 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.00 |
| HSL | 17.21º | 0.98% | 0.74% | - |
| HSV(B) | 17.21º | 0.51% | 1% | - |
| XYZ | 57.5 | 48.39 | 25.71 | - |
| YUV | 185.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 125 | 0 | 0.36 | 0.51 | 0.00 | 17.21 | 0.98 | 0.74 |
| Hex | FE | A2 | 7D | 0 | 24 | 33 | 0 | 11 | 62 | 4A |
| Octal | 376 | 242 | 175 | 0 | 44 | 63 | 0 | 21 | 142 | 112 |
| Binary | 11111110 | 10100010 | 1111101 | 0 | 100100 | 110011 | 0 | 10001 | 1100010 | 1001010 |
Color Harmonies of #FEA27D
Complementary color
Monochromatic Colors of #FEA27D
Black with #FEA27D
Text Example
Text Example
White with #FEA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA27D; }
p { color: rgb(254,162,125); }
H1.HeaderClassName
{
color: #FEA27D;
}
.AnyTagClassName
{
color: #FEA27D;
}
</style>
background-color css
<style>
a { background-color: #FEA27D; }
a { background-color: rgb(254,162,125); }
div.DivClassName
{
background-color: #FEA27D;
}
.BgClassName
{
background-color: #FEA27D;
}
</style>
border-color css
<style>
span { border-color: #FEA27D; }
span { border-color: rgb(254,162,125); }
td.TdClassName
{
border-color: #FEA27D;
}
.TagClassName
{
border-color: #FEA27D;
}
</style>