Color Hex Logo

#fae60e Color Hex

#FAE60E
(250,230,14)
0 Favorites   0 Comments

Color spaces of #fae60e

RGB 25023014
HSL0.150.960.52
HSV55°94°98°
CMYK 0.000.080.94   0.02
XYZ67.800476.949311.6947
Yxy76.94930.43340.4919
Hunter Lab87.7208-15.546653.5001
CIE-Lab90.2983-11.428788.2037

#fae60e color RGB value is (250,230,14).

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

The process color (four color CMYK) of #fae60e color hex is 0.00, 0.08, 0.94, 0.02. Web safe color of #fae60e is #ffff00. Color #fae60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00001110
Octal 372 346 16
Decimal 250 230 14
Hex FA E6 E

RGB Percentages of Color #fae60e

%50.61
%46.56
%2.83

CMYK Percentages of Color #fae60e

%0
%8
%94
%2

Triadic Colors of #fae60e

#fae60e #0efae6 #e60efa

Analogous Colors of #fae60e

#fae60e #98fa0e #fa700e

Monochromatic Colors of #fae60e

#fae60e

Complementary Color

#fae60e #0e22fa

#fae60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae60e Color CSS Codes

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

#fae60e Text Font Color

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

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


#fae60e Background Color

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

This div background color is #fae60e


#fae60e Border Color

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

This div border color is #fae60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae60e


Comments

No comments written yet.

Please login to write comment.