Shades of Golden Glow #FDE385
Tints of Golden Glow #FDE385
RGB
CMYK
RGB Variations
Color information
#FDE385 (or 0xFDE385) is known color: Golden Glow. HEX triplet: FD, E3 and 85. RGB value is (253,227,133). Sum of RGB (Red+Green+Blue) = 253+227+133=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE385 is #021C7A. Grayscale: #E0E0E0. Windows color (decimal): -138363 or 8774653. OLE color: 8774653.
HSL color Cylindrical-coordinate representation of color #FDE385: hue angle of 47º 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 #FDE385 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 133 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.01 |
| HSL | 47º | 0.97% | 0.76% | - |
| HSV(B) | 47º | 0.47% | 0.99% | - |
| XYZ | 72.21 | 77.51 | 33.35 | - |
| YUV | 224.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 133 | 0 | 0.10 | 0.47 | 0.01 | 47 | 0.97 | 0.76 |
| Hex | FD | E3 | 85 | 0 | A | 2F | 1 | 2F | 61 | 4C |
| Octal | 375 | 343 | 205 | 0 | 12 | 57 | 1 | 57 | 141 | 114 |
| Binary | 11111101 | 11100011 | 10000101 | 0 | 1010 | 101111 | 1 | 101111 | 1100001 | 1001100 |
Color Harmonies of #FDE385
Complementary color
Monochromatic Colors of #FDE385
Black with #FDE385
Text Example
Text Example
White with #FDE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE385; }
p { color: rgb(253,227,133); }
H1.HeaderClassName
{
color: #FDE385;
}
.AnyTagClassName
{
color: #FDE385;
}
</style>
background-color css
<style>
a { background-color: #FDE385; }
a { background-color: rgb(253,227,133); }
div.DivClassName
{
background-color: #FDE385;
}
.BgClassName
{
background-color: #FDE385;
}
</style>
border-color css
<style>
span { border-color: #FDE385; }
span { border-color: rgb(253,227,133); }
td.TdClassName
{
border-color: #FDE385;
}
.TagClassName
{
border-color: #FDE385;
}
</style>