#FADC89

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

Shades of Golden Glow #FADC89

Tints of Golden Glow #FADC89

Color information

#FADC89 (or 0xFADC89) is unknown color: approx Golden Glow. HEX triplet: FA, DC and 89. RGB value is (250,220,137). Sum of RGB (Red+Green+Blue) = 250+220+137=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC89 is #052376. Grayscale: #DBDBDB. Windows color (decimal): -336759 or 9035002. OLE color: 9035002.

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

Color convert

RGB250220137-
CMYK00.120.450.02
HSL44.07º91.87%75.88%-
HSV(B)44.07º45.2%98.04%-
XYZ69.5373.3234.15-
YUV219.5181.44149.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 137 (53.91% from 255) = 22.57%
R=41.19%
G=36.24%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022013700.120.450.0244.0791.8775.88
HexFADC890C2D22c5c4c
Octal37233421101455254134114
Binary111110101101110010001001011001011011010110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC89; }

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

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

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

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

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

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

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

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