Color Hex Logo

#faa335 Color Hex

#FAA335
(250,163,53)
0 Favorites   0 Comments

Color spaces of #faa335

RGB 25016353
HSL0.090.950.59
HSV34°79°98°
CMYK 0.000.350.79   0.02
XYZ53.164146.77549.5947
Yxy46.77540.48540.4270
Hunter Lab68.392519.067839.5571
CIE-Lab74.045923.839166.2521

#faa335 color RGB value is (250,163,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 00110101
Octal 372 243 65
Decimal 250 163 53
Hex FA A3 35

RGB Percentages of Color #faa335

%53.65
%34.98
%11.37

CMYK Percentages of Color #faa335

%0
%35
%79
%2

Triadic Colors of #faa335

#faa335 #35faa3 #a335fa

Analogous Colors of #faa335

#faa335 #effa35 #fa4035

Monochromatic Colors of #faa335

#faa335

Complementary Color

#faa335 #358cfa

#faa335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa335 Color CSS Codes

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

#faa335 Text Font Color

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

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


#faa335 Background Color

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

This div background color is #faa335


#faa335 Border Color

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

This div border color is #faa335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa335


Comments

No comments written yet.

Please login to write comment.