#FEDC83

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

Shades of Golden Glow #FEDC83

Tints of Golden Glow #FEDC83

Color information

#FEDC83 (or 0xFEDC83) is unknown color: approx Golden Glow. HEX triplet: FE, DC and 83. RGB value is (254,220,131). Sum of RGB (Red+Green+Blue) = 254+220+131=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC83 is #01237C. Grayscale: #DCDCDC. Windows color (decimal): -74621 or 8641790. OLE color: 8641790.

HSL color Cylindrical-coordinate representation of color #FEDC83: hue angle of 43.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDC83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254220131-
CMYK00.130.480.00
HSL43.41º98.4%75.49%-
HSV(B)43.41º48.43%99.61%-
XYZ70.5673.932.02-
YUV220.0277.76152.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 131 (51.56% from 255) = 21.65%
R=41.98%
G=36.36%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422013100.130.480.0043.4198.475.49
HexFEDC830D3002b624b
Octal37633420301560053142113
Binary11111110110111001000001101101110000010101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC83; }

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

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

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

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

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

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

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

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