Color Hex Logo

#fac81c Color Hex

#FAC81C
(250,200,28)
0 Favorites   0 Comments

Color spaces of #fac81c

RGB 25020028
HSL0.130.960.55
HSV46°89°98°
CMYK 0.000.200.89   0.02
XYZ60.288261.71649.8335
Yxy61.71640.45730.4681
Hunter Lab78.5598-0.495547.5704
CIE-Lab82.76243.903880.5482

#fac81c color RGB value is (250,200,28).

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

The process color (four color CMYK) of #fac81c color hex is 0.00, 0.20, 0.89, 0.02. Web safe color of #fac81c is #ffcc33. Color #fac81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 00011100
Octal 372 310 34
Decimal 250 200 28
Hex FA C8 1C

RGB Percentages of Color #fac81c

%52.30
%41.84
%5.86

CMYK Percentages of Color #fac81c

%0
%20
%89
%2

Triadic Colors of #fac81c

#fac81c #1cfac8 #c81cfa

Analogous Colors of #fac81c

#fac81c #bdfa1c #fa591c

Monochromatic Colors of #fac81c

#fac81c

Complementary Color

#fac81c #1c4efa

#fac81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac81c Color CSS Codes

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

#fac81c Text Font Color

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

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


#fac81c Background Color

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

This div background color is #fac81c


#fac81c Border Color

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

This div border color is #fac81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac81c


Comments

No comments written yet.

Please login to write comment.