Color Hex Logo

#faf641 Color Hex

#FAF641
(250,246,65)
0 Favorites   0 Comments

Color spaces of #faf641

RGB 25024665
HSL0.160.950.62
HSV59°74°98°
CMYK 0.000.020.74   0.02
XYZ73.334286.617217.8547
Yxy86.61720.41240.4871
Hunter Lab93.0684-22.218753.7734
CIE-Lab94.5756-18.027581.1779

#faf641 color RGB value is (250,246,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01000001
Octal 372 366 101
Decimal 250 246 65
Hex FA F6 41

RGB Percentages of Color #faf641

%44.56
%43.85
%11.59

CMYK Percentages of Color #faf641

%0
%2
%74
%2

Triadic Colors of #faf641

#faf641 #41faf6 #f641fa

Analogous Colors of #faf641

#faf641 #a2fa41 #fa9a41

Monochromatic Colors of #faf641

#faf641

Complementary Color

#faf641 #4145fa

#faf641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf641 Color CSS Codes

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

#faf641 Text Font Color

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

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


#faf641 Background Color

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

This div background color is #faf641


#faf641 Border Color

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

This div border color is #faf641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf641

Related Colors


Comments

No comments written yet.

Please login to write comment.