#FEDE7C

Color #FEDE7C Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FEDE7C

Tints of Golden Glow #FEDE7C

Color information

#FEDE7C (or 0xFEDE7C) is unknown color: approx Golden Glow. HEX triplet: FE, DE and 7C. RGB value is (254,222,124). Sum of RGB (Red+Green+Blue) = 254+222+124=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7C is #012183. Grayscale: #DCDCDC. Windows color (decimal): -74116 or 8183550. OLE color: 8183550.

HSL color Cylindrical-coordinate representation of color #FEDE7C: hue angle of 45.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEDE7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254222124-
CMYK00.130.510.00
HSL45.23º98.48%74.12%-
HSV(B)45.23º51.18%99.61%-
XYZ70.6374.7729.78-
YUV220.473.6151.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 124 (48.83% from 255) = 20.67%
R=42.33%
G=37%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422212400.130.510.0045.2398.4874.12
HexFEDE7C0D3302d624a
Octal37633617401563055142112
Binary1111111011011110111110001101110011010110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE7C; }

 p { color: rgb(254,222,124); }

 H1.HeaderClassName
 {
   color: #FEDE7C;
 }
 .AnyTagClassName
 {
   color: #FEDE7C;
 }
</style>
background-color css

<style>
 a { background-color: #FEDE7C; }

 a { background-color: rgb(254,222,124); }

 div.DivClassName
 {
   background-color: #FEDE7C;
 }
 .BgClassName
 {
   background-color: #FEDE7C;
 }
</style>
border-color css

<style>
 span { border-color: #FEDE7C; }

 span { border-color: rgb(254,222,124); }

 td.TdClassName
 {
   border-color: #FEDE7C;
 }
 .TagClassName
 {
   border-color: #FEDE7C;
 }
</style>