Html Css Color HEX #FED980 Golden Glow

📋 copy color: '#FED980'

red 254 ◦ green 217 ◦ blue 128

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

Shades of Golden Glow #FED980

Tints of Golden Glow #FED980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

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

R = 42.4%
G = 36.23%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED980 (or 0xFED980) is known color: Golden Glow. HEX triplet: FE, D9 and 80. RGB value is (254,217,128). Sum of RGB (Red+Green+Blue) = 254+217+128=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED980 is #01267F. Grayscale: #DADADA. Windows color (decimal): -75392 or 8444414. OLE color: 8444414.

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

Color convert

RGB 254 217 128 -
CMYK 0 0.15 0.50 0.00
HSL 42.38º 0.98% 0.75% -
HSV(B) 42.38º 0.5% 1% -
XYZ 69.58 72.26 30.7 -
YUV 217.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 254 217 128 0 0.15 0.50 0.00 42.38 0.98 0.75
Hex FE D9 80 0 F 32 0 2A 62 4B
Octal 376 331 200 0 17 62 0 52 142 113
Binary 11111110 11011001 10000000 0 1111 110010 0 101010 1100010 1001011

Color Harmonies of #FED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED980

Black with #FED980

Text Example


Text Example

White with #FED980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED980; }

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

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

background-color css

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

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

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

border-color css

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

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

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