Color Hex Logo

#fec812 Color Hex

#FEC812
(254,200,18)
0 Favorites   0 Comments

Color spaces of #fec812

RGB 25420018
HSL0.130.990.53
HSV46°93°100°
CMYK 0.000.210.93   0.00
XYZ61.636562.42319.3725
Yxy62.42310.46190.4678
Hunter Lab79.00830.988248.2724
CIE-Lab83.13795.464182.6204

#fec812 color RGB value is (254,200,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00010010
Octal 376 310 22
Decimal 254 200 18
Hex FE C8 12

RGB Percentages of Color #fec812

%53.81
%42.37
%3.81

CMYK Percentages of Color #fec812

%0
%21
%93
%0

Triadic Colors of #fec812

#fec812 #12fec8 #c812fe

Analogous Colors of #fec812

#fec812 #befe12 #fe5212

Monochromatic Colors of #fec812

#fec812

Complementary Color

#fec812 #1248fe

#fec812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec812 Color CSS Codes

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

#fec812 Text Font Color

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

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


#fec812 Background Color

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

This div background color is #fec812


#fec812 Border Color

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

This div border color is #fec812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec812

Related Colors


Comments

No comments written yet.

Please login to write comment.