Shades of Golden Glow #FEDC83
Tints of Golden Glow #FEDC83
RGB
CMYK
RGB Variations
Color information
#FEDC83 (or 0xFEDC83) is known color: Golden Glow. HEX triplet: FE, DC and 83. RGB value is (254,220,131). Sum of RGB (Red+Green+Blue) = 254+220+131=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC83 is #01237C. Grayscale: #DCDCDC. Windows color (decimal): -74621 or 8641790. OLE color: 8641790.
HSL color Cylindrical-coordinate representation of color #FEDC83: hue angle of 43.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDC83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.00 |
| HSL | 43.41º | 0.98% | 0.75% | - |
| HSV(B) | 43.41º | 0.48% | 1% | - |
| XYZ | 70.56 | 73.9 | 32.02 | - |
| YUV | 220.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 131 | 0 | 0.13 | 0.48 | 0.00 | 43.41 | 0.98 | 0.75 |
| Hex | FE | DC | 83 | 0 | D | 30 | 0 | 2B | 62 | 4B |
| Octal | 376 | 334 | 203 | 0 | 15 | 60 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011100 | 10000011 | 0 | 1101 | 110000 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDC83
Complementary color
Monochromatic Colors of #FEDC83
Black with #FEDC83
Text Example
Text Example
White with #FEDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC83; }
p { color: rgb(254,220,131); }
H1.HeaderClassName
{
color: #FEDC83;
}
.AnyTagClassName
{
color: #FEDC83;
}
</style>
background-color css
<style>
a { background-color: #FEDC83; }
a { background-color: rgb(254,220,131); }
div.DivClassName
{
background-color: #FEDC83;
}
.BgClassName
{
background-color: #FEDC83;
}
</style>
border-color css
<style>
span { border-color: #FEDC83; }
span { border-color: rgb(254,220,131); }
td.TdClassName
{
border-color: #FEDC83;
}
.TagClassName
{
border-color: #FEDC83;
}
</style>