Color Hex Logo

#fae439 Color Hex

#FAE439
(250,228,57)
0 Favorites   0 Comments

Color spaces of #fae439

RGB 25022857
HSL0.150.950.60
HSV53°77°98°
CMYK 0.000.090.77   0.02
XYZ67.906376.106214.9818
Yxy76.10620.42710.4787
Hunter Lab87.2389-13.724550.8852
CIE-Lab89.9086-9.516779.3492

#fae439 color RGB value is (250,228,57).

#fae439 hex color red value is 250, green value is 228 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #fae439 hue: 0.15 , saturation: 0.95 and the lightness value of fae439 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00111001
Octal 372 344 71
Decimal 250 228 57
Hex FA E4 39

RGB Percentages of Color #fae439

%46.73
%42.62
%10.65

CMYK Percentages of Color #fae439

%0
%9
%77
%2

Triadic Colors of #fae439

#fae439 #39fae4 #e439fa

Analogous Colors of #fae439

#fae439 #b0fa39 #fa8439

Monochromatic Colors of #fae439

#fae439

Complementary Color

#fae439 #394ffa

#fae439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae439 Color CSS Codes

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

#fae439 Text Font Color

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

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


#fae439 Background Color

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

This div background color is #fae439


#fae439 Border Color

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

This div border color is #fae439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae439


Comments

No comments written yet.

Please login to write comment.