#FEDC7D

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

Shades of Golden Glow #FEDC7D

Tints of Golden Glow #FEDC7D

Color information

#FEDC7D (or 0xFEDC7D) is unknown color: approx Golden Glow. HEX triplet: FE, DC and 7D. RGB value is (254,220,125). Sum of RGB (Red+Green+Blue) = 254+220+125=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7D is #012382. Grayscale: #DBDBDB. Windows color (decimal): -74627 or 8248574. OLE color: 8248574.

HSL color Cylindrical-coordinate representation of color #FEDC7D: hue angle of 44.19º 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 #FEDC7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254220125-
CMYK00.130.510.00
HSL44.19º98.47%74.31%-
HSV(B)44.19º50.79%99.61%-
XYZ70.1773.7429.94-
YUV219.3474.76152.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 125 (49.22% from 255) = 20.87%
R=42.40%
G=36.73%
B=20.87%

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
Decimal25422012500.130.510.0044.1998.4774.31
HexFEDC7D0D3302c624a
Octal37633417501563054142112
Binary1111111011011100111110101101110011010110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC7D; }

 p { color: rgb(254,220,125); }

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

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

 a { background-color: rgb(254,220,125); }

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

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

 span { border-color: rgb(254,220,125); }

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