Color Hex Logo

#feb041 Color Hex

#FEB041
(254,176,65)
0 Favorites   0 Comments

Color spaces of #feb041

RGB 25417665
HSL0.100.990.63
HSV35°74°100°
CMYK 0.000.310.74   0.00
XYZ57.352552.503212.1123
Yxy52.50320.47020.4305
Hunter Lab72.459114.482140.8104
CIE-Lab77.580819.148965.1586

#feb041 color RGB value is (254,176,65).

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

The process color (four color CMYK) of #feb041 color hex is 0.00, 0.31, 0.74, 0.00. Web safe color of #feb041 is #ff9933. Color #feb041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01000001
Octal 376 260 101
Decimal 254 176 65
Hex FE B0 41

RGB Percentages of Color #feb041

%51.31
%35.56
%13.13

CMYK Percentages of Color #feb041

%0
%31
%74
%0

Triadic Colors of #feb041

#feb041 #41feb0 #b041fe

Analogous Colors of #feb041

#feb041 #eefe41 #fe5241

Monochromatic Colors of #feb041

#feb041

Complementary Color

#feb041 #418ffe

#feb041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb041 Color CSS Codes

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

#feb041 Text Font Color

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

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


#feb041 Background Color

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

This div background color is #feb041


#feb041 Border Color

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

This div border color is #feb041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb041

Related Colors


Comments

No comments written yet.

Please login to write comment.