Color Hex Logo

#fad64a Color Hex

#FAD64A
(250,214,74)
0 Favorites   0 Comments

Color spaces of #fad64a

RGB 25021474
HSL0.130.950.64
HSV48°70°98°
CMYK 0.000.140.70   0.02
XYZ64.706968.911516.3694
Yxy68.91150.43140.4594
Hunter Lab83.0130-6.135646.4176
CIE-Lab86.4602-1.786070.3096

#fad64a color RGB value is (250,214,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 01001010
Octal 372 326 112
Decimal 250 214 74
Hex FA D6 4A

RGB Percentages of Color #fad64a

%46.47
%39.78
%13.75

CMYK Percentages of Color #fad64a

%0
%14
%70
%2

Triadic Colors of #fad64a

#fad64a #4afad6 #d64afa

Analogous Colors of #fad64a

#fad64a #c6fa4a #fa7e4a

Monochromatic Colors of #fad64a

#fad64a

Complementary Color

#fad64a #4a6efa

#fad64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad64a Color CSS Codes

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

#fad64a Text Font Color

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

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


#fad64a Background Color

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

This div background color is #fad64a


#fad64a Border Color

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

This div border color is #fad64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad64a

Related Colors

#fad64a Color Palettes


Comments

No comments written yet.

Please login to write comment.