Color Hex Logo

#faea1e Color Hex

#FAEA1E
(250,234,30)
0 Favorites   0 Comments

Color spaces of #faea1e

RGB 25023430
HSL0.150.960.55
HSV56°88°98°
CMYK 0.000.060.88   0.02
XYZ69.081579.263412.8867
Yxy79.26340.42850.4916
Hunter Lab89.0300-17.298153.7390
CIE-Lab91.3533-13.180186.8967

#faea1e color RGB value is (250,234,30).

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

The process color (four color CMYK) of #faea1e color hex is 0.00, 0.06, 0.88, 0.02. Web safe color of #faea1e is #ffff33. Color #faea1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00011110
Octal 372 352 36
Decimal 250 234 30
Hex FA EA 1E

RGB Percentages of Color #faea1e

%48.64
%45.53
%5.84

CMYK Percentages of Color #faea1e

%0
%6
%88
%2

Triadic Colors of #faea1e

#faea1e #1efaea #ea1efa

Analogous Colors of #faea1e

#faea1e #9cfa1e #fa7c1e

Monochromatic Colors of #faea1e

#faea1e

Complementary Color

#faea1e #1e2efa

#faea1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea1e Color CSS Codes

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

#faea1e Text Font Color

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

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


#faea1e Background Color

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

This div background color is #faea1e


#faea1e Border Color

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

This div border color is #faea1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea1e


Comments

No comments written yet.

Please login to write comment.