Color Hex Logo

#fac611 Color Hex

#FAC611
(250,198,17)
0 Favorites   0 Comments

Color spaces of #fac611

RGB 25019817
HSL0.130.960.52
HSV47°93°98°
CMYK 0.000.210.93   0.02
XYZ59.719660.75269.1092
Yxy60.75260.46090.4688
Hunter Lab77.94400.362447.6316
CIE-Lab82.24564.776681.9167

#fac611 color RGB value is (250,198,17).

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

The process color (four color CMYK) of #fac611 color hex is 0.00, 0.21, 0.93, 0.02. Web safe color of #fac611 is #ffcc00. Color #fac611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00010001
Octal 372 306 21
Decimal 250 198 17
Hex FA C6 11

RGB Percentages of Color #fac611

%53.76
%42.58
%3.66

CMYK Percentages of Color #fac611

%0
%21
%93
%2

Triadic Colors of #fac611

#fac611 #11fac6 #c611fa

Analogous Colors of #fac611

#fac611 #bafa11 #fa5211

Monochromatic Colors of #fac611

#fac611

Complementary Color

#fac611 #1145fa

#fac611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac611 Color CSS Codes

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

#fac611 Text Font Color

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

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


#fac611 Background Color

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

This div background color is #fac611


#fac611 Border Color

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

This div border color is #fac611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac611


Comments

No comments written yet.

Please login to write comment.