Color Hex Logo

#faf941 Color Hex

#FAF941
(250,249,65)
0 Favorites   0 Comments

Color spaces of #faf941

RGB 25024965
HSL0.170.950.62
HSV60°74°98°
CMYK 0.000.000.74   0.02
XYZ74.254288.457018.1613
Yxy88.45700.41050.4891
Hunter Lab94.0516-23.663654.3872
CIE-Lab95.3530-19.468781.8952

#faf941 color RGB value is (250,249,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01000001
Octal 372 371 101
Decimal 250 249 65
Hex FA F9 41

RGB Percentages of Color #faf941

%44.33
%44.15
%11.52

CMYK Percentages of Color #faf941

%0
%0
%74
%2

Triadic Colors of #faf941

#faf941 #41faf9 #f941fa

Analogous Colors of #faf941

#faf941 #9ffa41 #fa9d41

Monochromatic Colors of #faf941

#faf941

Complementary Color

#faf941 #4142fa

#faf941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf941 Color CSS Codes

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

#faf941 Text Font Color

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

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


#faf941 Background Color

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

This div background color is #faf941


#faf941 Border Color

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

This div border color is #faf941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf941

Related Colors


Comments

No comments written yet.

Please login to write comment.