Color Hex Logo

#fec312 Color Hex

#FEC312
(254,195,18)
0 Favorites   0 Comments

Color spaces of #fec312

RGB 25419518
HSL0.130.990.53
HSV45°93°100°
CMYK 0.000.230.93   0.00
XYZ60.497360.14478.9928
Yxy60.14470.46670.4640
Hunter Lab77.55303.525947.4120
CIE-Lab81.91688.044781.7240

#fec312 color RGB value is (254,195,18).

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

The process color (four color CMYK) of #fec312 color hex is 0.00, 0.23, 0.93, 0.00. Web safe color of #fec312 is #ffcc00. Color #fec312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00010010
Octal 376 303 22
Decimal 254 195 18
Hex FE C3 12

RGB Percentages of Color #fec312

%54.39
%41.76
%3.85

CMYK Percentages of Color #fec312

%0
%23
%93
%0

Triadic Colors of #fec312

#fec312 #12fec3 #c312fe

Analogous Colors of #fec312

#fec312 #c3fe12 #fe4d12

Monochromatic Colors of #fec312

#fec312

Complementary Color

#fec312 #124dfe

#fec312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec312 Color CSS Codes

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

#fec312 Text Font Color

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

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


#fec312 Background Color

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

This div background color is #fec312


#fec312 Border Color

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

This div border color is #fec312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec312

Related Colors


Comments

No comments written yet.

Please login to write comment.