Color Hex Logo

#fab320 Color Hex

#FAB320
(250,179,32)
0 Favorites   0 Comments

Color spaces of #fab320

RGB 25017932
HSL0.110.960.55
HSV40°87°98°
CMYK 0.000.280.87   0.02
XYZ55.805252.66858.5913
Yxy52.66850.47670.4499
Hunter Lab72.573110.255143.7823
CIE-Lab77.678914.891675.7333

#fab320 color RGB value is (250,179,32).

#fab320 hex color red value is 250, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fab320 hue: 0.11 , saturation: 0.96 and the lightness value of fab320 is 0.55.

The process color (four color CMYK) of #fab320 color hex is 0.00, 0.28, 0.87, 0.02. Web safe color of #fab320 is #ffcc33. Color #fab320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00100000
Octal 372 263 40
Decimal 250 179 32
Hex FA B3 20

RGB Percentages of Color #fab320

%54.23
%38.83
%6.94

CMYK Percentages of Color #fab320

%0
%28
%87
%2

Triadic Colors of #fab320

#fab320 #20fab3 #b320fa

Analogous Colors of #fab320

#fab320 #d4fa20 #fa4620

Monochromatic Colors of #fab320

#fab320

Complementary Color

#fab320 #2067fa

#fab320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab320 Color CSS Codes

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

#fab320 Text Font Color

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

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


#fab320 Background Color

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

This div background color is #fab320


#fab320 Border Color

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

This div border color is #fab320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab320


Comments

No comments written yet.

Please login to write comment.