Color Hex Logo

#faf73a Color Hex

#FAF73A
(250,247,58)
0 Favorites   0 Comments

Color spaces of #faf73a

RGB 25024758
HSL0.160.950.60
HSV59°77°98°
CMYK 0.000.010.77   0.02
XYZ73.448887.151016.9536
Yxy87.15100.41370.4908
Hunter Lab93.3547-22.932054.5810
CIE-Lab94.8023-18.765883.4422

#faf73a color RGB value is (250,247,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 00111010
Octal 372 367 72
Decimal 250 247 58
Hex FA F7 3A

RGB Percentages of Color #faf73a

%45.05
%44.50
%10.45

CMYK Percentages of Color #faf73a

%0
%1
%77
%2

Triadic Colors of #faf73a

#faf73a #3afaf7 #f73afa

Analogous Colors of #faf73a

#faf73a #9dfa3a #fa973a

Monochromatic Colors of #faf73a

#faf73a

Complementary Color

#faf73a #3a3dfa

#faf73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf73a Color CSS Codes

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

#faf73a Text Font Color

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

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


#faf73a Background Color

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

This div background color is #faf73a


#faf73a Border Color

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

This div border color is #faf73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf73a

Related Colors


Comments

No comments written yet.

Please login to write comment.