Shades of Golden Glow #FDE188
Tints of Golden Glow #FDE188
RGB
CMYK
RGB Variations
Color information
#FDE188 (or 0xFDE188) is known color: Golden Glow. HEX triplet: FD, E1 and 88. RGB value is (253,225,136). Sum of RGB (Red+Green+Blue) = 253+225+136=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE188 is #021E77. Grayscale: #DFDFDF. Windows color (decimal): -138872 or 8970749. OLE color: 8970749.
HSL color Cylindrical-coordinate representation of color #FDE188: hue angle of 45.64º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDE188 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 136 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45.64º | 0.97% | 0.76% | - |
| HSV(B) | 45.64º | 0.46% | 0.99% | - |
| XYZ | 71.88 | 76.51 | 34.27 | - |
| YUV | 223.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 136 | 0 | 0.11 | 0.46 | 0.01 | 45.64 | 0.97 | 0.76 |
| Hex | FD | E1 | 88 | 0 | B | 2E | 1 | 2E | 61 | 4C |
| Octal | 375 | 341 | 210 | 0 | 13 | 56 | 1 | 56 | 141 | 114 |
| Binary | 11111101 | 11100001 | 10001000 | 0 | 1011 | 101110 | 1 | 101110 | 1100001 | 1001100 |
Color Harmonies of #FDE188
Complementary color
Monochromatic Colors of #FDE188
Black with #FDE188
Text Example
Text Example
White with #FDE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE188; }
p { color: rgb(253,225,136); }
H1.HeaderClassName
{
color: #FDE188;
}
.AnyTagClassName
{
color: #FDE188;
}
</style>
background-color css
<style>
a { background-color: #FDE188; }
a { background-color: rgb(253,225,136); }
div.DivClassName
{
background-color: #FDE188;
}
.BgClassName
{
background-color: #FDE188;
}
</style>
border-color css
<style>
span { border-color: #FDE188; }
span { border-color: rgb(253,225,136); }
td.TdClassName
{
border-color: #FDE188;
}
.TagClassName
{
border-color: #FDE188;
}
</style>