#FAD688

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

Shades of Golden Glow #FAD688

Tints of Golden Glow #FAD688

Color information

#FAD688 (or 0xFAD688) is unknown color: approx Golden Glow. HEX triplet: FA, D6 and 88. RGB value is (250,214,136). Sum of RGB (Red+Green+Blue) = 250+214+136=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD688 is #052977. Grayscale: #D8D8D8. Windows color (decimal): -338296 or 8967930. OLE color: 8967930.

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

Color convert

RGB250214136-
CMYK00.140.460.02
HSL41.05º91.94%75.69%-
HSV(B)41.05º45.6%98.04%-
XYZ67.9170.1933.26-
YUV215.8782.93152.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=41.67%
G=35.67%
B=22.67%

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
Decimal25021413600.140.460.0241.0591.9475.69
HexFAD6880E2E2295c4c
Octal37232621001656251134114
Binary111110101101011010001000011101011101010100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD688; }

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

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

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

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

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

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

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

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