Color Hex Logo

#faf92a Color Hex

#FAF92A
(250,249,42)
0 Favorites   0 Comments

Color spaces of #faf92a

RGB 25024942
HSL0.170.950.57
HSV60°83°98°
CMYK 0.000.000.83   0.02
XYZ73.717988.242515.3376
Yxy88.24250.41580.4977
Hunter Lab93.9375-24.311856.0757
CIE-Lab95.2630-20.191787.7698

#faf92a color RGB value is (250,249,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00101010
Octal 372 371 52
Decimal 250 249 42
Hex FA F9 2A

RGB Percentages of Color #faf92a

%46.21
%46.03
%7.76

CMYK Percentages of Color #faf92a

%0
%0
%83
%2

Triadic Colors of #faf92a

#faf92a #2afaf9 #f92afa

Analogous Colors of #faf92a

#faf92a #93fa2a #fa912a

Monochromatic Colors of #faf92a

#faf92a

Complementary Color

#faf92a #2a2bfa

#faf92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf92a Color CSS Codes

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

#faf92a Text Font Color

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

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


#faf92a Background Color

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

This div background color is #faf92a


#faf92a Border Color

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

This div border color is #faf92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf92a

Related Colors


Comments

No comments written yet.

Please login to write comment.