Color Hex Logo

#faf74a Color Hex

#FAF74A
(250,247,74)
0 Favorites   0 Comments

Color spaces of #faf74a

RGB 25024774
HSL0.160.950.64
HSV59°70°98°
CMYK 0.000.010.70   0.02
XYZ73.921187.339919.4408
Yxy87.33990.40910.4833
Hunter Lab93.4558-22.358953.0855
CIE-Lab94.8823-18.129378.5566

#faf74a color RGB value is (250,247,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01001010
Octal 372 367 112
Decimal 250 247 74
Hex FA F7 4A

RGB Percentages of Color #faf74a

%43.78
%43.26
%12.96

CMYK Percentages of Color #faf74a

%0
%1
%70
%2

Triadic Colors of #faf74a

#faf74a #4afaf7 #f74afa

Analogous Colors of #faf74a

#faf74a #a5fa4a #fa9f4a

Monochromatic Colors of #faf74a

#faf74a

Complementary Color

#faf74a #4a4dfa

#faf74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf74a Color CSS Codes

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

#faf74a Text Font Color

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

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


#faf74a Background Color

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

This div background color is #faf74a


#faf74a Border Color

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

This div border color is #faf74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf74a

Related Colors


Comments

No comments written yet.

Please login to write comment.