Color Hex Logo

#fac91c Color Hex

#FAC91C
(250,201,28)
0 Favorites   0 Comments

Color spaces of #fac91c

RGB 25020128
HSL0.130.960.55
HSV47°89°98°
CMYK 0.000.200.89   0.02
XYZ60.520662.18119.9110
Yxy62.18110.45640.4689
Hunter Lab78.8550-0.998947.7465
CIE-Lab83.00963.389380.7394

#fac91c color RGB value is (250,201,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 00011100
Octal 372 311 34
Decimal 250 201 28
Hex FA C9 1C

RGB Percentages of Color #fac91c

%52.19
%41.96
%5.85

CMYK Percentages of Color #fac91c

%0
%20
%89
%2

Triadic Colors of #fac91c

#fac91c #1cfac9 #c91cfa

Analogous Colors of #fac91c

#fac91c #bcfa1c #fa5a1c

Monochromatic Colors of #fac91c

#fac91c

Complementary Color

#fac91c #1c4dfa

#fac91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac91c Color CSS Codes

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

#fac91c Text Font Color

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

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


#fac91c Background Color

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

This div background color is #fac91c


#fac91c Border Color

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

This div border color is #fac91c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,201,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 #fac91c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac91c


Comments

No comments written yet.

Please login to write comment.