#FADD87

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

Shades of Golden Glow #FADD87

Tints of Golden Glow #FADD87

Color information

#FADD87 (or 0xFADD87) is unknown color: approx Golden Glow. HEX triplet: FA, DD and 87. RGB value is (250,221,135). Sum of RGB (Red+Green+Blue) = 250+221+135=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD87 is #052278. Grayscale: #DCDCDC. Windows color (decimal): -336505 or 8904186. OLE color: 8904186.

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

Color convert

RGB250221135-
CMYK00.120.460.02
HSL44.87º92%75.49%-
HSV(B)44.87º46%98.04%-
XYZ69.6573.7933.49-
YUV219.8780.11149.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 135 (53.12% from 255) = 22.28%
R=41.25%
G=36.47%
B=22.28%

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
Decimal25022113500.120.460.0244.879275.49
HexFADD870C2E22d5c4b
Octal37233520701456255134113
Binary111110101101110110000111011001011101010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD87; }

 p { color: rgb(250,221,135); }

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

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

 a { background-color: rgb(250,221,135); }

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

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

 span { border-color: rgb(250,221,135); }

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