Color Hex Logo

#faf920 Color Hex

#FAF920
(250,249,32)
0 Favorites   0 Comments

Color spaces of #faf920

RGB 25024932
HSL0.170.960.55
HSV60°87°98°
CMYK 0.000.000.87   0.02
XYZ73.560788.179614.5098
Yxy88.17960.41740.5003
Hunter Lab93.9040-24.502156.5715
CIE-Lab95.2365-20.404589.6311

#faf920 color RGB value is (250,249,32).

#faf920 hex color red value is 250, green value is 249 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #faf920 hue: 0.17 , saturation: 0.96 and the lightness value of faf920 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00100000
Octal 372 371 40
Decimal 250 249 32
Hex FA F9 20

RGB Percentages of Color #faf920

%47.08
%46.89
%6.03

CMYK Percentages of Color #faf920

%0
%0
%87
%2

Triadic Colors of #faf920

#faf920 #20faf9 #f920fa

Analogous Colors of #faf920

#faf920 #8efa20 #fa8c20

Monochromatic Colors of #faf920

#faf920

Complementary Color

#faf920 #2021fa

#faf920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf920 Color CSS Codes

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

#faf920 Text Font Color

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

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


#faf920 Background Color

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

This div background color is #faf920


#faf920 Border Color

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

This div border color is #faf920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf920


Comments

No comments written yet.

Please login to write comment.