Color Hex Logo

#faa82e Color Hex

#FAA82E
(250,168,46)
0 Favorites   0 Comments

Color spaces of #faa82e

RGB 25016846
HSL0.100.950.58
HSV36°82°98°
CMYK 0.000.330.82   0.02
XYZ53.920148.52659.1094
Yxy48.52650.48330.4350
Hunter Lab69.661016.258841.0095
CIE-Lab75.155820.998569.6923

#faa82e color RGB value is (250,168,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 00101110
Octal 372 250 56
Decimal 250 168 46
Hex FA A8 2E

RGB Percentages of Color #faa82e

%53.88
%36.21
%9.91

CMYK Percentages of Color #faa82e

%0
%33
%82
%2

Triadic Colors of #faa82e

#faa82e #2efaa8 #a82efa

Analogous Colors of #faa82e

#faa82e #e6fa2e #fa422e

Monochromatic Colors of #faa82e

#faa82e

Complementary Color

#faa82e #2e80fa

#faa82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa82e Color CSS Codes

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

#faa82e Text Font Color

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

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


#faa82e Background Color

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

This div background color is #faa82e


#faa82e Border Color

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

This div border color is #faa82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa82e

Related Colors


Comments

No comments written yet.

Please login to write comment.