Color Hex Logo

#fac341 Color Hex

#FAC341
(250,195,65)
0 Favorites   0 Comments

Color spaces of #fac341

RGB 25019565
HSL0.120.950.62
HSV42°74°98°
CMYK 0.000.220.74   0.02
XYZ59.893659.735913.3745
Yxy59.73590.45030.4491
Hunter Lab77.28903.069343.8424
CIE-Lab81.69447.567769.0197

#fac341 color RGB value is (250,195,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 01000001
Octal 372 303 101
Decimal 250 195 65
Hex FA C3 41

RGB Percentages of Color #fac341

%49.02
%38.24
%12.75

CMYK Percentages of Color #fac341

%0
%22
%74
%2

Triadic Colors of #fac341

#fac341 #41fac3 #c341fa

Analogous Colors of #fac341

#fac341 #d5fa41 #fa6741

Monochromatic Colors of #fac341

#fac341

Complementary Color

#fac341 #4178fa

#fac341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac341 Color CSS Codes

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

#fac341 Text Font Color

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

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


#fac341 Background Color

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

This div background color is #fac341


#fac341 Border Color

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

This div border color is #fac341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac341


Comments

No comments written yet.

Please login to write comment.