#FAD976

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

Shades of Golden Glow #FAD976

Tints of Golden Glow #FAD976

Color information

#FAD976 (or 0xFAD976) is unknown color: approx Golden Glow. HEX triplet: FA, D9 and 76. RGB value is (250,217,118). Sum of RGB (Red+Green+Blue) = 250+217+118=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD976 is #052689. Grayscale: #D8D8D8. Windows color (decimal): -337546 or 7789050. OLE color: 7789050.

HSL color Cylindrical-coordinate representation of color #FAD976: hue angle of 45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAD976 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250217118-
CMYK00.130.530.02
HSL45º92.96%72.16%-
HSV(B)45º52.8%98.04%-
XYZ67.5171.2627.34-
YUV215.5872.93152.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=42.74%
G=37.09%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021711800.130.530.024592.9672.16
HexFAD9760D3522d5d48
Octal37233116601565255135110
Binary11111010110110011110110011011101011010110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD976; }

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

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

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

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

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

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

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

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