Color Hex Logo

#fad61f Color Hex

#FAD61F
(250,214,31)
0 Favorites   0 Comments

Color spaces of #fad61f

RGB 25021431
HSL0.140.960.55
HSV50°88°98°
CMYK 0.000.140.88   0.02
XYZ63.718268.516111.1629
Yxy68.51610.44430.4778
Hunter Lab82.7745-7.449449.9463
CIE-Lab86.2639-3.191582.7113

#fad61f color RGB value is (250,214,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 00011111
Octal 372 326 37
Decimal 250 214 31
Hex FA D6 1F

RGB Percentages of Color #fad61f

%50.51
%43.23
%6.26

CMYK Percentages of Color #fad61f

%0
%14
%88
%2

Triadic Colors of #fad61f

#fad61f #1ffad6 #d61ffa

Analogous Colors of #fad61f

#fad61f #b1fa1f #fa691f

Monochromatic Colors of #fad61f

#fad61f

Complementary Color

#fad61f #1f43fa

#fad61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad61f Color CSS Codes

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

#fad61f Text Font Color

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

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


#fad61f Background Color

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

This div background color is #fad61f


#fad61f Border Color

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

This div border color is #fad61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad61f


Comments

No comments written yet.

Please login to write comment.