Shades of Golden Glow #FEDB7F
Tints of Golden Glow #FEDB7F
RGB
CMYK
RGB Variations
Color information
#FEDB7F (or 0xFEDB7F) is known color: Golden Glow. HEX triplet: FE, DB and 7F. RGB value is (254,219,127). Sum of RGB (Red+Green+Blue) = 254+219+127=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB7F is #012480. Grayscale: #DBDBDB. Windows color (decimal): -74881 or 8379390. OLE color: 8379390.
HSL color Cylindrical-coordinate representation of color #FEDB7F: hue angle of 43.46º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEDB7F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 127 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.00 |
| HSL | 43.46º | 0.98% | 0.75% | - |
| HSV(B) | 43.46º | 0.5% | 1% | - |
| XYZ | 70.04 | 73.27 | 30.53 | - |
| YUV | 218.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 127 | 0 | 0.14 | 0.50 | 0.00 | 43.46 | 0.98 | 0.75 |
| Hex | FE | DB | 7F | 0 | E | 32 | 0 | 2B | 62 | 4B |
| Octal | 376 | 333 | 177 | 0 | 16 | 62 | 0 | 53 | 142 | 113 |
| Binary | 11111110 | 11011011 | 1111111 | 0 | 1110 | 110010 | 0 | 101011 | 1100010 | 1001011 |
Color Harmonies of #FEDB7F
Complementary color
Monochromatic Colors of #FEDB7F
Black with #FEDB7F
Text Example
Text Example
White with #FEDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB7F; }
p { color: rgb(254,219,127); }
H1.HeaderClassName
{
color: #FEDB7F;
}
.AnyTagClassName
{
color: #FEDB7F;
}
</style>
background-color css
<style>
a { background-color: #FEDB7F; }
a { background-color: rgb(254,219,127); }
div.DivClassName
{
background-color: #FEDB7F;
}
.BgClassName
{
background-color: #FEDB7F;
}
</style>
border-color css
<style>
span { border-color: #FEDB7F; }
span { border-color: rgb(254,219,127); }
td.TdClassName
{
border-color: #FEDB7F;
}
.TagClassName
{
border-color: #FEDB7F;
}
</style>