#FAD877

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

Shades of Golden Glow #FAD877

Tints of Golden Glow #FAD877

Color information

#FAD877 (or 0xFAD877) is unknown color: approx Golden Glow. HEX triplet: FA, D8 and 77. RGB value is (250,216,119). Sum of RGB (Red+Green+Blue) = 250+216+119=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD877 is #052788. Grayscale: #D7D7D7. Windows color (decimal): -337801 or 7854330. OLE color: 7854330.

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

Color convert

RGB250216119-
CMYK00.140.520.02
HSL44.43º92.91%72.35%-
HSV(B)44.43º52.4%98.04%-
XYZ67.3170.7727.56-
YUV215.1173.76152.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 119 (46.88% from 255) = 20.34%
R=42.74%
G=36.92%
B=20.34%

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
Decimal25021611900.140.520.0244.4392.9172.35
HexFAD8770E3422c5d48
Octal37233016701664254135110
Binary11111010110110001110111011101101001010110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD877; }

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

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

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

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

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

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

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

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