Shades of Golden Glow #FDE081
Tints of Golden Glow #FDE081
RGB
CMYK
RGB Variations
Color information
#FDE081 (or 0xFDE081) is known color: Golden Glow. HEX triplet: FD, E0 and 81. RGB value is (253,224,129). Sum of RGB (Red+Green+Blue) = 253+224+129=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE081 is #021F7E. Grayscale: #DEDEDE. Windows color (decimal): -139135 or 8511741. OLE color: 8511741.
HSL color Cylindrical-coordinate representation of color #FDE081: hue angle of 45.97º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDE081 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 129 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.01 |
| HSL | 45.97º | 0.97% | 0.75% | - |
| HSV(B) | 45.97º | 0.49% | 0.99% | - |
| XYZ | 71.13 | 75.78 | 31.65 | - |
| YUV | 221.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 129 | 0 | 0.11 | 0.49 | 0.01 | 45.97 | 0.97 | 0.75 |
| Hex | FD | E0 | 81 | 0 | B | 31 | 1 | 2E | 61 | 4B |
| Octal | 375 | 340 | 201 | 0 | 13 | 61 | 1 | 56 | 141 | 113 |
| Binary | 11111101 | 11100000 | 10000001 | 0 | 1011 | 110001 | 1 | 101110 | 1100001 | 1001011 |
Color Harmonies of #FDE081
Complementary color
Monochromatic Colors of #FDE081
Black with #FDE081
Text Example
Text Example
White with #FDE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE081; }
p { color: rgb(253,224,129); }
H1.HeaderClassName
{
color: #FDE081;
}
.AnyTagClassName
{
color: #FDE081;
}
</style>
background-color css
<style>
a { background-color: #FDE081; }
a { background-color: rgb(253,224,129); }
div.DivClassName
{
background-color: #FDE081;
}
.BgClassName
{
background-color: #FDE081;
}
</style>
border-color css
<style>
span { border-color: #FDE081; }
span { border-color: rgb(253,224,129); }
td.TdClassName
{
border-color: #FDE081;
}
.TagClassName
{
border-color: #FDE081;
}
</style>