Color Hex Logo

#fad316 Color Hex

#FAD316
(250,211,22)
0 Favorites   0 Comments

Color spaces of #fad316

RGB 25021122
HSL0.140.960.53
HSV50°91°98°
CMYK 0.000.160.91   0.02
XYZ62.863466.970510.3724
Yxy66.97050.44840.4777
Hunter Lab81.8355-6.094249.7700
CIE-Lab85.4890-1.817483.6393

#fad316 color RGB value is (250,211,22).

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

The process color (four color CMYK) of #fad316 color hex is 0.00, 0.16, 0.91, 0.02. Web safe color of #fad316 is #ffcc00. Color #fad316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 00010110
Octal 372 323 26
Decimal 250 211 22
Hex FA D3 16

RGB Percentages of Color #fad316

%51.76
%43.69
%4.55

CMYK Percentages of Color #fad316

%0
%16
%91
%2

Triadic Colors of #fad316

#fad316 #16fad3 #d316fa

Analogous Colors of #fad316

#fad316 #affa16 #fa6116

Monochromatic Colors of #fad316

#fad316

Complementary Color

#fad316 #163dfa

#fad316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad316 Color CSS Codes

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

#fad316 Text Font Color

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

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


#fad316 Background Color

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

This div background color is #fad316


#fad316 Border Color

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

This div border color is #fad316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad316


Comments

No comments written yet.

Please login to write comment.