Color Hex Logo

#faf049 Color Hex

#FAF049
(250,240,73)
0 Favorites   0 Comments

Color spaces of #faf049

RGB 25024073
HSL0.160.950.63
HSV57°71°98°
CMYK 0.000.040.71   0.02
XYZ71.787083.125218.5645
Yxy83.12520.41380.4792
Hunter Lab91.1730-19.007151.7486
CIE-Lab93.0692-14.782577.1488

#faf049 color RGB value is (250,240,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01001001
Octal 372 360 111
Decimal 250 240 73
Hex FA F0 49

RGB Percentages of Color #faf049

%44.40
%42.63
%12.97

CMYK Percentages of Color #faf049

%0
%4
%71
%2

Triadic Colors of #faf049

#faf049 #49faf0 #f049fa

Analogous Colors of #faf049

#faf049 #acfa49 #fa9849

Monochromatic Colors of #faf049

#faf049

Complementary Color

#faf049 #4953fa

#faf049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf049 Color CSS Codes

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

#faf049 Text Font Color

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

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


#faf049 Background Color

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

This div background color is #faf049


#faf049 Border Color

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

This div border color is #faf049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf049


Comments

No comments written yet.

Please login to write comment.