#FAD785

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

Shades of Golden Glow #FAD785

Tints of Golden Glow #FAD785

Color information

#FAD785 (or 0xFAD785) is unknown color: approx Golden Glow. HEX triplet: FA, D7 and 85. RGB value is (250,215,133). Sum of RGB (Red+Green+Blue) = 250+215+133=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD785 is #05287A. Grayscale: #D8D8D8. Windows color (decimal): -338043 or 8771578. OLE color: 8771578.

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

Color convert

RGB250215133-
CMYK00.140.470.02
HSL42.05º92.13%75.1%-
HSV(B)42.05º46.8%98.04%-
XYZ67.9670.6232.24-
YUV216.1281.1152.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 133 (52.34% from 255) = 22.24%
R=41.81%
G=35.95%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021513300.140.470.0242.0592.1375.1
HexFAD7850E2F22a5c4b
Octal37232720501657252134113
Binary111110101101011110000101011101011111010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD785; }

 p { color: rgb(250,215,133); }

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

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

 a { background-color: rgb(250,215,133); }

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

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

 span { border-color: rgb(250,215,133); }

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