Color Hex Logo

#fac041 Color Hex

#FAC041
(250,192,65)
0 Favorites   0 Comments

Color spaces of #fac041

RGB 25019265
HSL0.110.950.62
HSV41°74°98°
CMYK 0.000.230.74   0.02
XYZ59.228158.404913.1526
Yxy58.40490.45290.4466
Hunter Lab76.42314.597543.2922
CIE-Lab80.96349.125168.3122

#fac041 color RGB value is (250,192,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01000001
Octal 372 300 101
Decimal 250 192 65
Hex FA C0 41

RGB Percentages of Color #fac041

%49.31
%37.87
%12.82

CMYK Percentages of Color #fac041

%0
%23
%74
%2

Triadic Colors of #fac041

#fac041 #41fac0 #c041fa

Analogous Colors of #fac041

#fac041 #d8fa41 #fa6441

Monochromatic Colors of #fac041

#fac041

Complementary Color

#fac041 #417bfa

#fac041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac041 Color CSS Codes

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

#fac041 Text Font Color

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

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


#fac041 Background Color

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

This div background color is #fac041


#fac041 Border Color

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

This div border color is #fac041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac041


Comments

No comments written yet.

Please login to write comment.