Color Hex Logo

#faa823 Color Hex

#FAA823
(250,168,35)
0 Favorites   0 Comments

Color spaces of #faa823

RGB 25016835
HSL0.100.960.56
HSV37°86°98°
CMYK 0.000.330.86   0.02
XYZ53.730348.45068.1101
Yxy48.45060.48720.4393
Hunter Lab69.606515.975641.8164
CIE-Lab75.108320.717272.9336

#faa823 color RGB value is (250,168,35).

#faa823 hex color red value is 250, green value is 168 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #faa823 hue: 0.10 , saturation: 0.96 and the lightness value of faa823 is 0.56.

The process color (four color CMYK) of #faa823 color hex is 0.00, 0.33, 0.86, 0.02. Web safe color of #faa823 is #ff9933. Color #faa823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 00100011
Octal 372 250 43
Decimal 250 168 35
Hex FA A8 23

RGB Percentages of Color #faa823

%55.19
%37.09
%7.73

CMYK Percentages of Color #faa823

%0
%33
%86
%2

Triadic Colors of #faa823

#faa823 #23faa8 #a823fa

Analogous Colors of #faa823

#faa823 #e1fa23 #fa3d23

Monochromatic Colors of #faa823

#faa823

Complementary Color

#faa823 #2375fa

#faa823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa823 Color CSS Codes

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

#faa823 Text Font Color

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

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


#faa823 Background Color

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

This div background color is #faa823


#faa823 Border Color

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

This div border color is #faa823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa823


Comments

No comments written yet.

Please login to write comment.