Shades of Golden Glow #FEDC81
Tints of Golden Glow #FEDC81
RGB
CMYK
RGB Variations
Color information
#FEDC81 (or 0xFEDC81) is known color: Golden Glow. HEX triplet: FE, DC and 81. RGB value is (254,220,129). Sum of RGB (Red+Green+Blue) = 254+220+129=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC81 is #01237E. Grayscale: #DCDCDC. Windows color (decimal): -74623 or 8510718. OLE color: 8510718.
HSL color Cylindrical-coordinate representation of color #FEDC81: hue angle of 43.68º 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 #FEDC81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.00 |
| HSL | 43.68º | 0.98% | 0.75% | - |
| HSV(B) | 43.68º | 0.49% | 1% | - |
| XYZ | 70.43 | 73.84 | 31.31 | - |
| YUV | 219.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 129 | 0 | 0.13 | 0.49 | 0.00 | 43.68 | 0.98 | 0.75 |
| Hex | FE | DC | 81 | 0 | D | 31 | 0 | 2C | 62 | 4B |
| Octal | 376 | 334 | 201 | 0 | 15 | 61 | 0 | 54 | 142 | 113 |
| Binary | 11111110 | 11011100 | 10000001 | 0 | 1101 | 110001 | 0 | 101100 | 1100010 | 1001011 |
Color Harmonies of #FEDC81
Complementary color
Monochromatic Colors of #FEDC81
Black with #FEDC81
Text Example
Text Example
White with #FEDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC81; }
p { color: rgb(254,220,129); }
H1.HeaderClassName
{
color: #FEDC81;
}
.AnyTagClassName
{
color: #FEDC81;
}
</style>
background-color css
<style>
a { background-color: #FEDC81; }
a { background-color: rgb(254,220,129); }
div.DivClassName
{
background-color: #FEDC81;
}
.BgClassName
{
background-color: #FEDC81;
}
</style>
border-color css
<style>
span { border-color: #FEDC81; }
span { border-color: rgb(254,220,129); }
td.TdClassName
{
border-color: #FEDC81;
}
.TagClassName
{
border-color: #FEDC81;
}
</style>