Shades of Golden Glow #FED88B
Tints of Golden Glow #FED88B
RGB
CMYK
RGB Variations
Color information
#FED88B (or 0xFED88B) is known color: Golden Glow. HEX triplet: FE, D8 and 8B. RGB value is (254,216,139). Sum of RGB (Red+Green+Blue) = 254+216+139=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88B is #012774. Grayscale: #DADADA. Windows color (decimal): -75637 or 9165054. OLE color: 9165054.
HSL color Cylindrical-coordinate representation of color #FED88B: hue angle of 40.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FED88B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 139 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.00 |
| HSL | 40.17º | 0.98% | 0.77% | - |
| HSV(B) | 40.17º | 0.45% | 1% | - |
| XYZ | 70.09 | 72.05 | 34.64 | - |
| YUV | 218.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 139 | 0 | 0.15 | 0.45 | 0.00 | 40.17 | 0.98 | 0.77 |
| Hex | FE | D8 | 8B | 0 | F | 2D | 0 | 28 | 62 | 4D |
| Octal | 376 | 330 | 213 | 0 | 17 | 55 | 0 | 50 | 142 | 115 |
| Binary | 11111110 | 11011000 | 10001011 | 0 | 1111 | 101101 | 0 | 101000 | 1100010 | 1001101 |
Color Harmonies of #FED88B
Complementary color
Monochromatic Colors of #FED88B
Black with #FED88B
Text Example
Text Example
White with #FED88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED88B; }
p { color: rgb(254,216,139); }
H1.HeaderClassName
{
color: #FED88B;
}
.AnyTagClassName
{
color: #FED88B;
}
</style>
background-color css
<style>
a { background-color: #FED88B; }
a { background-color: rgb(254,216,139); }
div.DivClassName
{
background-color: #FED88B;
}
.BgClassName
{
background-color: #FED88B;
}
</style>
border-color css
<style>
span { border-color: #FED88B; }
span { border-color: rgb(254,216,139); }
td.TdClassName
{
border-color: #FED88B;
}
.TagClassName
{
border-color: #FED88B;
}
</style>