Color Hex Logo

#fad73e Color Hex

#FAD73E
(250,215,62)
0 Favorites   0 Comments

Color spaces of #fad73e

RGB 25021562
HSL0.140.950.61
HSV49°75°98°
CMYK 0.000.140.75   0.02
XYZ64.594369.272714.5239
Yxy69.27270.43530.4668
Hunter Lab83.2302-7.120547.9149
CIE-Lab86.6389-2.811574.7746

#fad73e color RGB value is (250,215,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00111110
Octal 372 327 76
Decimal 250 215 62
Hex FA D7 3E

RGB Percentages of Color #fad73e

%47.44
%40.80
%11.76

CMYK Percentages of Color #fad73e

%0
%14
%75
%2

Triadic Colors of #fad73e

#fad73e #3efad7 #d73efa

Analogous Colors of #fad73e

#fad73e #bffa3e #fa793e

Monochromatic Colors of #fad73e

#fad73e

Complementary Color

#fad73e #3e61fa

#fad73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad73e Color CSS Codes

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

#fad73e Text Font Color

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

This sample text font color is #fad73e
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.


#fad73e Background Color

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

This div background color is #fad73e


#fad73e Border Color

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

This div border color is #fad73e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,215,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 #fad73e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad73e


Comments

No comments written yet.

Please login to write comment.