Color Hex Logo

#fecf0f Color Hex

#FECF0F
(254,207,15)
0 Favorites   0 Comments

Color spaces of #fecf0f

RGB 25420715
HSL0.130.990.53
HSV48°94°100°
CMYK 0.000.190.94   0.00
XYZ63.272165.73109.8045
Yxy65.73100.45580.4735
Hunter Lab81.0747-2.576149.5822
CIE-Lab84.85901.840384.2514

#fecf0f color RGB value is (254,207,15).

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

The process color (four color CMYK) of #fecf0f color hex is 0.00, 0.19, 0.94, 0.00. Web safe color of #fecf0f is #ffcc00. Color #fecf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00001111
Octal 376 317 17
Decimal 254 207 15
Hex FE CF F

RGB Percentages of Color #fecf0f

%53.36
%43.49
%3.15

CMYK Percentages of Color #fecf0f

%0
%19
%94
%0

Triadic Colors of #fecf0f

#fecf0f #0ffecf #cf0ffe

Analogous Colors of #fecf0f

#fecf0f #b6fe0f #fe580f

Monochromatic Colors of #fecf0f

#fecf0f

Complementary Color

#fecf0f #0f3efe

#fecf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf0f Color CSS Codes

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

#fecf0f Text Font Color

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

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


#fecf0f Background Color

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

This div background color is #fecf0f


#fecf0f Border Color

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

This div border color is #fecf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf0f

Related Colors


Comments

No comments written yet.

Please login to write comment.