Color Hex Logo

#faf473 Color Hex

#FAF473
(250,244,115)
0 Favorites   0 Comments

Color spaces of #faf473

RGB 250244115
HSL0.160.930.72
HSV57°54°98°
CMYK 0.000.020.54   0.02
XYZ74.869586.263228.9241
Yxy86.26320.39390.4539
Hunter Lab92.8780-18.646646.5505
CIE-Lab94.4248-14.199161.8204

#faf473 color RGB value is (250,244,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01110011
Octal 372 364 163
Decimal 250 244 115
Hex FA F4 73

RGB Percentages of Color #faf473

%41.05
%40.07
%18.88

CMYK Percentages of Color #faf473

%0
%2
%54
%2

Triadic Colors of #faf473

#faf473 #73faf4 #f473fa

Analogous Colors of #faf473

#faf473 #bdfa73 #fab173

Monochromatic Colors of #faf473

#faf473

Complementary Color

#faf473 #7379fa

#faf473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf473 Color CSS Codes

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

#faf473 Text Font Color

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

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


#faf473 Background Color

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

This div background color is #faf473


#faf473 Border Color

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

This div border color is #faf473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf473


Comments

No comments written yet.

Please login to write comment.