#FAD887

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

Shades of Golden Glow #FAD887

Tints of Golden Glow #FAD887

Color information

#FAD887 (or 0xFAD887) is unknown color: approx Golden Glow. HEX triplet: FA, D8 and 87. RGB value is (250,216,135). Sum of RGB (Red+Green+Blue) = 250+216+135=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD887 is #052778. Grayscale: #D9D9D9. Windows color (decimal): -337785 or 8902906. OLE color: 8902906.

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

Color convert

RGB250216135-
CMYK00.140.460.02
HSL42.26º92%75.49%-
HSV(B)42.26º46%98.04%-
XYZ68.3571.1833.06-
YUV216.9381.76151.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 135 (53.12% from 255) = 22.46%
R=41.60%
G=35.94%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021613500.140.460.0242.269275.49
HexFAD8870E2E22a5c4b
Octal37233020701656252134113
Binary111110101101100010000111011101011101010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD887; }

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

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

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

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

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

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

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

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