Color Hex Logo

#fab13e Color Hex

#FAB13E
(250,177,62)
0 Favorites   0 Comments

Color spaces of #fab13e

RGB 25017762
HSL0.100.950.61
HSV37°75°98°
CMYK 0.000.290.75   0.02
XYZ56.016052.116111.6645
Yxy52.11610.46760.4350
Hunter Lab72.191512.169640.9541
CIE-Lab77.350216.834865.9614

#fab13e color RGB value is (250,177,62).

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

The process color (four color CMYK) of #fab13e color hex is 0.00, 0.29, 0.75, 0.02. Web safe color of #fab13e is #ff9933. Color #fab13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00111110
Octal 372 261 76
Decimal 250 177 62
Hex FA B1 3E

RGB Percentages of Color #fab13e

%51.12
%36.20
%12.68

CMYK Percentages of Color #fab13e

%0
%29
%75
%2

Triadic Colors of #fab13e

#fab13e #3efab1 #b13efa

Analogous Colors of #fab13e

#fab13e #e5fa3e #fa533e

Monochromatic Colors of #fab13e

#fab13e

Complementary Color

#fab13e #3e87fa

#fab13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab13e Color CSS Codes

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

#fab13e Text Font Color

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

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


#fab13e Background Color

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

This div background color is #fab13e


#fab13e Border Color

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

This div border color is #fab13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab13e

Related Colors


Comments

No comments written yet.

Please login to write comment.