Shades of Golden Glow #FDDE8A
Tints of Golden Glow #FDDE8A
RGB
CMYK
RGB Variations
Color information
#FDDE8A (or 0xFDDE8A) is known color: Golden Glow. HEX triplet: FD, DE and 8A. RGB value is (253,222,138). Sum of RGB (Red+Green+Blue) = 253+222+138=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE8A is #022175. Grayscale: #DEDEDE. Windows color (decimal): -139638 or 9101053. OLE color: 9101053.
HSL color Cylindrical-coordinate representation of color #FDDE8A: hue angle of 43.83º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDDE8A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 138 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.01 |
| HSL | 43.83º | 0.97% | 0.77% | - |
| HSV(B) | 43.83º | 0.45% | 0.99% | - |
| XYZ | 71.22 | 74.96 | 34.76 | - |
| YUV | 221.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 138 | 0 | 0.12 | 0.45 | 0.01 | 43.83 | 0.97 | 0.77 |
| Hex | FD | DE | 8A | 0 | C | 2D | 1 | 2C | 61 | 4D |
| Octal | 375 | 336 | 212 | 0 | 14 | 55 | 1 | 54 | 141 | 115 |
| Binary | 11111101 | 11011110 | 10001010 | 0 | 1100 | 101101 | 1 | 101100 | 1100001 | 1001101 |
Color Harmonies of #FDDE8A
Complementary color
Monochromatic Colors of #FDDE8A
Black with #FDDE8A
Text Example
Text Example
White with #FDDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE8A; }
p { color: rgb(253,222,138); }
H1.HeaderClassName
{
color: #FDDE8A;
}
.AnyTagClassName
{
color: #FDDE8A;
}
</style>
background-color css
<style>
a { background-color: #FDDE8A; }
a { background-color: rgb(253,222,138); }
div.DivClassName
{
background-color: #FDDE8A;
}
.BgClassName
{
background-color: #FDDE8A;
}
</style>
border-color css
<style>
span { border-color: #FDDE8A; }
span { border-color: rgb(253,222,138); }
td.TdClassName
{
border-color: #FDDE8A;
}
.TagClassName
{
border-color: #FDDE8A;
}
</style>