Color Hex Logo

#faa33b Color Hex

#FAA33B
(250,163,59)
0 Favorites   0 Comments

Color spaces of #faa33b

RGB 25016359
HSL0.090.950.61
HSV33°76°98°
CMYK 0.000.350.76   0.02
XYZ53.311046.834110.3678
Yxy46.83410.48240.4238
Hunter Lab68.435419.288938.9225
CIE-Lab74.083524.055963.9881

#faa33b color RGB value is (250,163,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 00111011
Octal 372 243 73
Decimal 250 163 59
Hex FA A3 3B

RGB Percentages of Color #faa33b

%52.97
%34.53
%12.50

CMYK Percentages of Color #faa33b

%0
%35
%76
%2

Triadic Colors of #faa33b

#faa33b #3bfaa3 #a33bfa

Analogous Colors of #faa33b

#faa33b #f2fa3b #fa433b

Monochromatic Colors of #faa33b

#faa33b

Complementary Color

#faa33b #3b92fa

#faa33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa33b Color CSS Codes

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

#faa33b Text Font Color

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

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


#faa33b Background Color

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

This div background color is #faa33b


#faa33b Border Color

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

This div border color is #faa33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa33b


Comments

No comments written yet.

Please login to write comment.