Color Hex Logo

#fec649 Color Hex

#FEC649
(254,198,73)
0 Favorites   0 Comments

Color spaces of #fec649

RGB 25419873
HSL0.120.990.64
HSV41°71°100°
CMYK 0.000.220.71   0.00
XYZ62.269761.940014.9770
Yxy61.94000.44740.4450
Hunter Lab78.70203.502343.8085
CIE-Lab82.88158.046367.2445

#fec649 color RGB value is (254,198,73).

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

The process color (four color CMYK) of #fec649 color hex is 0.00, 0.22, 0.71, 0.00. Web safe color of #fec649 is #ffcc33. Color #fec649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01001001
Octal 376 306 111
Decimal 254 198 73
Hex FE C6 49

RGB Percentages of Color #fec649

%48.38
%37.71
%13.90

CMYK Percentages of Color #fec649

%0
%22
%71
%0

Triadic Colors of #fec649

#fec649 #49fec6 #c649fe

Analogous Colors of #fec649

#fec649 #dcfe49 #fe6c49

Monochromatic Colors of #fec649

#fec649

Complementary Color

#fec649 #4981fe

#fec649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec649 Color CSS Codes

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

#fec649 Text Font Color

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

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


#fec649 Background Color

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

This div background color is #fec649


#fec649 Border Color

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

This div border color is #fec649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec649

Related Colors


Comments

No comments written yet.

Please login to write comment.