#FAD777

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

Shades of Golden Glow #FAD777

Tints of Golden Glow #FAD777

Color information

#FAD777 (or 0xFAD777) is unknown color: approx Golden Glow. HEX triplet: FA, D7 and 77. RGB value is (250,215,119). Sum of RGB (Red+Green+Blue) = 250+215+119=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD777 is #052888. Grayscale: #D6D6D6. Windows color (decimal): -338057 or 7854074. OLE color: 7854074.

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

Color convert

RGB250215119-
CMYK00.140.520.02
HSL43.97º92.91%72.35%-
HSV(B)43.97º52.4%98.04%-
XYZ67.0570.2627.48-
YUV214.5274.1153.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 119 (46.88% from 255) = 20.38%
R=42.81%
G=36.82%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021511900.140.520.0243.9792.9172.35
HexFAD7770E3422c5d48
Octal37232716701664254135110
Binary11111010110101111110111011101101001010110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD777; }

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

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

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

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

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

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

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

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