#FADE88

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

Shades of Golden Glow #FADE88

Tints of Golden Glow #FADE88

Color information

#FADE88 (or 0xFADE88) is unknown color: approx Golden Glow. HEX triplet: FA, DE and 88. RGB value is (250,222,136). Sum of RGB (Red+Green+Blue) = 250+222+136=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE88 is #052177. Grayscale: #DCDCDC. Windows color (decimal): -336248 or 8969978. OLE color: 8969978.

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

Color convert

RGB250222136-
CMYK00.110.460.02
HSL45.26º91.94%75.69%-
HSV(B)45.26º45.6%98.04%-
XYZ69.9974.3433.95-
YUV220.5780.28148.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 136 (53.52% from 255) = 22.37%
R=41.12%
G=36.51%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022213600.110.460.0245.2691.9475.69
HexFADE880B2E22d5c4c
Octal37233621001356255134114
Binary111110101101111010001000010111011101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE88; }

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

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

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

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

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

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

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

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