Color Hex Logo

#feb91a Color Hex

#FEB91A
(254,185,26)
0 Favorites   0 Comments

Color spaces of #feb91a

RGB 25418526
HSL0.120.990.55
HSV42°90°100°
CMYK 0.000.270.90   0.00
XYZ58.408555.84338.6777
Yxy55.84330.47510.4543
Hunter Lab74.72848.742945.4249
CIE-Lab79.524613.347978.6289

#feb91a color RGB value is (254,185,26).

#feb91a hex color red value is 254, green value is 185 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #feb91a hue: 0.12 , saturation: 0.99 and the lightness value of feb91a is 0.55.

The process color (four color CMYK) of #feb91a color hex is 0.00, 0.27, 0.90, 0.00. Web safe color of #feb91a is #ffcc33. Color #feb91a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00011010
Octal 376 271 32
Decimal 254 185 26
Hex FE B9 1A

RGB Percentages of Color #feb91a

%54.62
%39.78
%5.59

CMYK Percentages of Color #feb91a

%0
%27
%90
%0

Triadic Colors of #feb91a

#feb91a #1afeb9 #b91afe

Analogous Colors of #feb91a

#feb91a #d1fe1a #fe471a

Monochromatic Colors of #feb91a

#feb91a

Complementary Color

#feb91a #1a5ffe

#feb91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb91a Color CSS Codes

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

#feb91a Text Font Color

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

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


#feb91a Background Color

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

This div background color is #feb91a


#feb91a Border Color

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

This div border color is #feb91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb91a


Comments

No comments written yet.

Please login to write comment.