Color Hex Logo

#fad73a Color Hex

#FAD73A
(250,215,58)
0 Favorites   0 Comments

Color spaces of #fad73a

RGB 25021558
HSL0.140.950.60
HSV49°77°98°
CMYK 0.000.140.77   0.02
XYZ64.488569.230413.9669
Yxy69.23040.43670.4688
Hunter Lab83.2048-7.260748.2908
CIE-Lab86.6180-2.961676.0620

#fad73a color RGB value is (250,215,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00111010
Octal 372 327 72
Decimal 250 215 58
Hex FA D7 3A

RGB Percentages of Color #fad73a

%47.80
%41.11
%11.09

CMYK Percentages of Color #fad73a

%0
%14
%77
%2

Triadic Colors of #fad73a

#fad73a #3afad7 #d73afa

Analogous Colors of #fad73a

#fad73a #bdfa3a #fa773a

Monochromatic Colors of #fad73a

#fad73a

Complementary Color

#fad73a #3a5dfa

#fad73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad73a Color CSS Codes

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

#fad73a Text Font Color

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

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


#fad73a Background Color

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

This div background color is #fad73a


#fad73a Border Color

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

This div border color is #fad73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad73a

Related Colors


Comments

No comments written yet.

Please login to write comment.