Color Hex Logo

#fab41e Color Hex

#FAB41E
(250,180,30)
0 Favorites   0 Comments

Color spaces of #fab41e

RGB 25018030
HSL0.110.960.55
HSV41°88°98°
CMYK 0.000.280.88   0.02
XYZ55.979953.06028.5195
Yxy53.06020.47620.4513
Hunter Lab72.84249.704244.0553
CIE-Lab77.910514.329676.3723

#fab41e color RGB value is (250,180,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 00011110
Octal 372 264 36
Decimal 250 180 30
Hex FA B4 1E

RGB Percentages of Color #fab41e

%54.35
%39.13
%6.52

CMYK Percentages of Color #fab41e

%0
%28
%88
%2

Triadic Colors of #fab41e

#fab41e #1efab4 #b41efa

Analogous Colors of #fab41e

#fab41e #d2fa1e #fa461e

Monochromatic Colors of #fab41e

#fab41e

Complementary Color

#fab41e #1e64fa

#fab41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab41e Color CSS Codes

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

#fab41e Text Font Color

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

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


#fab41e Background Color

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

This div background color is #fab41e


#fab41e Border Color

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

This div border color is #fab41e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,180,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 #fab41e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab41e


Comments

No comments written yet.

Please login to write comment.