Html Css Color HEX #FEDC7D Golden Glow

📋 copy color: '#FEDC7D'

red 254 ◦ green 220 ◦ blue 125

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

Shades of Golden Glow #FEDC7D

Tints of Golden Glow #FEDC7D

RGB

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

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

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

R = 42.4%
G = 36.73%
B = 20.87%

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

#FEDC7D (or 0xFEDC7D) is known color: 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

RGB 254 220 125 -
CMYK 0 0.13 0.51 0.00
HSL 44.19º 0.98% 0.74% -
HSV(B) 44.19º 0.51% 1% -
XYZ 70.17 73.74 29.94 -
YUV 219.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 254 220 125 0 0.13 0.51 0.00 44.19 0.98 0.74
Hex FE DC 7D 0 D 33 0 2C 62 4A
Octal 376 334 175 0 15 63 0 54 142 112
Binary 11111110 11011100 1111101 0 1101 110011 0 101100 1100010 1001010

Color Harmonies of #FEDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC7D

Black with #FEDC7D

Text Example


Text Example

White with #FEDC7D

Text Example


Text Example

HTML Codes & Css Web 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>