Color Hex Logo

#fad03e Color Hex

#FAD03E
(250,208,62)
0 Favorites   0 Comments

Color spaces of #fad03e

RGB 25020862
HSL0.130.950.61
HSV47°75°98°
CMYK 0.000.170.75   0.02
XYZ62.849765.783513.9424
Yxy65.78350.44080.4614
Hunter Lab81.1070-3.617946.5829
CIE-Lab84.88590.750973.1345

#fad03e color RGB value is (250,208,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 00111110
Octal 372 320 76
Decimal 250 208 62
Hex FA D0 3E

RGB Percentages of Color #fad03e

%48.08
%40.00
%11.92

CMYK Percentages of Color #fad03e

%0
%17
%75
%2

Triadic Colors of #fad03e

#fad03e #3efad0 #d03efa

Analogous Colors of #fad03e

#fad03e #c6fa3e #fa723e

Monochromatic Colors of #fad03e

#fad03e

Complementary Color

#fad03e #3e68fa

#fad03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad03e Color CSS Codes

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

#fad03e Text Font Color

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

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


#fad03e Background Color

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

This div background color is #fad03e


#fad03e Border Color

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

This div border color is #fad03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad03e


Comments

No comments written yet.

Please login to write comment.