Shades of Golden Glow #FED88A
Tints of Golden Glow #FED88A
RGB
CMYK
RGB Variations
Color information
#FED88A (or 0xFED88A) is known color: Golden Glow. HEX triplet: FE, D8 and 8A. RGB value is (254,216,138). Sum of RGB (Red+Green+Blue) = 254+216+138=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88A is #012775. Grayscale: #DADADA. Windows color (decimal): -75638 or 9099518. OLE color: 9099518.
HSL color Cylindrical-coordinate representation of color #FED88A: hue angle of 40.34º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED88A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 138 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40.34º | 0.98% | 0.77% | - |
| HSV(B) | 40.34º | 0.46% | 1% | - |
| XYZ | 70.02 | 72.02 | 34.26 | - |
| YUV | 218.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 138 | 0 | 0.15 | 0.46 | 0.00 | 40.34 | 0.98 | 0.77 |
| Hex | FE | D8 | 8A | 0 | F | 2E | 0 | 28 | 62 | 4D |
| Octal | 376 | 330 | 212 | 0 | 17 | 56 | 0 | 50 | 142 | 115 |
| Binary | 11111110 | 11011000 | 10001010 | 0 | 1111 | 101110 | 0 | 101000 | 1100010 | 1001101 |
Color Harmonies of #FED88A
Complementary color
Monochromatic Colors of #FED88A
Black with #FED88A
Text Example
Text Example
White with #FED88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED88A; }
p { color: rgb(254,216,138); }
H1.HeaderClassName
{
color: #FED88A;
}
.AnyTagClassName
{
color: #FED88A;
}
</style>
background-color css
<style>
a { background-color: #FED88A; }
a { background-color: rgb(254,216,138); }
div.DivClassName
{
background-color: #FED88A;
}
.BgClassName
{
background-color: #FED88A;
}
</style>
border-color css
<style>
span { border-color: #FED88A; }
span { border-color: rgb(254,216,138); }
td.TdClassName
{
border-color: #FED88A;
}
.TagClassName
{
border-color: #FED88A;
}
</style>