#FAD989

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

Shades of Golden Glow #FAD989

Tints of Golden Glow #FAD989

Color information

#FAD989 (or 0xFAD989) is unknown color: approx Golden Glow. HEX triplet: FA, D9 and 89. RGB value is (250,217,137). Sum of RGB (Red+Green+Blue) = 250+217+137=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD989 is #052676. Grayscale: #DADADA. Windows color (decimal): -337527 or 9034234. OLE color: 9034234.

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

Color convert

RGB250217137-
CMYK00.130.450.02
HSL42.48º91.87%75.88%-
HSV(B)42.48º45.2%98.04%-
XYZ68.7571.7633.89-
YUV217.7582.43151-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 137 (53.91% from 255) = 22.68%
R=41.39%
G=35.93%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021713700.130.450.0242.4891.8775.88
HexFAD9890D2D22a5c4c
Octal37233121101555252134114
Binary111110101101100110001001011011011011010101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD989; }

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

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

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

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

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

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

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

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