color codes Logo

#feba1f color codes

#FEBA1F
(254,186,31)
0 Favorites   0 Comments

Color spaces of #feba1f

RGB 25418631
HSL0.120.990.56
HSV42°88°100°
CMYK 0.000.270.88   0.00
XYZ58.679356.28769.0682
Yxy56.28760.47310.4538
Hunter Lab75.02518.316245.3512
CIE-Lab79.777212.914777.7924

#feba1f color RGB value is (254,186,31).

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

The process color (four color CMYK) of #feba1f color code is 0.00, 0.27, 0.88, 0.00. Web safe color of #feba1f is #ffcc33. Color #feba1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00011111
Octal 376 272 37
Decimal 254 186 31
Hex FE BA 1F

RGB Percentages of Color #feba1f

%53.93
%39.49
%6.58

CMYK Percentages of Color #feba1f

%0
%27
%88
%0

Triadic Colors of #feba1f

#feba1f #1ffeba #ba1ffe

Analogous Colors of #feba1f

#feba1f #d3fe1f #fe4b1f

Monochromatic Colors of #feba1f

#feba1f

Complementary Color

#feba1f #1f63fe

#feba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba1f Color CSS Codes

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

#feba1f Text Font Color

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

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


#feba1f Background Color

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

This div background color is #feba1f


#feba1f Border Color

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

This div border color is #feba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba1f

Related Colors


Comments

No comments written yet.

Please login to write comment.