#FADC88

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

Shades of Golden Glow #FADC88

Tints of Golden Glow #FADC88

Color information

#FADC88 (or 0xFADC88) is unknown color: approx Golden Glow. HEX triplet: FA, DC and 88. RGB value is (250,220,136). Sum of RGB (Red+Green+Blue) = 250+220+136=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC88 is #052377. Grayscale: #DBDBDB. Windows color (decimal): -336760 or 8969466. OLE color: 8969466.

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

Color convert

RGB250220136-
CMYK00.120.460.02
HSL44.21º91.94%75.69%-
HSV(B)44.21º45.6%98.04%-
XYZ69.4673.2933.78-
YUV219.3980.94149.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 136 (53.52% from 255) = 22.44%
R=41.25%
G=36.30%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022013600.120.460.0244.2191.9475.69
HexFADC880C2E22c5c4c
Octal37233421001456254134114
Binary111110101101110010001000011001011101010110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC88; }

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

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

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

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

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

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

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

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