Color Hex Logo

#faf32a Color Hex

#FAF32A
(250,243,42)
0 Favorites   0 Comments

Color spaces of #faf32a

RGB 25024342
HSL0.160.950.57
HSV58°83°98°
CMYK 0.000.030.83   0.02
XYZ71.892984.592314.7293
Yxy84.59230.41990.4941
Hunter Lab91.9741-21.427554.8868
CIE-Lab93.7072-17.308486.4817

#faf32a color RGB value is (250,243,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 00101010
Octal 372 363 52
Decimal 250 243 42
Hex FA F3 2A

RGB Percentages of Color #faf32a

%46.73
%45.42
%7.85

CMYK Percentages of Color #faf32a

%0
%3
%83
%2

Triadic Colors of #faf32a

#faf32a #2afaf3 #f32afa

Analogous Colors of #faf32a

#faf32a #99fa2a #fa8b2a

Monochromatic Colors of #faf32a

#faf32a

Complementary Color

#faf32a #2a31fa

#faf32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf32a Color CSS Codes

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

#faf32a Text Font Color

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

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


#faf32a Background Color

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

This div background color is #faf32a


#faf32a Border Color

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

This div border color is #faf32a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,243,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 #faf32a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf32a

Related Colors


Comments

No comments written yet.

Please login to write comment.