Color Hex Logo

#fad62a Color Hex

#FAD62A
(250,214,42)
0 Favorites   0 Comments

Color spaces of #fad62a

RGB 25021442
HSL0.140.950.57
HSV50°83°98°
CMYK 0.000.140.83   0.02
XYZ63.888868.584312.0613
Yxy68.58430.44200.4745
Hunter Lab82.8156-7.222149.3359
CIE-Lab86.2978-2.947580.3231

#fad62a color RGB value is (250,214,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 00101010
Octal 372 326 52
Decimal 250 214 42
Hex FA D6 2A

RGB Percentages of Color #fad62a

%49.41
%42.29
%8.30

CMYK Percentages of Color #fad62a

%0
%14
%83
%2

Triadic Colors of #fad62a

#fad62a #2afad6 #d62afa

Analogous Colors of #fad62a

#fad62a #b6fa2a #fa6e2a

Monochromatic Colors of #fad62a

#fad62a

Complementary Color

#fad62a #2a4efa

#fad62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad62a Color CSS Codes

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

#fad62a Text Font Color

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

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


#fad62a Background Color

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

This div background color is #fad62a


#fad62a Border Color

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

This div border color is #fad62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad62a

Related Colors


Comments

No comments written yet.

Please login to write comment.