Color Hex Logo

#faf92b Color Hex

#FAF92B
(250,249,43)
0 Favorites   0 Comments

Color spaces of #faf92b

RGB 25024943
HSL0.170.950.57
HSV60°83°98°
CMYK 0.000.000.83   0.02
XYZ73.736188.249815.4331
Yxy88.24980.41560.4974
Hunter Lab93.9414-24.289856.0185
CIE-Lab95.2660-20.167187.5596

#faf92b color RGB value is (250,249,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00101011
Octal 372 371 53
Decimal 250 249 43
Hex FA F9 2B

RGB Percentages of Color #faf92b

%46.13
%45.94
%7.93

CMYK Percentages of Color #faf92b

%0
%0
%83
%2

Triadic Colors of #faf92b

#faf92b #2bfaf9 #f92bfa

Analogous Colors of #faf92b

#faf92b #94fa2b #fa922b

Monochromatic Colors of #faf92b

#faf92b

Complementary Color

#faf92b #2b2cfa

#faf92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf92b Color CSS Codes

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

#faf92b Text Font Color

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

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


#faf92b Background Color

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

This div background color is #faf92b


#faf92b Border Color

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

This div border color is #faf92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf92b


Comments

No comments written yet.

Please login to write comment.