Color Hex Logo

#fae53f Color Hex

#FAE53F
(250,229,63)
0 Favorites   0 Comments

Color spaces of #fae53f

RGB 25022963
HSL0.150.950.61
HSV53°75°98°
CMYK 0.000.080.75   0.02
XYZ68.340976.721515.9094
Yxy76.72150.42460.4766
Hunter Lab87.5908-14.013050.5445
CIE-Lab90.1933-9.792177.7516

#fae53f color RGB value is (250,229,63).

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

The process color (four color CMYK) of #fae53f color hex is 0.00, 0.08, 0.75, 0.02. Web safe color of #fae53f is #ffcc33. Color #fae53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 00111111
Octal 372 345 77
Decimal 250 229 63
Hex FA E5 3F

RGB Percentages of Color #fae53f

%46.13
%42.25
%11.62

CMYK Percentages of Color #fae53f

%0
%8
%75
%2

Triadic Colors of #fae53f

#fae53f #3ffae5 #e53ffa

Analogous Colors of #fae53f

#fae53f #b2fa3f #fa883f

Monochromatic Colors of #fae53f

#fae53f

Complementary Color

#fae53f #3f54fa

#fae53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae53f Color CSS Codes

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

#fae53f Text Font Color

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

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


#fae53f Background Color

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

This div background color is #fae53f


#fae53f Border Color

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

This div border color is #fae53f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,229,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 #fae53f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae53f


Comments

No comments written yet.

Please login to write comment.