Color Hex Logo

#fec339 Color Hex

#FEC339
(254,195,57)
0 Favorites   0 Comments

Color spaces of #fec339

RGB 25419557
HSL0.120.990.61
HSV42°78°100°
CMYK 0.000.230.78   0.00
XYZ61.126760.396512.3069
Yxy60.39650.45670.4513
Hunter Lab77.71524.397245.0115
CIE-Lab82.05328.942972.3574

#fec339 color RGB value is (254,195,57).

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

The process color (four color CMYK) of #fec339 color hex is 0.00, 0.23, 0.78, 0.00. Web safe color of #fec339 is #ffcc33. Color #fec339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00111001
Octal 376 303 71
Decimal 254 195 57
Hex FE C3 39

RGB Percentages of Color #fec339

%50.20
%38.54
%11.26

CMYK Percentages of Color #fec339

%0
%23
%78
%0

Triadic Colors of #fec339

#fec339 #39fec3 #c339fe

Analogous Colors of #fec339

#fec339 #d7fe39 #fe6139

Monochromatic Colors of #fec339

#fec339

Complementary Color

#fec339 #3974fe

#fec339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec339 Color CSS Codes

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

#fec339 Text Font Color

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

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


#fec339 Background Color

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

This div background color is #fec339


#fec339 Border Color

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

This div border color is #fec339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec339


Comments

No comments written yet.

Please login to write comment.