Color Hex Logo

#fae93f Color Hex

#FAE93F
(250,233,63)
0 Favorites   0 Comments

Color spaces of #fae93f

RGB 25023363
HSL0.150.950.61
HSV55°75°98°
CMYK 0.000.070.75   0.02
XYZ69.460578.960716.2826
Yxy78.96070.42170.4794
Hunter Lab88.8598-15.973751.3376
CIE-Lab91.2165-11.769778.6984

#fae93f color RGB value is (250,233,63).

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

The process color (four color CMYK) of #fae93f color hex is 0.00, 0.07, 0.75, 0.02. Web safe color of #fae93f is #ffff33. Color #fae93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00111111
Octal 372 351 77
Decimal 250 233 63
Hex FA E9 3F

RGB Percentages of Color #fae93f

%45.79
%42.67
%11.54

CMYK Percentages of Color #fae93f

%0
%7
%75
%2

Triadic Colors of #fae93f

#fae93f #3ffae9 #e93ffa

Analogous Colors of #fae93f

#fae93f #aefa3f #fa8c3f

Monochromatic Colors of #fae93f

#fae93f

Complementary Color

#fae93f #3f50fa

#fae93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae93f Color CSS Codes

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

#fae93f Text Font Color

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

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


#fae93f Background Color

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

This div background color is #fae93f


#fae93f Border Color

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

This div border color is #fae93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae93f


Comments

No comments written yet.

Please login to write comment.