Color Hex Logo

#fad01a Color Hex

#FAD01A
(250,208,26)
0 Favorites   0 Comments

Color spaces of #fad01a

RGB 25020826
HSL0.140.960.54
HSV49°90°98°
CMYK 0.000.170.90   0.02
XYZ62.166765.510310.3455
Yxy65.51030.45040.4746
Hunter Lab80.9384-4.541149.0785
CIE-Lab84.7460-0.230082.4372

#fad01a color RGB value is (250,208,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 00011010
Octal 372 320 32
Decimal 250 208 26
Hex FA D0 1A

RGB Percentages of Color #fad01a

%51.65
%42.98
%5.37

CMYK Percentages of Color #fad01a

%0
%17
%90
%2

Triadic Colors of #fad01a

#fad01a #1afad0 #d01afa

Analogous Colors of #fad01a

#fad01a #b4fa1a #fa601a

Monochromatic Colors of #fad01a

#fad01a

Complementary Color

#fad01a #1a44fa

#fad01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad01a Color CSS Codes

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

#fad01a Text Font Color

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

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


#fad01a Background Color

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

This div background color is #fad01a


#fad01a Border Color

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

This div border color is #fad01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad01a

#fad01a Color Palettes


Comments

No comments written yet.

Please login to write comment.