Color Hex Logo

#faa33e Color Hex

#FAA33E
(250,163,62)
0 Favorites   0 Comments

Color spaces of #faa33e

RGB 25016362
HSL0.090.950.61
HSV32°75°98°
CMYK 0.000.350.75   0.02
XYZ53.391046.866210.7895
Yxy46.86620.48080.4220
Hunter Lab68.458919.408938.5768
CIE-Lab74.104124.173462.8018

#faa33e color RGB value is (250,163,62).

#faa33e hex color red value is 250, green value is 163 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #faa33e hue: 0.09 , saturation: 0.95 and the lightness value of faa33e is 0.61.

The process color (four color CMYK) of #faa33e color hex is 0.00, 0.35, 0.75, 0.02. Web safe color of #faa33e is #ff9933. Color #faa33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 00111110
Octal 372 243 76
Decimal 250 163 62
Hex FA A3 3E

RGB Percentages of Color #faa33e

%52.63
%34.32
%13.05

CMYK Percentages of Color #faa33e

%0
%35
%75
%2

Triadic Colors of #faa33e

#faa33e #3efaa3 #a33efa

Analogous Colors of #faa33e

#faa33e #f3fa3e #fa453e

Monochromatic Colors of #faa33e

#faa33e

Complementary Color

#faa33e #3e95fa

#faa33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa33e Color CSS Codes

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

#faa33e Text Font Color

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

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


#faa33e Background Color

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

This div background color is #faa33e


#faa33e Border Color

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

This div border color is #faa33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa33e


Comments

No comments written yet.

Please login to write comment.