Shades of Golden Glow #FED688
Tints of Golden Glow #FED688
RGB
CMYK
RGB Variations
Color information
#FED688 (or 0xFED688) is known color: Golden Glow. HEX triplet: FE, D6 and 88. RGB value is (254,214,136). Sum of RGB (Red+Green+Blue) = 254+214+136=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED688 is #012977. Grayscale: #D9D9D9. Windows color (decimal): -76152 or 8967934. OLE color: 8967934.
HSL color Cylindrical-coordinate representation of color #FED688: hue angle of 39.66º 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 #FED688 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 136 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.00 |
| HSL | 39.66º | 0.98% | 0.76% | - |
| HSV(B) | 39.66º | 0.46% | 1% | - |
| XYZ | 69.36 | 70.94 | 33.33 | - |
| YUV | 217.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 136 | 0 | 0.16 | 0.46 | 0.00 | 39.66 | 0.98 | 0.76 |
| Hex | FE | D6 | 88 | 0 | 10 | 2E | 0 | 28 | 62 | 4C |
| Octal | 376 | 326 | 210 | 0 | 20 | 56 | 0 | 50 | 142 | 114 |
| Binary | 11111110 | 11010110 | 10001000 | 0 | 10000 | 101110 | 0 | 101000 | 1100010 | 1001100 |
Color Harmonies of #FED688
Complementary color
Monochromatic Colors of #FED688
Black with #FED688
Text Example
Text Example
White with #FED688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED688; }
p { color: rgb(254,214,136); }
H1.HeaderClassName
{
color: #FED688;
}
.AnyTagClassName
{
color: #FED688;
}
</style>
background-color css
<style>
a { background-color: #FED688; }
a { background-color: rgb(254,214,136); }
div.DivClassName
{
background-color: #FED688;
}
.BgClassName
{
background-color: #FED688;
}
</style>
border-color css
<style>
span { border-color: #FED688; }
span { border-color: rgb(254,214,136); }
td.TdClassName
{
border-color: #FED688;
}
.TagClassName
{
border-color: #FED688;
}
</style>