Color Hex Logo

#fecf5a Color Hex

#FECF5A
(254,207,90)
0 Favorites   0 Comments

Color spaces of #fecf5a

RGB 25420790
HSL0.120.990.67
HSV43°65°100°
CMYK 0.000.190.65   0.00
XYZ65.031366.434719.0685
Yxy66.43470.43200.4413
Hunter Lab81.5075-0.220743.1845
CIE-Lab85.21774.303662.6170

#fecf5a color RGB value is (254,207,90).

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

The process color (four color CMYK) of #fecf5a color hex is 0.00, 0.19, 0.65, 0.00. Web safe color of #fecf5a is #ffcc66. Color #fecf5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01011010
Octal 376 317 132
Decimal 254 207 90
Hex FE CF 5A

RGB Percentages of Color #fecf5a

%46.10
%37.57
%16.33

CMYK Percentages of Color #fecf5a

%0
%19
%65
%0

Triadic Colors of #fecf5a

#fecf5a #5afecf #cf5afe

Analogous Colors of #fecf5a

#fecf5a #dbfe5a #fe7d5a

Monochromatic Colors of #fecf5a

#fecf5a

Complementary Color

#fecf5a #5a89fe

#fecf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf5a Color CSS Codes

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

#fecf5a Text Font Color

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

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


#fecf5a Background Color

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

This div background color is #fecf5a


#fecf5a Border Color

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

This div border color is #fecf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf5a


Comments

No comments written yet.

Please login to write comment.