Color Hex Logo

#faea20 Color Hex

#FAEA20
(250,234,32)
0 Favorites   0 Comments

Color spaces of #faea20

RGB 25023432
HSL0.150.960.55
HSV56°87°98°
CMYK 0.000.060.87   0.02
XYZ69.107979.273913.0255
Yxy79.27390.42820.4911
Hunter Lab89.0359-17.264653.6513
CIE-Lab91.3581-13.143386.5536

#faea20 color RGB value is (250,234,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00100000
Octal 372 352 40
Decimal 250 234 32
Hex FA EA 20

RGB Percentages of Color #faea20

%48.45
%45.35
%6.20

CMYK Percentages of Color #faea20

%0
%6
%87
%2

Triadic Colors of #faea20

#faea20 #20faea #ea20fa

Analogous Colors of #faea20

#faea20 #9dfa20 #fa7d20

Monochromatic Colors of #faea20

#faea20

Complementary Color

#faea20 #2030fa

#faea20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea20 Color CSS Codes

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

#faea20 Text Font Color

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

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


#faea20 Background Color

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

This div background color is #faea20


#faea20 Border Color

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

This div border color is #faea20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea20

Related Colors


Comments

No comments written yet.

Please login to write comment.