color codes Logo

#fece2f color codes

#FECE2F
(254,206,47)
2 Favorites   0 Comments

Color spaces of #fece2f

RGB 25420647
HSL0.130.990.59
HSV46°81°100°
CMYK 0.000.190.81   0.00
XYZ63.457465.418711.9718
Yxy65.41870.45050.4645
Hunter Lab80.8818-1.497647.8414
CIE-Lab84.69902.955777.8048

#fece2f color RGB value is (254,206,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00101111
Octal 376 316 57
Decimal 254 206 47
Hex FE CE 2F

RGB Percentages of Color #fece2f

%50.10
%40.63
%9.27

CMYK Percentages of Color #fece2f

%0
%19
%81
%0

Triadic Colors of #fece2f

#fece2f #2ffece #ce2ffe

Analogous Colors of #fece2f

#fece2f #c7fe2f #fe672f

Monochromatic Colors of #fece2f

#fece2f

Complementary Color

#fece2f #2f5ffe

#fece2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece2f Color CSS Codes

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

#fece2f Text Font Color

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

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


#fece2f Background Color

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

This div background color is #fece2f


#fece2f Border Color

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

This div border color is #fece2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece2f

Related Colors

#fece2f Color Palettes


Comments

No comments written yet.

Please login to write comment.