Shades of Golden Glow #FDD88A
Tints of Golden Glow #FDD88A
RGB
CMYK
RGB Variations
Color information
#FDD88A (or 0xFDD88A) is known color: Golden Glow. HEX triplet: FD, D8 and 8A. RGB value is (253,216,138). Sum of RGB (Red+Green+Blue) = 253+216+138=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD88A is #022775. Grayscale: #DADADA. Windows color (decimal): -141174 or 9099517. OLE color: 9099517.
HSL color Cylindrical-coordinate representation of color #FDD88A: hue angle of 40.7º 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 #FDD88A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 138 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40.7º | 0.97% | 0.77% | - |
| HSV(B) | 40.7º | 0.45% | 0.99% | - |
| XYZ | 69.65 | 71.83 | 34.24 | - |
| YUV | 218.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 138 | 0 | 0.15 | 0.45 | 0.01 | 40.7 | 0.97 | 0.77 |
| Hex | FD | D8 | 8A | 0 | F | 2D | 1 | 29 | 61 | 4D |
| Octal | 375 | 330 | 212 | 0 | 17 | 55 | 1 | 51 | 141 | 115 |
| Binary | 11111101 | 11011000 | 10001010 | 0 | 1111 | 101101 | 1 | 101001 | 1100001 | 1001101 |
Color Harmonies of #FDD88A
Complementary color
Monochromatic Colors of #FDD88A
Black with #FDD88A
Text Example
Text Example
White with #FDD88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD88A; }
p { color: rgb(253,216,138); }
H1.HeaderClassName
{
color: #FDD88A;
}
.AnyTagClassName
{
color: #FDD88A;
}
</style>
background-color css
<style>
a { background-color: #FDD88A; }
a { background-color: rgb(253,216,138); }
div.DivClassName
{
background-color: #FDD88A;
}
.BgClassName
{
background-color: #FDD88A;
}
</style>
border-color css
<style>
span { border-color: #FDD88A; }
span { border-color: rgb(253,216,138); }
td.TdClassName
{
border-color: #FDD88A;
}
.TagClassName
{
border-color: #FDD88A;
}
</style>