Color Hex Logo

#fac326 Color Hex

#FAC326
(250,195,38)
0 Favorites   0 Comments

Color spaces of #fac326

RGB 25019538
HSL0.120.950.56
HSV44°85°98°
CMYK 0.000.220.85   0.02
XYZ59.289359.494110.1924
Yxy59.49410.45970.4613
Hunter Lab77.13242.225746.1580
CIE-Lab81.56246.690077.4007

#fac326 color RGB value is (250,195,38).

#fac326 hex color red value is 250, green value is 195 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fac326 hue: 0.12 , saturation: 0.95 and the lightness value of fac326 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 00100110
Octal 372 303 46
Decimal 250 195 38
Hex FA C3 26

RGB Percentages of Color #fac326

%51.76
%40.37
%7.87

CMYK Percentages of Color #fac326

%0
%22
%85
%2

Triadic Colors of #fac326

#fac326 #26fac3 #c326fa

Analogous Colors of #fac326

#fac326 #c7fa26 #fa5926

Monochromatic Colors of #fac326

#fac326

Complementary Color

#fac326 #265dfa

#fac326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac326 Color CSS Codes

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

#fac326 Text Font Color

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

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


#fac326 Background Color

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

This div background color is #fac326


#fac326 Border Color

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

This div border color is #fac326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac326


Comments

No comments written yet.

Please login to write comment.