Color Hex Logo

#faf341 Color Hex

#FAF341
(250,243,65)
0 Favorites   0 Comments

Color spaces of #faf341

RGB 25024365
HSL0.160.950.62
HSV58°74°98°
CMYK 0.000.030.74   0.02
XYZ72.429184.806817.5530
Yxy84.80680.41440.4852
Hunter Lab92.0906-20.768653.1624
CIE-Lab93.7998-16.577980.4603

#faf341 color RGB value is (250,243,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01000001
Octal 372 363 101
Decimal 250 243 65
Hex FA F3 41

RGB Percentages of Color #faf341

%44.80
%43.55
%11.65

CMYK Percentages of Color #faf341

%0
%3
%74
%2

Triadic Colors of #faf341

#faf341 #41faf3 #f341fa

Analogous Colors of #faf341

#faf341 #a5fa41 #fa9741

Monochromatic Colors of #faf341

#faf341

Complementary Color

#faf341 #4148fa

#faf341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf341 Color CSS Codes

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

#faf341 Text Font Color

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

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


#faf341 Background Color

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

This div background color is #faf341


#faf341 Border Color

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

This div border color is #faf341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf341


Comments

No comments written yet.

Please login to write comment.