Color Hex Logo

#fab01e Color Hex

#FAB01E
(250,176,30)
0 Favorites   0 Comments

Color spaces of #fab01e

RGB 25017630
HSL0.110.960.55
HSV40°88°98°
CMYK 0.000.300.88   0.02
XYZ55.184051.46848.2542
Yxy51.46840.48030.4479
Hunter Lab71.741511.755743.3974
CIE-Lab76.961916.422875.6340

#fab01e color RGB value is (250,176,30).

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

The process color (four color CMYK) of #fab01e color hex is 0.00, 0.30, 0.88, 0.02. Web safe color of #fab01e is #ff9933. Color #fab01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00011110
Octal 372 260 36
Decimal 250 176 30
Hex FA B0 1E

RGB Percentages of Color #fab01e

%54.82
%38.60
%6.58

CMYK Percentages of Color #fab01e

%0
%30
%88
%2

Triadic Colors of #fab01e

#fab01e #1efab0 #b01efa

Analogous Colors of #fab01e

#fab01e #d6fa1e #fa421e

Monochromatic Colors of #fab01e

#fab01e

Complementary Color

#fab01e #1e68fa

#fab01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab01e Color CSS Codes

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

#fab01e Text Font Color

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

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


#fab01e Background Color

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

This div background color is #fab01e


#fab01e Border Color

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

This div border color is #fab01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab01e

Related Colors


Comments

No comments written yet.

Please login to write comment.