Color Hex Logo

#fad53e Color Hex

#FAD53E
(250,213,62)
0 Favorites   0 Comments

Color spaces of #fad53e

RGB 25021362
HSL0.130.950.61
HSV48°75°98°
CMYK 0.000.150.75   0.02
XYZ64.088168.260314.3552
Yxy68.26030.43690.4653
Hunter Lab82.6198-6.122347.5322
CIE-Lab86.1364-1.797174.3055

#fad53e color RGB value is (250,213,62).

#fad53e hex color red value is 250, green value is 213 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fad53e hue: 0.13 , saturation: 0.95 and the lightness value of fad53e is 0.61.

The process color (four color CMYK) of #fad53e color hex is 0.00, 0.15, 0.75, 0.02. Web safe color of #fad53e is #ffcc33. Color #fad53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 00111110
Octal 372 325 76
Decimal 250 213 62
Hex FA D5 3E

RGB Percentages of Color #fad53e

%47.62
%40.57
%11.81

CMYK Percentages of Color #fad53e

%0
%15
%75
%2

Triadic Colors of #fad53e

#fad53e #3efad5 #d53efa

Analogous Colors of #fad53e

#fad53e #c1fa3e #fa773e

Monochromatic Colors of #fad53e

#fad53e

Complementary Color

#fad53e #3e63fa

#fad53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad53e Color CSS Codes

.mybgcolor {background-color:#fad53e; } 
.myforecolor {color:#fad53e; }
.mybordercolor {border:3px solid #fad53e; }

#fad53e Text Font Color

<p style="color:#fad53e">Text here</p>

This sample text font color is #fad53e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fad53e Background Color

<div style="background-color:#fad53e">
Div content here</div>

This div background color is #fad53e


#fad53e Border Color

<div style="border:3px solid #fad53e">
Div here</div>

This div border color is #fad53e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,213,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fad53e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fad53e;
  -webkit-box-shadow: 1px 1px 3px 2px #fad53e;
  box-shadow:         1px 1px 3px 2px #fad53e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,213,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fad53e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fad53e;
  -webkit-box-shadow: 1px 1px 3px 2px #fad53e;
  box-shadow:         1px 1px 3px 2px #fad53e;">
Div content here</div>

This div box has shadow with color #fad53e


Comments

No comments written yet.

Please login to write comment.