Color Hex Logo

#feb22f Color Hex

#FEB22F
(254,178,47)
0 Favorites   0 Comments

Color spaces of #feb22f

RGB 25417847
HSL0.110.990.59
HSV38°81°100°
CMYK 0.000.300.81   0.00
XYZ57.306553.11699.9215
Yxy53.11690.47620.4414
Hunter Lab72.881312.812042.9457
CIE-Lab77.944017.470371.9738

#feb22f color RGB value is (254,178,47).

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

The process color (four color CMYK) of #feb22f color hex is 0.00, 0.30, 0.81, 0.00. Web safe color of #feb22f is #ff9933. Color #feb22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00101111
Octal 376 262 57
Decimal 254 178 47
Hex FE B2 2F

RGB Percentages of Color #feb22f

%53.03
%37.16
%9.81

CMYK Percentages of Color #feb22f

%0
%30
%81
%0

Triadic Colors of #feb22f

#feb22f #2ffeb2 #b22ffe

Analogous Colors of #feb22f

#feb22f #e3fe2f #fe4b2f

Monochromatic Colors of #feb22f

#feb22f

Complementary Color

#feb22f #2f7bfe

#feb22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb22f Color CSS Codes

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

#feb22f Text Font Color

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

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


#feb22f Background Color

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

This div background color is #feb22f


#feb22f Border Color

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

This div border color is #feb22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb22f

Related Colors


Comments

No comments written yet.

Please login to write comment.