Html Css Color HEX #FEDF80 Golden Glow

📋 copy color: '#FEDF80'

red 254 ◦ green 223 ◦ blue 128

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

Shades of Golden Glow #FEDF80

Tints of Golden Glow #FEDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 41.98%
G = 36.86%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEDF80 (or 0xFEDF80) is known color: Golden Glow. HEX triplet: FE, DF and 80. RGB value is (254,223,128). Sum of RGB (Red+Green+Blue) = 254+223+128=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF80 is #01207F. Grayscale: #DDDDDD. Windows color (decimal): -73856 or 8445950. OLE color: 8445950.

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

Color convert

RGB 254 223 128 -
CMYK 0 0.12 0.50 0.00
HSL 45.24º 0.98% 0.75% -
HSV(B) 45.24º 0.5% 1% -
XYZ 71.16 75.4 31.23 -
YUV 221.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 254 223 128 0 0.12 0.50 0.00 45.24 0.98 0.75
Hex FE DF 80 0 C 32 0 2D 62 4B
Octal 376 337 200 0 14 62 0 55 142 113
Binary 11111110 11011111 10000000 0 1100 110010 0 101101 1100010 1001011

Color Harmonies of #FEDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF80

Black with #FEDF80

Text Example


Text Example

White with #FEDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF80; }

 p { color: rgb(254,223,128); }

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

background-color css

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

 a { background-color: rgb(254,223,128); }

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

border-color css

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

 span { border-color: rgb(254,223,128); }

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