Shades of Golden Glow #FDE185
Tints of Golden Glow #FDE185
RGB
CMYK
RGB Variations
Color information
#FDE185 (or 0xFDE185) is known color: Golden Glow. HEX triplet: FD, E1 and 85. RGB value is (253,225,133). Sum of RGB (Red+Green+Blue) = 253+225+133=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE185 is #021E7A. Grayscale: #DFDFDF. Windows color (decimal): -138875 or 8774141. OLE color: 8774141.
HSL color Cylindrical-coordinate representation of color #FDE185: hue angle of 46º 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 #FDE185 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.01 |
| HSL | 46º | 0.97% | 0.76% | - |
| HSV(B) | 46º | 0.47% | 0.99% | - |
| XYZ | 71.67 | 76.43 | 33.16 | - |
| YUV | 222.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 133 | 0 | 0.11 | 0.47 | 0.01 | 46 | 0.97 | 0.76 |
| Hex | FD | E1 | 85 | 0 | B | 2F | 1 | 2E | 61 | 4C |
| Octal | 375 | 341 | 205 | 0 | 13 | 57 | 1 | 56 | 141 | 114 |
| Binary | 11111101 | 11100001 | 10000101 | 0 | 1011 | 101111 | 1 | 101110 | 1100001 | 1001100 |
Color Harmonies of #FDE185
Complementary color
Monochromatic Colors of #FDE185
Black with #FDE185
Text Example
Text Example
White with #FDE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE185; }
p { color: rgb(253,225,133); }
H1.HeaderClassName
{
color: #FDE185;
}
.AnyTagClassName
{
color: #FDE185;
}
</style>
background-color css
<style>
a { background-color: #FDE185; }
a { background-color: rgb(253,225,133); }
div.DivClassName
{
background-color: #FDE185;
}
.BgClassName
{
background-color: #FDE185;
}
</style>
border-color css
<style>
span { border-color: #FDE185; }
span { border-color: rgb(253,225,133); }
td.TdClassName
{
border-color: #FDE185;
}
.TagClassName
{
border-color: #FDE185;
}
</style>