#FAD977

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

Shades of Golden Glow #FAD977

Tints of Golden Glow #FAD977

Color information

#FAD977 (or 0xFAD977) is unknown color: approx Golden Glow. HEX triplet: FA, D9 and 77. RGB value is (250,217,119). Sum of RGB (Red+Green+Blue) = 250+217+119=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD977 is #052688. Grayscale: #D8D8D8. Windows color (decimal): -337545 or 7854586. OLE color: 7854586.

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

Color convert

RGB250217119-
CMYK00.130.520.02
HSL44.89º92.91%72.35%-
HSV(B)44.89º52.4%98.04%-
XYZ67.5771.2827.65-
YUV215.773.43152.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 119 (46.88% from 255) = 20.31%
R=42.66%
G=37.03%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021711900.130.520.0244.8992.9172.35
HexFAD9770D3422d5d48
Octal37233116701564255135110
Binary11111010110110011110111011011101001010110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD977; }

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

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

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

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

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

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

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

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