Color Hex Logo

#faf465 Color Hex

#FAF465
(250,244,101)
0 Favorites   0 Comments

Color spaces of #faf465

RGB 250244101
HSL0.160.940.69
HSV58°60°98°
CMYK 0.000.020.60   0.02
XYZ74.124085.964924.9981
Yxy85.96490.40050.4645
Hunter Lab92.7173-19.551148.9165
CIE-Lab94.2973-15.187667.7027

#faf465 color RGB value is (250,244,101).

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

The process color (four color CMYK) of #faf465 color hex is 0.00, 0.02, 0.60, 0.02. Web safe color of #faf465 is #ffff66. Color #faf465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01100101
Octal 372 364 145
Decimal 250 244 101
Hex FA F4 65

RGB Percentages of Color #faf465

%42.02
%41.01
%16.97

CMYK Percentages of Color #faf465

%0
%2
%60
%2

Triadic Colors of #faf465

#faf465 #65faf4 #f465fa

Analogous Colors of #faf465

#faf465 #b6fa65 #faaa65

Monochromatic Colors of #faf465

#faf465

Complementary Color

#faf465 #656bfa

#faf465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf465 Color CSS Codes

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

#faf465 Text Font Color

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

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


#faf465 Background Color

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

This div background color is #faf465


#faf465 Border Color

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

This div border color is #faf465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf465


Comments

No comments written yet.

Please login to write comment.