#FADC82

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

Shades of Golden Glow #FADC82

Tints of Golden Glow #FADC82

Color information

#FADC82 (or 0xFADC82) is unknown color: approx Golden Glow. HEX triplet: FA, DC and 82. RGB value is (250,220,130). Sum of RGB (Red+Green+Blue) = 250+220+130=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC82 is #05237D. Grayscale: #DBDBDB. Windows color (decimal): -336766 or 8576250. OLE color: 8576250.

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

Color convert

RGB250220130-
CMYK00.120.480.02
HSL45º92.31%74.51%-
HSV(B)45º48%98.04%-
XYZ69.0573.1231.59-
YUV218.7177.94150.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 130 (51.17% from 255) = 21.67%
R=41.67%
G=36.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022013000.120.480.024592.3174.51
HexFADC820C3022d5c4b
Octal37233420201460255134113
Binary111110101101110010000010011001100001010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC82; }

 p { color: rgb(250,220,130); }

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

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

 a { background-color: rgb(250,220,130); }

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

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

 span { border-color: rgb(250,220,130); }

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