#FAD788

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

Shades of Golden Glow #FAD788

Tints of Golden Glow #FAD788

Color information

#FAD788 (or 0xFAD788) is unknown color: approx Golden Glow. HEX triplet: FA, D7 and 88. RGB value is (250,215,136). Sum of RGB (Red+Green+Blue) = 250+215+136=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 136 (53.52% from 255 or 22.63% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD788 is #052877. Grayscale: #D8D8D8. Windows color (decimal): -338040 or 8968186. OLE color: 8968186.

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

Color convert

RGB250215136-
CMYK00.140.460.02
HSL41.58º91.94%75.69%-
HSV(B)41.58º45.6%98.04%-
XYZ68.1770.733.35-
YUV216.4682.6151.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 136 (53.52% from 255) = 22.63%
R=41.60%
G=35.77%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021513600.140.460.0241.5891.9475.69
HexFAD7880E2E22a5c4c
Octal37232721001656252134114
Binary111110101101011110001000011101011101010101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD788; }

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

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

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

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

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

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

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

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