Color Hex Logo

#feb120 Color Hex

#FEB120
(254,177,32)
0 Favorites   0 Comments

Color spaces of #feb120

RGB 25417732
HSL0.110.990.56
HSV39°87°100°
CMYK 0.000.300.87   0.00
XYZ56.855952.61948.5264
Yxy52.61940.48180.4459
Hunter Lab72.539212.963843.8084
CIE-Lab77.649717.628575.8996

#feb120 color RGB value is (254,177,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00100000
Octal 376 261 40
Decimal 254 177 32
Hex FE B1 20

RGB Percentages of Color #feb120

%54.86
%38.23
%6.91

CMYK Percentages of Color #feb120

%0
%30
%87
%0

Triadic Colors of #feb120

#feb120 #20feb1 #b120fe

Analogous Colors of #feb120

#feb120 #dcfe20 #fe4220

Monochromatic Colors of #feb120

#feb120

Complementary Color

#feb120 #206dfe

#feb120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb120 Color CSS Codes

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

#feb120 Text Font Color

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

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


#feb120 Background Color

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

This div background color is #feb120


#feb120 Border Color

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

This div border color is #feb120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb120

Related Colors


Comments

No comments written yet.

Please login to write comment.