Shades of Light Salmon #FEA77B
Tints of Light Salmon #FEA77B
RGB
CMYK
RGB Variations
Color information
#FEA77B (or 0xFEA77B) is known color: Light Salmon. HEX triplet: FE, A7 and 7B. RGB value is (254,167,123). Sum of RGB (Red+Green+Blue) = 254+167+123=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA77B is #015884. Grayscale: #BCBCBC. Windows color (decimal): -88197 or 8103934. OLE color: 8103934.
HSL color Cylindrical-coordinate representation of color #FEA77B: hue angle of 20.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEA77B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 123 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.00 |
| HSL | 20.15º | 0.98% | 0.74% | - |
| HSV(B) | 20.15º | 0.52% | 1% | - |
| XYZ | 58.27 | 50.14 | 25.35 | - |
| YUV | 188 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 123 | 0 | 0.34 | 0.52 | 0.00 | 20.15 | 0.98 | 0.74 |
| Hex | FE | A7 | 7B | 0 | 22 | 34 | 0 | 14 | 62 | 4A |
| Octal | 376 | 247 | 173 | 0 | 42 | 64 | 0 | 24 | 142 | 112 |
| Binary | 11111110 | 10100111 | 1111011 | 0 | 100010 | 110100 | 0 | 10100 | 1100010 | 1001010 |
Color Harmonies of #FEA77B
Complementary color
Monochromatic Colors of #FEA77B
Black with #FEA77B
Text Example
Text Example
White with #FEA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA77B; }
p { color: rgb(254,167,123); }
H1.HeaderClassName
{
color: #FEA77B;
}
.AnyTagClassName
{
color: #FEA77B;
}
</style>
background-color css
<style>
a { background-color: #FEA77B; }
a { background-color: rgb(254,167,123); }
div.DivClassName
{
background-color: #FEA77B;
}
.BgClassName
{
background-color: #FEA77B;
}
</style>
border-color css
<style>
span { border-color: #FEA77B; }
span { border-color: rgb(254,167,123); }
td.TdClassName
{
border-color: #FEA77B;
}
.TagClassName
{
border-color: #FEA77B;
}
</style>