Color Hex Logo

#faf440 Color Hex

#FAF440
(250,244,64)
0 Favorites   0 Comments

Color spaces of #faf440

RGB 25024464
HSL0.160.950.62
HSV58°74°98°
CMYK 0.000.020.74   0.02
XYZ72.700485.395517.5018
Yxy85.39550.41400.4863
Hunter Lab92.4097-21.287753.4576
CIE-Lab94.0533-17.101081.0033

#faf440 color RGB value is (250,244,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01000000
Octal 372 364 100
Decimal 250 244 64
Hex FA F4 40

RGB Percentages of Color #faf440

%44.80
%43.73
%11.47

CMYK Percentages of Color #faf440

%0
%2
%74
%2

Triadic Colors of #faf440

#faf440 #40faf4 #f440fa

Analogous Colors of #faf440

#faf440 #a3fa40 #fa9740

Monochromatic Colors of #faf440

#faf440

Complementary Color

#faf440 #4046fa

#faf440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf440 Color CSS Codes

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

#faf440 Text Font Color

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

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


#faf440 Background Color

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

This div background color is #faf440


#faf440 Border Color

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

This div border color is #faf440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf440

Related Colors


Comments

No comments written yet.

Please login to write comment.