Color Hex Logo

#fad33a Color Hex

#FAD33A
(250,211,58)
0 Favorites   0 Comments

Color spaces of #fad33a

RGB 25021158
HSL0.130.950.60
HSV48°77°98°
CMYK 0.000.160.77   0.02
XYZ63.482367.218013.6315
Yxy67.21800.43980.4657
Hunter Lab81.9866-5.263847.5328
CIE-Lab85.6139-0.930775.1447

#fad33a color RGB value is (250,211,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 00111010
Octal 372 323 72
Decimal 250 211 58
Hex FA D3 3A

RGB Percentages of Color #fad33a

%48.17
%40.66
%11.18

CMYK Percentages of Color #fad33a

%0
%16
%77
%2

Triadic Colors of #fad33a

#fad33a #3afad3 #d33afa

Analogous Colors of #fad33a

#fad33a #c1fa3a #fa733a

Monochromatic Colors of #fad33a

#fad33a

Complementary Color

#fad33a #3a61fa

#fad33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad33a Color CSS Codes

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

#fad33a Text Font Color

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

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


#fad33a Background Color

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

This div background color is #fad33a


#fad33a Border Color

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

This div border color is #fad33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad33a


Comments

No comments written yet.

Please login to write comment.