Color Hex Logo

#fec960 Color Hex

#FEC960
(254,201,96)
0 Favorites   0 Comments

Color spaces of #fec960

RGB 25420196
HSL0.110.990.69
HSV40°62°100°
CMYK 0.000.210.62   0.00
XYZ63.871063.688619.9931
Yxy63.68860.43290.4316
Hunter Lab79.80513.201241.0100
CIE-Lab83.80347.763658.3985

#fec960 color RGB value is (254,201,96).

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

The process color (four color CMYK) of #fec960 color hex is 0.00, 0.21, 0.62, 0.00. Web safe color of #fec960 is #ffcc66. Color #fec960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01100000
Octal 376 311 140
Decimal 254 201 96
Hex FE C9 60

RGB Percentages of Color #fec960

%46.10
%36.48
%17.42

CMYK Percentages of Color #fec960

%0
%21
%62
%0

Triadic Colors of #fec960

#fec960 #60fec9 #c960fe

Analogous Colors of #fec960

#fec960 #e4fe60 #fe7a60

Monochromatic Colors of #fec960

#fec960

Complementary Color

#fec960 #6095fe

#fec960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec960 Color CSS Codes

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

#fec960 Text Font Color

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

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


#fec960 Background Color

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

This div background color is #fec960


#fec960 Border Color

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

This div border color is #fec960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec960

Related Colors


Comments

No comments written yet.

Please login to write comment.