Color Hex Logo

#faca1f Color Hex

#FACA1F
(250,202,31)
0 Favorites   0 Comments

Color spaces of #faca1f

RGB 25020231
HSL0.130.960.55
HSV47°88°98°
CMYK 0.000.190.88   0.02
XYZ60.792262.664010.1876
Yxy62.66400.45490.4689
Hunter Lab79.1606-1.450147.7821
CIE-Lab83.26532.929980.3509

#faca1f color RGB value is (250,202,31).

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

The process color (four color CMYK) of #faca1f color hex is 0.00, 0.19, 0.88, 0.02. Web safe color of #faca1f is #ffcc33. Color #faca1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 00011111
Octal 372 312 37
Decimal 250 202 31
Hex FA CA 1F

RGB Percentages of Color #faca1f

%51.76
%41.82
%6.42

CMYK Percentages of Color #faca1f

%0
%19
%88
%2

Triadic Colors of #faca1f

#faca1f #1ffaca #ca1ffa

Analogous Colors of #faca1f

#faca1f #bdfa1f #fa5c1f

Monochromatic Colors of #faca1f

#faca1f

Complementary Color

#faca1f #1f4ffa

#faca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca1f Color CSS Codes

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

#faca1f Text Font Color

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

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


#faca1f Background Color

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

This div background color is #faca1f


#faca1f Border Color

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

This div border color is #faca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca1f


Comments

No comments written yet.

Please login to write comment.