Color Hex Logo

#faf740 Color Hex

#FAF740
(250,247,64)
0 Favorites   0 Comments

Color spaces of #faf740

RGB 25024764
HSL0.160.950.62
HSV59°74°98°
CMYK 0.000.010.74   0.02
XYZ73.610587.215717.8051
Yxy87.21570.41210.4882
Hunter Lab93.3893-22.735754.0686
CIE-Lab94.8297-18.547581.7174

#faf740 color RGB value is (250,247,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01000000
Octal 372 367 100
Decimal 250 247 64
Hex FA F7 40

RGB Percentages of Color #faf740

%44.56
%44.03
%11.41

CMYK Percentages of Color #faf740

%0
%1
%74
%2

Triadic Colors of #faf740

#faf740 #40faf7 #f740fa

Analogous Colors of #faf740

#faf740 #a0fa40 #fa9a40

Monochromatic Colors of #faf740

#faf740

Complementary Color

#faf740 #4043fa

#faf740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf740 Color CSS Codes

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

#faf740 Text Font Color

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

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


#faf740 Background Color

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

This div background color is #faf740


#faf740 Border Color

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

This div border color is #faf740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf740

Related Colors


Comments

No comments written yet.

Please login to write comment.