Color Hex Logo

#faf43a Color Hex

#FAF43A
(250,244,58)
0 Favorites   0 Comments

Color spaces of #faf43a

RGB 25024458
HSL0.160.950.60
HSV58°77°98°
CMYK 0.000.020.77   0.02
XYZ72.538785.330816.6503
Yxy85.33080.41560.4889
Hunter Lab92.3747-21.485753.9754
CIE-Lab94.0255-17.320482.7483

#faf43a color RGB value is (250,244,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 00111010
Octal 372 364 72
Decimal 250 244 58
Hex FA F4 3A

RGB Percentages of Color #faf43a

%45.29
%44.20
%10.51

CMYK Percentages of Color #faf43a

%0
%2
%77
%2

Triadic Colors of #faf43a

#faf43a #3afaf4 #f43afa

Analogous Colors of #faf43a

#faf43a #a0fa3a #fa943a

Monochromatic Colors of #faf43a

#faf43a

Complementary Color

#faf43a #3a40fa

#faf43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf43a Color CSS Codes

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

#faf43a Text Font Color

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

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


#faf43a Background Color

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

This div background color is #faf43a


#faf43a Border Color

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

This div border color is #faf43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf43a

Related Colors


Comments

No comments written yet.

Please login to write comment.