Color Hex Logo

#faf470 Color Hex

#FAF470
(250,244,112)
0 Favorites   0 Comments

Color spaces of #faf470

RGB 250244112
HSL0.160.930.71
HSV57°55°98°
CMYK 0.000.020.55   0.02
XYZ74.699786.195228.0295
Yxy86.19520.39540.4562
Hunter Lab92.8414-18.852247.0889
CIE-Lab94.3957-14.423363.1098

#faf470 color RGB value is (250,244,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01110000
Octal 372 364 160
Decimal 250 244 112
Hex FA F4 70

RGB Percentages of Color #faf470

%41.25
%40.26
%18.48

CMYK Percentages of Color #faf470

%0
%2
%55
%2

Triadic Colors of #faf470

#faf470 #70faf4 #f470fa

Analogous Colors of #faf470

#faf470 #bbfa70 #faaf70

Monochromatic Colors of #faf470

#faf470

Complementary Color

#faf470 #7076fa

#faf470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf470 Color CSS Codes

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

#faf470 Text Font Color

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

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


#faf470 Background Color

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

This div background color is #faf470


#faf470 Border Color

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

This div border color is #faf470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf470


Comments

No comments written yet.

Please login to write comment.