Shades of Golden Glow #FDE085
Tints of Golden Glow #FDE085
RGB
CMYK
RGB Variations
Color information
#FDE085 (or 0xFDE085) is known color: Golden Glow. HEX triplet: FD, E0 and 85. RGB value is (253,224,133). Sum of RGB (Red+Green+Blue) = 253+224+133=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE085 is #021F7A. Grayscale: #DEDEDE. Windows color (decimal): -139131 or 8773885. OLE color: 8773885.
HSL color Cylindrical-coordinate representation of color #FDE085: hue angle of 45.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 #FDE085 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.01 |
| HSL | 45.5º | 0.97% | 0.76% | - |
| HSV(B) | 45.5º | 0.47% | 0.99% | - |
| XYZ | 71.4 | 75.89 | 33.08 | - |
| YUV | 222.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 133 | 0 | 0.11 | 0.47 | 0.01 | 45.5 | 0.97 | 0.76 |
| Hex | FD | E0 | 85 | 0 | B | 2F | 1 | 2E | 61 | 4C |
| Octal | 375 | 340 | 205 | 0 | 13 | 57 | 1 | 56 | 141 | 114 |
| Binary | 11111101 | 11100000 | 10000101 | 0 | 1011 | 101111 | 1 | 101110 | 1100001 | 1001100 |
Color Harmonies of #FDE085
Complementary color
Monochromatic Colors of #FDE085
Black with #FDE085
Text Example
Text Example
White with #FDE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE085; }
p { color: rgb(253,224,133); }
H1.HeaderClassName
{
color: #FDE085;
}
.AnyTagClassName
{
color: #FDE085;
}
</style>
background-color css
<style>
a { background-color: #FDE085; }
a { background-color: rgb(253,224,133); }
div.DivClassName
{
background-color: #FDE085;
}
.BgClassName
{
background-color: #FDE085;
}
</style>
border-color css
<style>
span { border-color: #FDE085; }
span { border-color: rgb(253,224,133); }
td.TdClassName
{
border-color: #FDE085;
}
.TagClassName
{
border-color: #FDE085;
}
</style>