Color Hex Logo

#feb12e Color Hex

#FEB12E
(254,177,46)
0 Favorites   0 Comments

Color spaces of #feb12e

RGB 25417746
HSL0.100.990.59
HSV38°82°100°
CMYK 0.000.300.82   0.00
XYZ57.088352.71249.7504
Yxy52.71240.47750.4409
Hunter Lab72.603313.299642.8598
CIE-Lab77.704917.964072.0819

#feb12e color RGB value is (254,177,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00101110
Octal 376 261 56
Decimal 254 177 46
Hex FE B1 2E

RGB Percentages of Color #feb12e

%53.25
%37.11
%9.64

CMYK Percentages of Color #feb12e

%0
%30
%82
%0

Triadic Colors of #feb12e

#feb12e #2efeb1 #b12efe

Analogous Colors of #feb12e

#feb12e #e3fe2e #fe492e

Monochromatic Colors of #feb12e

#feb12e

Complementary Color

#feb12e #2e7bfe

#feb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb12e Color CSS Codes

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

#feb12e Text Font Color

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

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


#feb12e Background Color

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

This div background color is #feb12e


#feb12e Border Color

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

This div border color is #feb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb12e

Related Colors


Comments

No comments written yet.

Please login to write comment.