#FAD780

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

Shades of Golden Glow #FAD780

Tints of Golden Glow #FAD780

Color information

#FAD780 (or 0xFAD780) is unknown color: approx Golden Glow. HEX triplet: FA, D7 and 80. RGB value is (250,215,128). Sum of RGB (Red+Green+Blue) = 250+215+128=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD780 is #05287F. Grayscale: #D7D7D7. Windows color (decimal): -338048 or 8443898. OLE color: 8443898.

HSL color Cylindrical-coordinate representation of color #FAD780: hue angle of 42.79º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAD780 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250215128-
CMYK00.140.490.02
HSL42.79º92.42%74.12%-
HSV(B)42.79º48.8%98.04%-
XYZ67.6270.4830.46-
YUV215.5578.6152.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 215 (84.38% from 255) = 36.26%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=42.16%
G=36.26%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021512800.140.490.0242.7992.4274.12
HexFAD7800E3122b5c4a
Octal37232720001661253134112
Binary111110101101011110000000011101100011010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD780; }

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

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

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

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

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

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

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

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