Color Hex Logo

#faa533 Color Hex

#FAA533
(250,165,51)
0 Favorites   0 Comments

Color spaces of #faa533

RGB 25016551
HSL0.100.950.59
HSV34°80°98°
CMYK 0.000.340.80   0.02
XYZ53.477047.47339.4767
Yxy47.47330.48430.4299
Hunter Lab68.900917.965240.0758
CIE-Lab74.491522.724967.3868

#faa533 color RGB value is (250,165,51).

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

The process color (four color CMYK) of #faa533 color hex is 0.00, 0.34, 0.80, 0.02. Web safe color of #faa533 is #ff9933. Color #faa533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 00110011
Octal 372 245 63
Decimal 250 165 51
Hex FA A5 33

RGB Percentages of Color #faa533

%53.65
%35.41
%10.94

CMYK Percentages of Color #faa533

%0
%34
%80
%2

Triadic Colors of #faa533

#faa533 #33faa5 #a533fa

Analogous Colors of #faa533

#faa533 #ecfa33 #fa4233

Monochromatic Colors of #faa533

#faa533

Complementary Color

#faa533 #3388fa

#faa533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa533 Color CSS Codes

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

#faa533 Text Font Color

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

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


#faa533 Background Color

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

This div background color is #faa533


#faa533 Border Color

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

This div border color is #faa533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa533


Comments

No comments written yet.

Please login to write comment.