Shades of Golden Glow #FEDF86
Tints of Golden Glow #FEDF86
RGB
CMYK
RGB Variations
Color information
#FEDF86 (or 0xFEDF86) is known color: Golden Glow. HEX triplet: FE, DF and 86. RGB value is (254,223,134). Sum of RGB (Red+Green+Blue) = 254+223+134=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF86 is #012079. Grayscale: #DEDEDE. Windows color (decimal): -73850 or 8839166. OLE color: 8839166.
HSL color Cylindrical-coordinate representation of color #FEDF86: hue angle of 44.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEDF86 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 134 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.00 |
| HSL | 44.5º | 0.98% | 0.76% | - |
| HSV(B) | 44.5º | 0.47% | 1% | - |
| XYZ | 71.56 | 75.57 | 33.37 | - |
| YUV | 222.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 134 | 0 | 0.12 | 0.47 | 0.00 | 44.5 | 0.98 | 0.76 |
| Hex | FE | DF | 86 | 0 | C | 2F | 0 | 2C | 62 | 4C |
| Octal | 376 | 337 | 206 | 0 | 14 | 57 | 0 | 54 | 142 | 114 |
| Binary | 11111110 | 11011111 | 10000110 | 0 | 1100 | 101111 | 0 | 101100 | 1100010 | 1001100 |
Color Harmonies of #FEDF86
Complementary color
Monochromatic Colors of #FEDF86
Black with #FEDF86
Text Example
Text Example
White with #FEDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF86; }
p { color: rgb(254,223,134); }
H1.HeaderClassName
{
color: #FEDF86;
}
.AnyTagClassName
{
color: #FEDF86;
}
</style>
background-color css
<style>
a { background-color: #FEDF86; }
a { background-color: rgb(254,223,134); }
div.DivClassName
{
background-color: #FEDF86;
}
.BgClassName
{
background-color: #FEDF86;
}
</style>
border-color css
<style>
span { border-color: #FEDF86; }
span { border-color: rgb(254,223,134); }
td.TdClassName
{
border-color: #FEDF86;
}
.TagClassName
{
border-color: #FEDF86;
}
</style>