#FAD47E

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

Shades of Golden Glow #FAD47E

Tints of Golden Glow #FAD47E

Color information

#FAD47E (or 0xFAD47E) is unknown color: approx Golden Glow. HEX triplet: FA, D4 and 7E. RGB value is (250,212,126). Sum of RGB (Red+Green+Blue) = 250+212+126=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD47E is #052B81. Grayscale: #D5D5D5. Windows color (decimal): -338818 or 8312058. OLE color: 8312058.

HSL color Cylindrical-coordinate representation of color #FAD47E: hue angle of 41.61º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD47E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250212126-
CMYK00.150.500.02
HSL41.61º92.54%73.73%-
HSV(B)41.61º49.6%98.04%-
XYZ66.7368.9229.52-
YUV213.5678.59153.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 126 (49.61% from 255) = 21.43%
R=42.52%
G=36.05%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021212600.150.500.0241.6192.5473.73
HexFAD47E0F3222a5d4a
Octal37232417601762252135112
Binary11111010110101001111110011111100101010101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD47E; }

 p { color: rgb(250,212,126); }

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

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

 a { background-color: rgb(250,212,126); }

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

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

 span { border-color: rgb(250,212,126); }

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