Color Hex Logo

#feca12 Color Hex

#FECA12
(254,202,18)
0 Favorites   0 Comments

Color spaces of #feca12

RGB 25420218
HSL0.130.990.53
HSV47°93°100°
CMYK 0.000.200.93   0.00
XYZ62.102863.35569.5279
Yxy63.35560.46010.4693
Hunter Lab79.5962-0.023648.6202
CIE-Lab83.62914.435482.9820

#feca12 color RGB value is (254,202,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 00010010
Octal 376 312 22
Decimal 254 202 18
Hex FE CA 12

RGB Percentages of Color #feca12

%53.59
%42.62
%3.80

CMYK Percentages of Color #feca12

%0
%20
%93
%0

Triadic Colors of #feca12

#feca12 #12feca #ca12fe

Analogous Colors of #feca12

#feca12 #bcfe12 #fe5412

Monochromatic Colors of #feca12

#feca12

Complementary Color

#feca12 #1246fe

#feca12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca12 Color CSS Codes

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

#feca12 Text Font Color

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

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


#feca12 Background Color

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

This div background color is #feca12


#feca12 Border Color

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

This div border color is #feca12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca12

Related Colors


Comments

No comments written yet.

Please login to write comment.