Color Hex Logo

#fad03a Color Hex

#FAD03A
(250,208,58)
0 Favorites   0 Comments

Color spaces of #fad03a

RGB 25020858
HSL0.130.950.60
HSV47°77°98°
CMYK 0.000.170.77   0.02
XYZ62.743965.741213.3854
Yxy65.74120.44230.4634
Hunter Lab81.0809-3.760746.9687
CIE-Lab84.86420.599574.4579

#fad03a color RGB value is (250,208,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 00111010
Octal 372 320 72
Decimal 250 208 58
Hex FA D0 3A

RGB Percentages of Color #fad03a

%48.45
%40.31
%11.24

CMYK Percentages of Color #fad03a

%0
%17
%77
%2

Triadic Colors of #fad03a

#fad03a #3afad0 #d03afa

Analogous Colors of #fad03a

#fad03a #c4fa3a #fa703a

Monochromatic Colors of #fad03a

#fad03a

Complementary Color

#fad03a #3a64fa

#fad03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad03a Color CSS Codes

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

#fad03a Text Font Color

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

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


#fad03a Background Color

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

This div background color is #fad03a


#fad03a Border Color

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

This div border color is #fad03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad03a

Related Colors


Comments

No comments written yet.

Please login to write comment.