Color Hex Logo

#fae60a Color Hex

#FAE60A
(250,230,10)
0 Favorites   0 Comments

Color spaces of #fae60a

RGB 25023010
HSL0.150.960.51
HSV55°96°98°
CMYK 0.000.080.96   0.02
XYZ67.775976.939511.5658
Yxy76.93950.43370.4923
Hunter Lab87.7152-15.577953.5829
CIE-Lab90.2938-11.463188.5465

#fae60a color RGB value is (250,230,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00001010
Octal 372 346 12
Decimal 250 230 10
Hex FA E6 A

RGB Percentages of Color #fae60a

%51.02
%46.94
%2.04

CMYK Percentages of Color #fae60a

%0
%8
%96
%2

Triadic Colors of #fae60a

#fae60a #0afae6 #e60afa

Analogous Colors of #fae60a

#fae60a #96fa0a #fa6e0a

Monochromatic Colors of #fae60a

#fae60a

Complementary Color

#fae60a #0a1efa

#fae60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae60a Color CSS Codes

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

#fae60a Text Font Color

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

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


#fae60a Background Color

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

This div background color is #fae60a


#fae60a Border Color

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

This div border color is #fae60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae60a


Comments

No comments written yet.

Please login to write comment.