Shades of Golden Glow #FED888
Tints of Golden Glow #FED888
RGB
CMYK
RGB Variations
Color information
#FED888 (or 0xFED888) is known color: Golden Glow. HEX triplet: FE, D8 and 88. RGB value is (254,216,136). Sum of RGB (Red+Green+Blue) = 254+216+136=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED888 is #012777. Grayscale: #DADADA. Windows color (decimal): -75640 or 8968446. OLE color: 8968446.
HSL color Cylindrical-coordinate representation of color #FED888: hue angle of 40.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED888 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 136 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40.68º | 0.98% | 0.76% | - |
| HSV(B) | 40.68º | 0.46% | 1% | - |
| XYZ | 69.87 | 71.96 | 33.5 | - |
| YUV | 218.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 136 | 0 | 0.15 | 0.46 | 0.00 | 40.68 | 0.98 | 0.76 |
| Hex | FE | D8 | 88 | 0 | F | 2E | 0 | 29 | 62 | 4C |
| Octal | 376 | 330 | 210 | 0 | 17 | 56 | 0 | 51 | 142 | 114 |
| Binary | 11111110 | 11011000 | 10001000 | 0 | 1111 | 101110 | 0 | 101001 | 1100010 | 1001100 |
Color Harmonies of #FED888
Complementary color
Monochromatic Colors of #FED888
Black with #FED888
Text Example
Text Example
White with #FED888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED888; }
p { color: rgb(254,216,136); }
H1.HeaderClassName
{
color: #FED888;
}
.AnyTagClassName
{
color: #FED888;
}
</style>
background-color css
<style>
a { background-color: #FED888; }
a { background-color: rgb(254,216,136); }
div.DivClassName
{
background-color: #FED888;
}
.BgClassName
{
background-color: #FED888;
}
</style>
border-color css
<style>
span { border-color: #FED888; }
span { border-color: rgb(254,216,136); }
td.TdClassName
{
border-color: #FED888;
}
.TagClassName
{
border-color: #FED888;
}
</style>