Color Hex Logo

#faa816 Color Hex

#FAA816
(250,168,22)
0 Favorites   0 Comments

Color spaces of #faa816

RGB 25016822
HSL0.110.960.53
HSV38°91°98°
CMYK 0.000.330.91   0.02
XYZ53.571848.38727.2752
Yxy48.38720.49040.4430
Hunter Lab69.560915.738842.4916
CIE-Lab75.068520.481775.8578

#faa816 color RGB value is (250,168,22).

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

The process color (four color CMYK) of #faa816 color hex is 0.00, 0.33, 0.91, 0.02. Web safe color of #faa816 is #ff9900. Color #faa816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 00010110
Octal 372 250 26
Decimal 250 168 22
Hex FA A8 16

RGB Percentages of Color #faa816

%56.82
%38.18
%5.00

CMYK Percentages of Color #faa816

%0
%33
%91
%2

Triadic Colors of #faa816

#faa816 #16faa8 #a816fa

Analogous Colors of #faa816

#faa816 #dafa16 #fa3616

Monochromatic Colors of #faa816

#faa816

Complementary Color

#faa816 #1668fa

#faa816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa816 Color CSS Codes

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

#faa816 Text Font Color

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

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


#faa816 Background Color

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

This div background color is #faa816


#faa816 Border Color

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

This div border color is #faa816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa816


Comments

No comments written yet.

Please login to write comment.