Html Css Color HEX #FEDC7F Golden Glow

📋 copy color: '#FEDC7F'

red 254 ◦ green 220 ◦ blue 127

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

Shades of Golden Glow #FEDC7F

Tints of Golden Glow #FEDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.13%

R = 42.26%
G = 36.61%
B = 21.13%

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

#FEDC7F (or 0xFEDC7F) is known color: Golden Glow. HEX triplet: FE, DC and 7F. RGB value is (254,220,127). Sum of RGB (Red+Green+Blue) = 254+220+127=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7F is #012380. Grayscale: #DBDBDB. Windows color (decimal): -74625 or 8379646. OLE color: 8379646.

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

Color convert

RGB 254 220 127 -
CMYK 0 0.13 0.50 0.00
HSL 43.94º 0.98% 0.75% -
HSV(B) 43.94º 0.5% 1% -
XYZ 70.3 73.79 30.62 -
YUV 219.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 254 220 127 0 0.13 0.50 0.00 43.94 0.98 0.75
Hex FE DC 7F 0 D 32 0 2C 62 4B
Octal 376 334 177 0 15 62 0 54 142 113
Binary 11111110 11011100 1111111 0 1101 110010 0 101100 1100010 1001011

Color Harmonies of #FEDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC7F

Black with #FEDC7F

Text Example


Text Example

White with #FEDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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