Color Hex Logo

#fecc3a Color Hex

#FECC3A
(254,204,58)
0 Favorites   0 Comments

Color spaces of #fecc3a

RGB 25420458
HSL0.120.990.61
HSV45°77°100°
CMYK 0.000.200.77   0.00
XYZ63.229664.562113.1321
Yxy64.56210.44870.4581
Hunter Lab80.3505-0.147946.5553
CIE-Lab84.25764.334974.0432

#fecc3a color RGB value is (254,204,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00111010
Octal 376 314 72
Decimal 254 204 58
Hex FE CC 3A

RGB Percentages of Color #fecc3a

%49.22
%39.53
%11.24

CMYK Percentages of Color #fecc3a

%0
%20
%77
%0

Triadic Colors of #fecc3a

#fecc3a #3afecc #cc3afe

Analogous Colors of #fecc3a

#fecc3a #cefe3a #fe6a3a

Monochromatic Colors of #fecc3a

#fecc3a

Complementary Color

#fecc3a #3a6cfe

#fecc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc3a Color CSS Codes

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

#fecc3a Text Font Color

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

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


#fecc3a Background Color

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

This div background color is #fecc3a


#fecc3a Border Color

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

This div border color is #fecc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc3a


Comments

No comments written yet.

Please login to write comment.