Color Hex Logo

#fecf0a Color Hex

#FECF0A
(254,207,10)
0 Favorites   0 Comments

Color spaces of #fecf0a

RGB 25420710
HSL0.130.990.52
HSV48°96°100°
CMYK 0.000.190.96   0.00
XYZ63.240765.71849.6389
Yxy65.71840.45630.4742
Hunter Lab81.0669-2.618349.6972
CIE-Lab84.85261.795884.7479

#fecf0a color RGB value is (254,207,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00001010
Octal 376 317 12
Decimal 254 207 10
Hex FE CF A

RGB Percentages of Color #fecf0a

%53.93
%43.95
%2.12

CMYK Percentages of Color #fecf0a

%0
%19
%96
%0

Triadic Colors of #fecf0a

#fecf0a #0afecf #cf0afe

Analogous Colors of #fecf0a

#fecf0a #b3fe0a #fe550a

Monochromatic Colors of #fecf0a

#fecf0a

Complementary Color

#fecf0a #0a39fe

#fecf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf0a Color CSS Codes

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

#fecf0a Text Font Color

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

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


#fecf0a Background Color

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

This div background color is #fecf0a


#fecf0a Border Color

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

This div border color is #fecf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf0a

Related Colors


Comments

No comments written yet.

Please login to write comment.