Shades of Golden Glow #FEDF84
Tints of Golden Glow #FEDF84
RGB
CMYK
RGB Variations
Color information
#FEDF84 (or 0xFEDF84) is known color: Golden Glow. HEX triplet: FE, DF and 84. RGB value is (254,223,132). Sum of RGB (Red+Green+Blue) = 254+223+132=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF84 is #01207B. Grayscale: #DEDEDE. Windows color (decimal): -73852 or 8708094. OLE color: 8708094.
HSL color Cylindrical-coordinate representation of color #FEDF84: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDF84 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 132 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.00 |
| HSL | 44.75º | 0.98% | 0.76% | - |
| HSV(B) | 44.75º | 0.48% | 1% | - |
| XYZ | 71.43 | 75.51 | 32.64 | - |
| YUV | 221.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 132 | 0 | 0.12 | 0.48 | 0.00 | 44.75 | 0.98 | 0.76 |
| Hex | FE | DF | 84 | 0 | C | 30 | 0 | 2D | 62 | 4C |
| Octal | 376 | 337 | 204 | 0 | 14 | 60 | 0 | 55 | 142 | 114 |
| Binary | 11111110 | 11011111 | 10000100 | 0 | 1100 | 110000 | 0 | 101101 | 1100010 | 1001100 |
Color Harmonies of #FEDF84
Complementary color
Monochromatic Colors of #FEDF84
Black with #FEDF84
Text Example
Text Example
White with #FEDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF84; }
p { color: rgb(254,223,132); }
H1.HeaderClassName
{
color: #FEDF84;
}
.AnyTagClassName
{
color: #FEDF84;
}
</style>
background-color css
<style>
a { background-color: #FEDF84; }
a { background-color: rgb(254,223,132); }
div.DivClassName
{
background-color: #FEDF84;
}
.BgClassName
{
background-color: #FEDF84;
}
</style>
border-color css
<style>
span { border-color: #FEDF84; }
span { border-color: rgb(254,223,132); }
td.TdClassName
{
border-color: #FEDF84;
}
.TagClassName
{
border-color: #FEDF84;
}
</style>