color codes Logo

#fec32f color codes

#FEC32F
(254,195,47)
0 Favorites   0 Comments

Color spaces of #fec32f

RGB 25419547
HSL0.120.990.59
HSV43°81°100°
CMYK 0.000.230.81   0.00
XYZ60.901260.306311.1198
Yxy60.30630.46020.4557
Hunter Lab77.65714.085445.8702
CIE-Lab82.00448.622175.4880

#fec32f color RGB value is (254,195,47).

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

The process color (four color CMYK) of #fec32f color code is 0.00, 0.23, 0.81, 0.00. Web safe color of #fec32f is #ffcc33. Color #fec32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00101111
Octal 376 303 57
Decimal 254 195 47
Hex FE C3 2F

RGB Percentages of Color #fec32f

%51.21
%39.31
%9.48

CMYK Percentages of Color #fec32f

%0
%23
%81
%0

Triadic Colors of #fec32f

#fec32f #2ffec3 #c32ffe

Analogous Colors of #fec32f

#fec32f #d2fe2f #fe5c2f

Monochromatic Colors of #fec32f

#fec32f

Complementary Color

#fec32f #2f6afe

#fec32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec32f Color CSS Codes

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

#fec32f Text Font Color

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

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


#fec32f Background Color

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

This div background color is #fec32f


#fec32f Border Color

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

This div border color is #fec32f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,195,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 #fec32f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec32f

Related Colors


Comments

No comments written yet.

Please login to write comment.