Color Hex Logo

#fec030 Color Hex

#FEC030
(254,192,48)
0 Favorites   0 Comments

Color spaces of #fec030

RGB 25419248
HSL0.120.990.59
HSV42°81°100°
CMYK 0.000.240.81   0.00
XYZ60.256258.983511.0054
Yxy58.98350.46260.4529
Hunter Lab76.80075.646045.2644
CIE-Lab81.282510.206474.5651

#fec030 color RGB value is (254,192,48).

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

The process color (four color CMYK) of #fec030 color hex is 0.00, 0.24, 0.81, 0.00. Web safe color of #fec030 is #ffcc33. Color #fec030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00110000
Octal 376 300 60
Decimal 254 192 48
Hex FE C0 30

RGB Percentages of Color #fec030

%51.42
%38.87
%9.72

CMYK Percentages of Color #fec030

%0
%24
%81
%0

Triadic Colors of #fec030

#fec030 #30fec0 #c030fe

Analogous Colors of #fec030

#fec030 #d5fe30 #fe5930

Monochromatic Colors of #fec030

#fec030

Complementary Color

#fec030 #306efe

#fec030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec030 Color CSS Codes

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

#fec030 Text Font Color

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

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


#fec030 Background Color

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

This div background color is #fec030


#fec030 Border Color

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

This div border color is #fec030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec030

Related Colors


Comments

No comments written yet.

Please login to write comment.