Color Hex Logo

#fae03c Color Hex

#FAE03C
(250,224,60)
0 Favorites   0 Comments

Color spaces of #fae03c

RGB 25022460
HSL0.140.950.61
HSV52°76°98°
CMYK 0.000.100.76   0.02
XYZ66.895673.961515.0252
Yxy73.96150.42910.4745
Hunter Lab86.0009-11.655749.8421
CIE-Lab88.9043-7.416477.5180

#fae03c color RGB value is (250,224,60).

#fae03c hex color red value is 250, green value is 224 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fae03c hue: 0.14 , saturation: 0.95 and the lightness value of fae03c is 0.61.

The process color (four color CMYK) of #fae03c color hex is 0.00, 0.10, 0.76, 0.02. Web safe color of #fae03c is #ffcc33. Color #fae03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00111100
Octal 372 340 74
Decimal 250 224 60
Hex FA E0 3C

RGB Percentages of Color #fae03c

%46.82
%41.95
%11.24

CMYK Percentages of Color #fae03c

%0
%10
%76
%2

Triadic Colors of #fae03c

#fae03c #3cfae0 #e03cfa

Analogous Colors of #fae03c

#fae03c #b5fa3c #fa813c

Monochromatic Colors of #fae03c

#fae03c

Complementary Color

#fae03c #3c56fa

#fae03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae03c Color CSS Codes

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

#fae03c Text Font Color

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

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


#fae03c Background Color

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

This div background color is #fae03c


#fae03c Border Color

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

This div border color is #fae03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae03c

Related Colors


Comments

No comments written yet.

Please login to write comment.