Color Hex Logo

#fac31a Color Hex

#FAC31A
(250,195,26)
0 Favorites   0 Comments

Color spaces of #fac31a

RGB 25019526
HSL0.130.960.54
HSV45°90°98°
CMYK 0.000.220.90   0.02
XYZ59.125959.42889.3319
Yxy59.42880.46230.4647
Hunter Lab77.09011.996846.7859
CIE-Lab81.52676.451179.9702

#fac31a color RGB value is (250,195,26).

#fac31a hex color red value is 250, green value is 195 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fac31a hue: 0.13 , saturation: 0.96 and the lightness value of fac31a is 0.54.

The process color (four color CMYK) of #fac31a color hex is 0.00, 0.22, 0.90, 0.02. Web safe color of #fac31a is #ffcc33. Color #fac31a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 00011010
Octal 372 303 32
Decimal 250 195 26
Hex FA C3 1A

RGB Percentages of Color #fac31a

%53.08
%41.40
%5.52

CMYK Percentages of Color #fac31a

%0
%22
%90
%2

Triadic Colors of #fac31a

#fac31a #1afac3 #c31afa

Analogous Colors of #fac31a

#fac31a #c1fa1a #fa531a

Monochromatic Colors of #fac31a

#fac31a

Complementary Color

#fac31a #1a51fa

#fac31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac31a Color CSS Codes

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

#fac31a Text Font Color

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

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


#fac31a Background Color

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

This div background color is #fac31a


#fac31a Border Color

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

This div border color is #fac31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac31a


Comments

No comments written yet.

Please login to write comment.