color codes Logo

#faef3b color codes

#FAEF3B
(250,239,59)
0 Favorites   0 Comments

Color spaces of #faef3b

RGB 25023959
HSL0.160.950.61
HSV57°76°98°
CMYK 0.000.040.76   0.02
XYZ71.080382.372816.2909
Yxy82.37280.41880.4853
Hunter Lab90.7595-19.032852.8893
CIE-Lab92.7391-14.858981.3056

#faef3b color RGB value is (250,239,59).

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

The process color (four color CMYK) of #faef3b color code is 0.00, 0.04, 0.76, 0.02. Web safe color of #faef3b is #ffff33. Color #faef3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 00111011
Octal 372 357 73
Decimal 250 239 59
Hex FA EF 3B

RGB Percentages of Color #faef3b

%45.62
%43.61
%10.77

CMYK Percentages of Color #faef3b

%0
%4
%76
%2

Triadic Colors of #faef3b

#faef3b #3bfaef #ef3bfa

Analogous Colors of #faef3b

#faef3b #a6fa3b #fa903b

Monochromatic Colors of #faef3b

#faef3b

Complementary Color

#faef3b #3b46fa

#faef3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef3b Color CSS Codes

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

#faef3b Text Font Color

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

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


#faef3b Background Color

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

This div background color is #faef3b


#faef3b Border Color

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

This div border color is #faef3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef3b

Related Colors


Comments

No comments written yet.

Please login to write comment.