Color Hex Logo

#fae64b Color Hex

#FAE64B
(250,230,75)
0 Favorites   0 Comments

Color spaces of #fae64b

RGB 25023075
HSL0.150.950.64
HSV53°70°98°
CMYK 0.000.080.70   0.02
XYZ68.991277.425617.9650
Yxy77.42560.41970.4710
Hunter Lab87.9918-14.030349.4892
CIE-Lab90.5171-9.771873.9555

#fae64b color RGB value is (250,230,75).

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

The process color (four color CMYK) of #fae64b color hex is 0.00, 0.08, 0.70, 0.02. Web safe color of #fae64b is #ffff33. Color #fae64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01001011
Octal 372 346 113
Decimal 250 230 75
Hex FA E6 4B

RGB Percentages of Color #fae64b

%45.05
%41.44
%13.51

CMYK Percentages of Color #fae64b

%0
%8
%70
%2

Triadic Colors of #fae64b

#fae64b #4bfae6 #e64bfa

Analogous Colors of #fae64b

#fae64b #b7fa4b #fa8f4b

Monochromatic Colors of #fae64b

#fae64b

Complementary Color

#fae64b #4b5ffa

#fae64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae64b Color CSS Codes

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

#fae64b Text Font Color

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

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


#fae64b Background Color

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

This div background color is #fae64b


#fae64b Border Color

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

This div border color is #fae64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae64b

Related Colors


Comments

No comments written yet.

Please login to write comment.