Color Hex Logo

#fecc4a Color Hex

#FECC4A
(254,204,74)
0 Favorites   0 Comments

Color spaces of #fecc4a

RGB 25420474
HSL0.120.990.64
HSV43°71°100°
CMYK 0.000.200.71   0.00
XYZ63.701964.751015.6193
Yxy64.75100.44220.4494
Hunter Lab80.46800.489244.8191
CIE-Lab84.35534.998068.3302

#fecc4a color RGB value is (254,204,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01001010
Octal 376 314 112
Decimal 254 204 74
Hex FE CC 4A

RGB Percentages of Color #fecc4a

%47.74
%38.35
%13.91

CMYK Percentages of Color #fecc4a

%0
%20
%71
%0

Triadic Colors of #fecc4a

#fecc4a #4afecc #cc4afe

Analogous Colors of #fecc4a

#fecc4a #d6fe4a #fe724a

Monochromatic Colors of #fecc4a

#fecc4a

Complementary Color

#fecc4a #4a7cfe

#fecc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc4a Color CSS Codes

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

#fecc4a Text Font Color

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

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


#fecc4a Background Color

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

This div background color is #fecc4a


#fecc4a Border Color

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

This div border color is #fecc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc4a

Related Colors


Comments

No comments written yet.

Please login to write comment.