Shades of Golden Glow #FDE084
Tints of Golden Glow #FDE084
RGB
CMYK
RGB Variations
Color information
#FDE084 (or 0xFDE084) is known color: Golden Glow. HEX triplet: FD, E0 and 84. RGB value is (253,224,132). Sum of RGB (Red+Green+Blue) = 253+224+132=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE084 is #021F7B. Grayscale: #DEDEDE. Windows color (decimal): -139132 or 8708349. OLE color: 8708349.
HSL color Cylindrical-coordinate representation of color #FDE084: hue angle of 45.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDE084 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 132 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.01 |
| HSL | 45.62º | 0.97% | 0.75% | - |
| HSV(B) | 45.62º | 0.48% | 0.99% | - |
| XYZ | 71.33 | 75.86 | 32.71 | - |
| YUV | 222.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 132 | 0 | 0.11 | 0.48 | 0.01 | 45.62 | 0.97 | 0.75 |
| Hex | FD | E0 | 84 | 0 | B | 30 | 1 | 2E | 61 | 4B |
| Octal | 375 | 340 | 204 | 0 | 13 | 60 | 1 | 56 | 141 | 113 |
| Binary | 11111101 | 11100000 | 10000100 | 0 | 1011 | 110000 | 1 | 101110 | 1100001 | 1001011 |
Color Harmonies of #FDE084
Complementary color
Monochromatic Colors of #FDE084
Black with #FDE084
Text Example
Text Example
White with #FDE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE084; }
p { color: rgb(253,224,132); }
H1.HeaderClassName
{
color: #FDE084;
}
.AnyTagClassName
{
color: #FDE084;
}
</style>
background-color css
<style>
a { background-color: #FDE084; }
a { background-color: rgb(253,224,132); }
div.DivClassName
{
background-color: #FDE084;
}
.BgClassName
{
background-color: #FDE084;
}
</style>
border-color css
<style>
span { border-color: #FDE084; }
span { border-color: rgb(253,224,132); }
td.TdClassName
{
border-color: #FDE084;
}
.TagClassName
{
border-color: #FDE084;
}
</style>