Html Css Color HEX #FEDC7E Golden Glow

📋 copy color: '#FEDC7E'

red 254 ◦ green 220 ◦ blue 126

#FEDC7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FEDC7E

Tints of Golden Glow #FEDC7E

RGB

 RED value IS 254 (99.61% from 255) = 42.33%

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 126 (49.61% from 255) = 21%

R = 42.33%
G = 36.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEDC7E (or 0xFEDC7E) is known color: Golden Glow. HEX triplet: FE, DC and 7E. RGB value is (254,220,126). Sum of RGB (Red+Green+Blue) = 254+220+126=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7E is #012381. Grayscale: #DBDBDB. Windows color (decimal): -74626 or 8314110. OLE color: 8314110.

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

Color convert

RGB 254 220 126 -
CMYK 0 0.13 0.50 0.00
HSL 44.06º 0.98% 0.75% -
HSV(B) 44.06º 0.5% 1% -
XYZ 70.23 73.76 30.27 -
YUV 219.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 254 220 126 0 0.13 0.50 0.00 44.06 0.98 0.75
Hex FE DC 7E 0 D 32 0 2C 62 4B
Octal 376 334 176 0 15 62 0 54 142 113
Binary 11111110 11011100 1111110 0 1101 110010 0 101100 1100010 1001011

Color Harmonies of #FEDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC7E

Black with #FEDC7E

Text Example


Text Example

White with #FEDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC7E; }

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

 H1.HeaderClassName
 {
   color: #FEDC7E;
 }
 .AnyTagClassName
 {
   color: #FEDC7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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