#FEDC80

Color #FEDC80 Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FEDC80

Tints of Golden Glow #FEDC80

Color information

#FEDC80 (or 0xFEDC80) is unknown color: approx Golden Glow. HEX triplet: FE, DC and 80. RGB value is (254,220,128). Sum of RGB (Red+Green+Blue) = 254+220+128=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC80 is #01237F. Grayscale: #DCDCDC. Windows color (decimal): -74624 or 8445182. OLE color: 8445182.

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

Color convert

RGB254220128-
CMYK00.130.500.00
HSL43.81º98.44%74.9%-
HSV(B)43.81º49.61%99.61%-
XYZ70.3673.8230.96-
YUV219.6876.26152.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 21.26%
R=42.19%
G=36.54%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422012800.130.500.0043.8198.4474.9
HexFEDC800D3202c624b
Octal37633420001562054142113
Binary11111110110111001000000001101110010010110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC80; }

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

 H1.HeaderClassName
 {
   color: #FEDC80;
 }
 .AnyTagClassName
 {
   color: #FEDC80;
 }
</style>
background-color css

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

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

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

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

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

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