Shades of Golden Glow #FDE087
Tints of Golden Glow #FDE087
RGB
CMYK
RGB Variations
Color information
#FDE087 (or 0xFDE087) is known color: Golden Glow. HEX triplet: FD, E0 and 87. RGB value is (253,224,135). Sum of RGB (Red+Green+Blue) = 253+224+135=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 135 (53.12% from 255 or 22.06% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE087 is #021F78. Grayscale: #DEDEDE. Windows color (decimal): -139129 or 8904957. OLE color: 8904957.
HSL color Cylindrical-coordinate representation of color #FDE087: hue angle of 45.25º 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 #FDE087 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 135 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.01 |
| HSL | 45.25º | 0.97% | 0.76% | - |
| HSV(B) | 45.25º | 0.47% | 0.99% | - |
| XYZ | 71.54 | 75.94 | 33.81 | - |
| YUV | 222.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 135 | 0 | 0.11 | 0.47 | 0.01 | 45.25 | 0.97 | 0.76 |
| Hex | FD | E0 | 87 | 0 | B | 2F | 1 | 2D | 61 | 4C |
| Octal | 375 | 340 | 207 | 0 | 13 | 57 | 1 | 55 | 141 | 114 |
| Binary | 11111101 | 11100000 | 10000111 | 0 | 1011 | 101111 | 1 | 101101 | 1100001 | 1001100 |
Color Harmonies of #FDE087
Complementary color
Monochromatic Colors of #FDE087
Black with #FDE087
Text Example
Text Example
White with #FDE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE087; }
p { color: rgb(253,224,135); }
H1.HeaderClassName
{
color: #FDE087;
}
.AnyTagClassName
{
color: #FDE087;
}
</style>
background-color css
<style>
a { background-color: #FDE087; }
a { background-color: rgb(253,224,135); }
div.DivClassName
{
background-color: #FDE087;
}
.BgClassName
{
background-color: #FDE087;
}
</style>
border-color css
<style>
span { border-color: #FDE087; }
span { border-color: rgb(253,224,135); }
td.TdClassName
{
border-color: #FDE087;
}
.TagClassName
{
border-color: #FDE087;
}
</style>