#FADC83

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

Shades of Golden Glow #FADC83

Tints of Golden Glow #FADC83

Color information

#FADC83 (or 0xFADC83) is unknown color: approx Golden Glow. HEX triplet: FA, DC and 83. RGB value is (250,220,131). Sum of RGB (Red+Green+Blue) = 250+220+131=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC83 is #05237C. Grayscale: #DBDBDB. Windows color (decimal): -336765 or 8641786. OLE color: 8641786.

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

Color convert

RGB250220131-
CMYK00.120.480.02
HSL44.87º92.25%74.71%-
HSV(B)44.87º47.6%98.04%-
XYZ69.1173.1531.95-
YUV218.8278.44150.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 131 (51.56% from 255) = 21.80%
R=41.60%
G=36.61%
B=21.80%

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
Decimal25022013100.120.480.0244.8792.2574.71
HexFADC830C3022d5c4b
Octal37233420301460255134113
Binary111110101101110010000011011001100001010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC83; }

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

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

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

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

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

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

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

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