Shades of Light Salmon #FEA77D
Tints of Light Salmon #FEA77D
RGB
CMYK
RGB Variations
Color information
#FEA77D (or 0xFEA77D) is known color: Light Salmon. HEX triplet: FE, A7 and 7D. RGB value is (254,167,125). Sum of RGB (Red+Green+Blue) = 254+167+125=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA77D is #015882. Grayscale: #BCBCBC. Windows color (decimal): -88195 or 8235006. OLE color: 8235006.
HSL color Cylindrical-coordinate representation of color #FEA77D: hue angle of 19.53º 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 #FEA77D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 125 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.00 |
| HSL | 19.53º | 0.98% | 0.74% | - |
| HSV(B) | 19.53º | 0.51% | 1% | - |
| XYZ | 58.39 | 50.19 | 26.01 | - |
| YUV | 188.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 125 | 0 | 0.34 | 0.51 | 0.00 | 19.53 | 0.98 | 0.74 |
| Hex | FE | A7 | 7D | 0 | 22 | 33 | 0 | 14 | 62 | 4A |
| Octal | 376 | 247 | 175 | 0 | 42 | 63 | 0 | 24 | 142 | 112 |
| Binary | 11111110 | 10100111 | 1111101 | 0 | 100010 | 110011 | 0 | 10100 | 1100010 | 1001010 |
Color Harmonies of #FEA77D
Complementary color
Monochromatic Colors of #FEA77D
Black with #FEA77D
Text Example
Text Example
White with #FEA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA77D; }
p { color: rgb(254,167,125); }
H1.HeaderClassName
{
color: #FEA77D;
}
.AnyTagClassName
{
color: #FEA77D;
}
</style>
background-color css
<style>
a { background-color: #FEA77D; }
a { background-color: rgb(254,167,125); }
div.DivClassName
{
background-color: #FEA77D;
}
.BgClassName
{
background-color: #FEA77D;
}
</style>
border-color css
<style>
span { border-color: #FEA77D; }
span { border-color: rgb(254,167,125); }
td.TdClassName
{
border-color: #FEA77D;
}
.TagClassName
{
border-color: #FEA77D;
}
</style>