Color Hex Logo

#feb022 Color Hex

#FEB022
(254,176,34)
0 Favorites   1 Comments

Color spaces of #feb022

RGB 25417634
HSL0.110.990.56
HSV39°87°100°
CMYK 0.000.310.87   0.00
XYZ56.687152.23708.6084
Yxy52.23700.48230.4444
Hunter Lab72.275213.520243.5308
CIE-Lab77.422318.191475.2341

#feb022 color RGB value is (254,176,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 00100010
Octal 376 260 42
Decimal 254 176 34
Hex FE B0 22

RGB Percentages of Color #feb022

%54.74
%37.93
%7.33

CMYK Percentages of Color #feb022

%0
%31
%87
%0

Triadic Colors of #feb022

#feb022 #22feb0 #b022fe

Analogous Colors of #feb022

#feb022 #defe22 #fe4222

Monochromatic Colors of #feb022

#feb022

Complementary Color

#feb022 #2270fe

#feb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb022 Color CSS Codes

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

#feb022 Text Font Color

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

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


#feb022 Background Color

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

This div background color is #feb022


#feb022 Border Color

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

This div border color is #feb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb022

Related Colors


Comments

26 Feb 2022, 7:40 Zacapea

This hex code is the month February 2022! The month we are in - unless it has been a few days that you have seen this since I made the comment!

Please login to write comment.