#FAD885

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

Shades of Golden Glow #FAD885

Tints of Golden Glow #FAD885

Color information

#FAD885 (or 0xFAD885) is unknown color: approx Golden Glow. HEX triplet: FA, D8 and 85. RGB value is (250,216,133). Sum of RGB (Red+Green+Blue) = 250+216+133=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD885 is #05277A. Grayscale: #D9D9D9. Windows color (decimal): -337787 or 8771834. OLE color: 8771834.

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

Color convert

RGB250216133-
CMYK00.140.470.02
HSL42.56º92.13%75.1%-
HSV(B)42.56º46.8%98.04%-
XYZ68.2171.1332.32-
YUV216.780.76151.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=41.74%
G=36.06%
B=22.20%

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
Decimal25021613300.140.470.0242.5692.1375.1
HexFAD8850E2F22b5c4b
Octal37233020501657253134113
Binary111110101101100010000101011101011111010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD885; }

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

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

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

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

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

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

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

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