#FAD888

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

Shades of Golden Glow #FAD888

Tints of Golden Glow #FAD888

Color information

#FAD888 (or 0xFAD888) is unknown color: approx Golden Glow. HEX triplet: FA, D8 and 88. RGB value is (250,216,136). Sum of RGB (Red+Green+Blue) = 250+216+136=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD888 is #052777. Grayscale: #D9D9D9. Windows color (decimal): -337784 or 8968442. OLE color: 8968442.

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

Color convert

RGB250216136-
CMYK00.140.460.02
HSL42.11º91.94%75.69%-
HSV(B)42.11º45.6%98.04%-
XYZ68.4271.2133.43-
YUV217.0582.26151.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 136 (53.52% from 255) = 22.59%
R=41.53%
G=35.88%
B=22.59%

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
Decimal25021613600.140.460.0242.1191.9475.69
HexFAD8880E2E22a5c4c
Octal37233021001656252134114
Binary111110101101100010001000011101011101010101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD888; }

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

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

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

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

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

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

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

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