Color Hex Logo

#fae320 Color Hex

#FAE320
(250,227,32)
0 Favorites   0 Comments

Color spaces of #fae320

RGB 25022732
HSL0.150.960.55
HSV54°87°98°
CMYK 0.000.090.87   0.02
XYZ67.154175.366412.3743
Yxy75.36640.43350.4866
Hunter Lab86.8138-13.847052.3186
CIE-Lab89.5643-9.689385.1313

#fae320 color RGB value is (250,227,32).

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

The process color (four color CMYK) of #fae320 color hex is 0.00, 0.09, 0.87, 0.02. Web safe color of #fae320 is #ffcc33. Color #fae320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00100000
Octal 372 343 40
Decimal 250 227 32
Hex FA E3 20

RGB Percentages of Color #fae320

%49.12
%44.60
%6.29

CMYK Percentages of Color #fae320

%0
%9
%87
%2

Triadic Colors of #fae320

#fae320 #20fae3 #e320fa

Analogous Colors of #fae320

#fae320 #a4fa20 #fa7620

Monochromatic Colors of #fae320

#fae320

Complementary Color

#fae320 #2037fa

#fae320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae320 Color CSS Codes

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

#fae320 Text Font Color

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

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


#fae320 Background Color

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

This div background color is #fae320


#fae320 Border Color

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

This div border color is #fae320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae320


Comments

No comments written yet.

Please login to write comment.