Color Hex Logo

#fecb20 Color Hex

#FECB20
(254,203,32)
0 Favorites   0 Comments

Color spaces of #fecb20

RGB 25420332
HSL0.130.990.56
HSV46°87°100°
CMYK 0.000.200.87   0.00
XYZ62.489763.887010.4044
Yxy63.88700.45690.4671
Hunter Lab79.9293-0.323048.2328
CIE-Lab83.90694.137380.8176

#fecb20 color RGB value is (254,203,32).

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

The process color (four color CMYK) of #fecb20 color hex is 0.00, 0.20, 0.87, 0.00. Web safe color of #fecb20 is #ffcc33. Color #fecb20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 00100000
Octal 376 313 40
Decimal 254 203 32
Hex FE CB 20

RGB Percentages of Color #fecb20

%51.94
%41.51
%6.54

CMYK Percentages of Color #fecb20

%0
%20
%87
%0

Triadic Colors of #fecb20

#fecb20 #20fecb #cb20fe

Analogous Colors of #fecb20

#fecb20 #c2fe20 #fe5c20

Monochromatic Colors of #fecb20

#fecb20

Complementary Color

#fecb20 #2053fe

#fecb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb20 Color CSS Codes

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

#fecb20 Text Font Color

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

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


#fecb20 Background Color

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

This div background color is #fecb20


#fecb20 Border Color

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

This div border color is #fecb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb20

Related Colors

#fecb20 Color Palettes


Comments

No comments written yet.

Please login to write comment.