color codes Logo

#faa02e color codes

#FAA02E
(250,160,46)
0 Favorites   0 Comments

Color spaces of #faa02e

RGB 25016046
HSL0.090.950.58
HSV34°82°98°
CMYK 0.000.360.82   0.02
XYZ52.488345.66298.6321
Yxy45.66290.49150.4276
Hunter Lab67.574320.394639.7282
CIE-Lab73.326325.187968.0932

#faa02e color RGB value is (250,160,46).

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

The process color (four color CMYK) of #faa02e color code is 0.00, 0.36, 0.82, 0.02. Web safe color of #faa02e is #ff9933. Color #faa02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 00101110
Octal 372 240 56
Decimal 250 160 46
Hex FA A0 2E

RGB Percentages of Color #faa02e

%54.82
%35.09
%10.09

CMYK Percentages of Color #faa02e

%0
%36
%82
%2

Triadic Colors of #faa02e

#faa02e #2efaa0 #a02efa

Analogous Colors of #faa02e

#faa02e #eefa2e #fa3a2e

Monochromatic Colors of #faa02e

#faa02e

Complementary Color

#faa02e #2e88fa

#faa02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa02e Color CSS Codes

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

#faa02e Text Font Color

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

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


#faa02e Background Color

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

This div background color is #faa02e


#faa02e Border Color

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

This div border color is #faa02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa02e


Comments

No comments written yet.

Please login to write comment.