color codes Logo

#fec65f color codes

#FEC65F
(254,198,95)
0 Favorites   0 Comments

Color spaces of #fec65f

RGB 25419895
HSL0.110.990.68
HSV39°63°100°
CMYK 0.000.220.63   0.00
XYZ63.132762.285219.5213
Yxy62.28520.43560.4297
Hunter Lab78.92104.679140.5792
CIE-Lab83.06499.252958.0265

#fec65f color RGB value is (254,198,95).

#fec65f hex color red value is 254, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fec65f hue: 0.11 , saturation: 0.99 and the lightness value of fec65f is 0.68.

The process color (four color CMYK) of #fec65f color code is 0.00, 0.22, 0.63, 0.00. Web safe color of #fec65f is #ffcc66. Color #fec65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01011111
Octal 376 306 137
Decimal 254 198 95
Hex FE C6 5F

RGB Percentages of Color #fec65f

%46.44
%36.20
%17.37

CMYK Percentages of Color #fec65f

%0
%22
%63
%0

Triadic Colors of #fec65f

#fec65f #5ffec6 #c65ffe

Analogous Colors of #fec65f

#fec65f #e7fe5f #fe775f

Monochromatic Colors of #fec65f

#fec65f

Complementary Color

#fec65f #5f97fe

#fec65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec65f Color CSS Codes

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

#fec65f Text Font Color

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

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


#fec65f Background Color

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

This div background color is #fec65f


#fec65f Border Color

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

This div border color is #fec65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec65f

Related Colors


Comments

No comments written yet.

Please login to write comment.