color codes Logo

#fecf3e color codes

#FECF3E
(254,207,62)
0 Favorites   0 Comments

Color spaces of #fecf3e

RGB 25420762
HSL0.130.990.62
HSV45°76°100°
CMYK 0.000.190.76   0.00
XYZ64.055466.044313.9292
Yxy66.04430.44470.4585
Hunter Lab81.2676-1.524146.7251
CIE-Lab85.01902.944973.3959

#fecf3e color RGB value is (254,207,62).

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

The process color (four color CMYK) of #fecf3e color code is 0.00, 0.19, 0.76, 0.00. Web safe color of #fecf3e is #ffcc33. Color #fecf3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00111110
Octal 376 317 76
Decimal 254 207 62
Hex FE CF 3E

RGB Percentages of Color #fecf3e

%48.57
%39.58
%11.85

CMYK Percentages of Color #fecf3e

%0
%19
%76
%0

Triadic Colors of #fecf3e

#fecf3e #3efecf #cf3efe

Analogous Colors of #fecf3e

#fecf3e #cdfe3e #fe6f3e

Monochromatic Colors of #fecf3e

#fecf3e

Complementary Color

#fecf3e #3e6dfe

#fecf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf3e Color CSS Codes

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

#fecf3e Text Font Color

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

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


#fecf3e Background Color

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

This div background color is #fecf3e


#fecf3e Border Color

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

This div border color is #fecf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf3e


Comments

No comments written yet.

Please login to write comment.