Shades of Golden Glow #FDE284
Tints of Golden Glow #FDE284
RGB
CMYK
RGB Variations
Color information
#FDE284 (or 0xFDE284) is known color: Golden Glow. HEX triplet: FD, E2 and 84. RGB value is (253,226,132). Sum of RGB (Red+Green+Blue) = 253+226+132=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE284 is #021D7B. Grayscale: #DFDFDF. Windows color (decimal): -138620 or 8708861. OLE color: 8708861.
HSL color Cylindrical-coordinate representation of color #FDE284: hue angle of 46.61º 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 #FDE284 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 132 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.01 |
| HSL | 46.61º | 0.97% | 0.75% | - |
| HSV(B) | 46.61º | 0.48% | 0.99% | - |
| XYZ | 71.87 | 76.94 | 32.89 | - |
| YUV | 223.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 132 | 0 | 0.11 | 0.48 | 0.01 | 46.61 | 0.97 | 0.75 |
| Hex | FD | E2 | 84 | 0 | B | 30 | 1 | 2F | 61 | 4B |
| Octal | 375 | 342 | 204 | 0 | 13 | 60 | 1 | 57 | 141 | 113 |
| Binary | 11111101 | 11100010 | 10000100 | 0 | 1011 | 110000 | 1 | 101111 | 1100001 | 1001011 |
Color Harmonies of #FDE284
Complementary color
Monochromatic Colors of #FDE284
Black with #FDE284
Text Example
Text Example
White with #FDE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE284; }
p { color: rgb(253,226,132); }
H1.HeaderClassName
{
color: #FDE284;
}
.AnyTagClassName
{
color: #FDE284;
}
</style>
background-color css
<style>
a { background-color: #FDE284; }
a { background-color: rgb(253,226,132); }
div.DivClassName
{
background-color: #FDE284;
}
.BgClassName
{
background-color: #FDE284;
}
</style>
border-color css
<style>
span { border-color: #FDE284; }
span { border-color: rgb(253,226,132); }
td.TdClassName
{
border-color: #FDE284;
}
.TagClassName
{
border-color: #FDE284;
}
</style>