Color Hex Logo

#fecc40 Color Hex

#FECC40
(254,204,64)
0 Favorites   0 Comments

Color spaces of #fecc40

RGB 25420464
HSL0.120.990.62
HSV44°75°100°
CMYK 0.000.200.75   0.00
XYZ63.391364.626713.9836
Yxy64.62670.44640.4551
Hunter Lab80.39070.070645.9603
CIE-Lab84.29104.562672.0097

#fecc40 color RGB value is (254,204,64).

#fecc40 hex color red value is 254, green value is 204 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fecc40 hue: 0.12 , saturation: 0.99 and the lightness value of fecc40 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01000000
Octal 376 314 100
Decimal 254 204 64
Hex FE CC 40

RGB Percentages of Color #fecc40

%48.66
%39.08
%12.26

CMYK Percentages of Color #fecc40

%0
%20
%75
%0

Triadic Colors of #fecc40

#fecc40 #40fecc #cc40fe

Analogous Colors of #fecc40

#fecc40 #d1fe40 #fe6d40

Monochromatic Colors of #fecc40

#fecc40

Complementary Color

#fecc40 #4072fe

#fecc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc40 Color CSS Codes

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

#fecc40 Text Font Color

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

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


#fecc40 Background Color

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

This div background color is #fecc40


#fecc40 Border Color

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

This div border color is #fecc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc40


Comments

No comments written yet.

Please login to write comment.