Color Hex Logo

#faad1e Color Hex

#FAAD1E
(250,173,30)
0 Favorites   0 Comments

Color spaces of #faad1e

RGB 25017330
HSL0.110.960.55
HSV39°88°98°
CMYK 0.000.310.88   0.02
XYZ54.602350.30498.0603
Yxy50.30490.48330.4453
Hunter Lab70.925913.297742.9102
CIE-Lab76.256017.994475.0851

#faad1e color RGB value is (250,173,30).

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

The process color (four color CMYK) of #faad1e color hex is 0.00, 0.31, 0.88, 0.02. Web safe color of #faad1e is #ff9933. Color #faad1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00011110
Octal 372 255 36
Decimal 250 173 30
Hex FA AD 1E

RGB Percentages of Color #faad1e

%55.19
%38.19
%6.62

CMYK Percentages of Color #faad1e

%0
%31
%88
%2

Triadic Colors of #faad1e

#faad1e #1efaad #ad1efa

Analogous Colors of #faad1e

#faad1e #d9fa1e #fa3f1e

Monochromatic Colors of #faad1e

#faad1e

Complementary Color

#faad1e #1e6bfa

#faad1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad1e Color CSS Codes

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

#faad1e Text Font Color

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

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


#faad1e Background Color

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

This div background color is #faad1e


#faad1e Border Color

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

This div border color is #faad1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad1e


Comments

No comments written yet.

Please login to write comment.