Shades of Golden Glow #FDE285
Tints of Golden Glow #FDE285
RGB
CMYK
RGB Variations
Color information
#FDE285 (or 0xFDE285) is known color: Golden Glow. HEX triplet: FD, E2 and 85. RGB value is (253,226,133). Sum of RGB (Red+Green+Blue) = 253+226+133=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE285 is #021D7A. Grayscale: #DFDFDF. Windows color (decimal): -138619 or 8774397. OLE color: 8774397.
HSL color Cylindrical-coordinate representation of color #FDE285: hue angle of 46.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDE285 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.01 |
| HSL | 46.5º | 0.97% | 0.76% | - |
| HSV(B) | 46.5º | 0.47% | 0.99% | - |
| XYZ | 71.94 | 76.97 | 33.26 | - |
| YUV | 223.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 133 | 0 | 0.11 | 0.47 | 0.01 | 46.5 | 0.97 | 0.76 |
| Hex | FD | E2 | 85 | 0 | B | 2F | 1 | 2E | 61 | 4C |
| Octal | 375 | 342 | 205 | 0 | 13 | 57 | 1 | 56 | 141 | 114 |
| Binary | 11111101 | 11100010 | 10000101 | 0 | 1011 | 101111 | 1 | 101110 | 1100001 | 1001100 |
Color Harmonies of #FDE285
Complementary color
Monochromatic Colors of #FDE285
Black with #FDE285
Text Example
Text Example
White with #FDE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE285; }
p { color: rgb(253,226,133); }
H1.HeaderClassName
{
color: #FDE285;
}
.AnyTagClassName
{
color: #FDE285;
}
</style>
background-color css
<style>
a { background-color: #FDE285; }
a { background-color: rgb(253,226,133); }
div.DivClassName
{
background-color: #FDE285;
}
.BgClassName
{
background-color: #FDE285;
}
</style>
border-color css
<style>
span { border-color: #FDE285; }
span { border-color: rgb(253,226,133); }
td.TdClassName
{
border-color: #FDE285;
}
.TagClassName
{
border-color: #FDE285;
}
</style>