Color Hex Logo

#feb61f Color Hex

#FEB61F
(254,182,31)
0 Favorites   0 Comments

Color spaces of #feb61f

RGB 25418231
HSL0.110.990.56
HSV41°88°100°
CMYK 0.000.280.88   0.00
XYZ57.848354.62578.7912
Yxy54.62570.47700.4505
Hunter Lab73.909210.369844.6841
CIE-Lab78.825214.999077.0494

#feb61f color RGB value is (254,182,31).

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

The process color (four color CMYK) of #feb61f color hex is 0.00, 0.28, 0.88, 0.00. Web safe color of #feb61f is #ffcc33. Color #feb61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 00011111
Octal 376 266 37
Decimal 254 182 31
Hex FE B6 1F

RGB Percentages of Color #feb61f

%54.39
%38.97
%6.64

CMYK Percentages of Color #feb61f

%0
%28
%88
%0

Triadic Colors of #feb61f

#feb61f #1ffeb6 #b61ffe

Analogous Colors of #feb61f

#feb61f #d7fe1f #fe471f

Monochromatic Colors of #feb61f

#feb61f

Complementary Color

#feb61f #1f67fe

#feb61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb61f Color CSS Codes

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

#feb61f Text Font Color

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

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


#feb61f Background Color

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

This div background color is #feb61f


#feb61f Border Color

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

This div border color is #feb61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb61f

Related Colors


Comments

No comments written yet.

Please login to write comment.