#FADC87

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

Shades of Golden Glow #FADC87

Tints of Golden Glow #FADC87

Color information

#FADC87 (or 0xFADC87) is unknown color: approx Golden Glow. HEX triplet: FA, DC and 87. RGB value is (250,220,135). Sum of RGB (Red+Green+Blue) = 250+220+135=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 135 (53.12% from 255 or 22.31% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC87 is #052378. Grayscale: #DBDBDB. Windows color (decimal): -336761 or 8903930. OLE color: 8903930.

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

Color convert

RGB250220135-
CMYK00.120.460.02
HSL44.35º92%75.49%-
HSV(B)44.35º46%98.04%-
XYZ69.3973.2633.4-
YUV219.2880.44149.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 135 (53.12% from 255) = 22.31%
R=41.32%
G=36.36%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022013500.120.460.0244.359275.49
HexFADC870C2E22c5c4b
Octal37233420701456254134113
Binary111110101101110010000111011001011101010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC87; }

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

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

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

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

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

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

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

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