Shades of Golden Glow #FED486
Tints of Golden Glow #FED486
RGB
CMYK
RGB Variations
Color information
#FED486 (or 0xFED486) is known color: Golden Glow. HEX triplet: FE, D4 and 86. RGB value is (254,212,134). Sum of RGB (Red+Green+Blue) = 254+212+134=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED486 is #012B79. Grayscale: #D8D8D8. Windows color (decimal): -76666 or 8836350. OLE color: 8836350.
HSL color Cylindrical-coordinate representation of color #FED486: hue angle of 39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FED486 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 134 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.00 |
| HSL | 39º | 0.98% | 0.76% | - |
| HSV(B) | 39º | 0.47% | 1% | - |
| XYZ | 68.72 | 69.88 | 32.42 | - |
| YUV | 215.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 134 | 0 | 0.17 | 0.47 | 0.00 | 39 | 0.98 | 0.76 |
| Hex | FE | D4 | 86 | 0 | 11 | 2F | 0 | 27 | 62 | 4C |
| Octal | 376 | 324 | 206 | 0 | 21 | 57 | 0 | 47 | 142 | 114 |
| Binary | 11111110 | 11010100 | 10000110 | 0 | 10001 | 101111 | 0 | 100111 | 1100010 | 1001100 |
Color Harmonies of #FED486
Complementary color
Monochromatic Colors of #FED486
Black with #FED486
Text Example
Text Example
White with #FED486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED486; }
p { color: rgb(254,212,134); }
H1.HeaderClassName
{
color: #FED486;
}
.AnyTagClassName
{
color: #FED486;
}
</style>
background-color css
<style>
a { background-color: #FED486; }
a { background-color: rgb(254,212,134); }
div.DivClassName
{
background-color: #FED486;
}
.BgClassName
{
background-color: #FED486;
}
</style>
border-color css
<style>
span { border-color: #FED486; }
span { border-color: rgb(254,212,134); }
td.TdClassName
{
border-color: #FED486;
}
.TagClassName
{
border-color: #FED486;
}
</style>