Color Hex Logo

#feb11f Color Hex

#FEB11F
(254,177,31)
0 Favorites   0 Comments

Color spaces of #feb11f

RGB 25417731
HSL0.110.990.56
HSV39°88°100°
CMYK 0.000.300.88   0.00
XYZ56.842552.61408.4559
Yxy52.61400.48210.4462
Hunter Lab72.535512.944543.8631
CIE-Lab77.646517.609276.1306

#feb11f color RGB value is (254,177,31).

#feb11f hex color red value is 254, green value is 177 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #feb11f hue: 0.11 , saturation: 0.99 and the lightness value of feb11f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00011111
Octal 376 261 37
Decimal 254 177 31
Hex FE B1 1F

RGB Percentages of Color #feb11f

%54.98
%38.31
%6.71

CMYK Percentages of Color #feb11f

%0
%30
%88
%0

Triadic Colors of #feb11f

#feb11f #1ffeb1 #b11ffe

Analogous Colors of #feb11f

#feb11f #dcfe1f #fe421f

Monochromatic Colors of #feb11f

#feb11f

Complementary Color

#feb11f #1f6cfe

#feb11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb11f Color CSS Codes

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

#feb11f Text Font Color

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

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


#feb11f Background Color

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

This div background color is #feb11f


#feb11f Border Color

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

This div border color is #feb11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb11f

Related Colors


Comments

No comments written yet.

Please login to write comment.