Html Css Color HEX #FEDE7D Golden Glow

📋 copy color: '#FEDE7D'

red 254 ◦ green 222 ◦ blue 125

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

Shades of Golden Glow #FEDE7D

Tints of Golden Glow #FEDE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.8%

R = 42.26%
G = 36.94%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEDE7D (or 0xFEDE7D) is known color: Golden Glow. HEX triplet: FE, DE and 7D. RGB value is (254,222,125). Sum of RGB (Red+Green+Blue) = 254+222+125=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7D is #012182. Grayscale: #DCDCDC. Windows color (decimal): -74115 or 8249086. OLE color: 8249086.

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

Color convert

RGB 254 222 125 -
CMYK 0 0.13 0.51 0.00
HSL 45.12º 0.98% 0.74% -
HSV(B) 45.12º 0.51% 1% -
XYZ 70.7 74.79 30.11 -
YUV 220.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 254 222 125 0 0.13 0.51 0.00 45.12 0.98 0.74
Hex FE DE 7D 0 D 33 0 2D 62 4A
Octal 376 336 175 0 15 63 0 55 142 112
Binary 11111110 11011110 1111101 0 1101 110011 0 101101 1100010 1001010

Color Harmonies of #FEDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE7D

Black with #FEDE7D

Text Example


Text Example

White with #FEDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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