Color Hex Logo

#fad242 Color Hex

#FAD242
(250,210,66)
0 Favorites   0 Comments

Color spaces of #fad242

RGB 25021066
HSL0.130.950.62
HSV47°74°98°
CMYK 0.000.160.74   0.02
XYZ63.454366.810514.7056
Yxy66.81050.43770.4609
Hunter Lab81.7377-4.468546.5494
CIE-Lab85.4082-0.108072.2282

#fad242 color RGB value is (250,210,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01000010
Octal 372 322 102
Decimal 250 210 66
Hex FA D2 42

RGB Percentages of Color #fad242

%47.53
%39.92
%12.55

CMYK Percentages of Color #fad242

%0
%16
%74
%2

Triadic Colors of #fad242

#fad242 #42fad2 #d242fa

Analogous Colors of #fad242

#fad242 #c6fa42 #fa7642

Monochromatic Colors of #fad242

#fad242

Complementary Color

#fad242 #426afa

#fad242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad242 Color CSS Codes

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

#fad242 Text Font Color

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

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


#fad242 Background Color

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

This div background color is #fad242


#fad242 Border Color

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

This div border color is #fad242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad242


Comments

No comments written yet.

Please login to write comment.