Html Css Color HEX #FEDE7E Golden Glow

📋 copy color: '#FEDE7E'

red 254 ◦ green 222 ◦ blue 126

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

Shades of Golden Glow #FEDE7E

Tints of Golden Glow #FEDE7E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.88%

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

R = 42.19%
G = 36.88%
B = 20.93%

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

#FEDE7E (or 0xFEDE7E) is known color: Golden Glow. HEX triplet: FE, DE and 7E. RGB value is (254,222,126). Sum of RGB (Red+Green+Blue) = 254+222+126=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7E is #012181. Grayscale: #DDDDDD. Windows color (decimal): -74114 or 8314622. OLE color: 8314622.

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

Color convert

RGB 254 222 126 -
CMYK 0 0.13 0.50 0.00
HSL 45º 0.98% 0.75% -
HSV(B) 45º 0.5% 1% -
XYZ 70.76 74.82 30.45 -
YUV 220.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 254 222 126 0 0.13 0.50 0.00 45 0.98 0.75
Hex FE DE 7E 0 D 32 0 2D 62 4B
Octal 376 336 176 0 15 62 0 55 142 113
Binary 11111110 11011110 1111110 0 1101 110010 0 101101 1100010 1001011

Color Harmonies of #FEDE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE7E

Black with #FEDE7E

Text Example


Text Example

White with #FEDE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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