Color Hex Logo

#fec965 Color Hex

#FEC965
(254,201,101)
0 Favorites   0 Comments

Color spaces of #fec965

RGB 254201101
HSL0.110.990.70
HSV39°60°100°
CMYK 0.000.210.60   0.00
XYZ64.108763.783721.2445
Yxy63.78370.42990.4277
Hunter Lab79.86473.521640.1338
CIE-Lab83.85308.092256.1602

#fec965 color RGB value is (254,201,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01100101
Octal 376 311 145
Decimal 254 201 101
Hex FE C9 65

RGB Percentages of Color #fec965

%45.68
%36.15
%18.17

CMYK Percentages of Color #fec965

%0
%21
%60
%0

Triadic Colors of #fec965

#fec965 #65fec9 #c965fe

Analogous Colors of #fec965

#fec965 #e7fe65 #fe7d65

Monochromatic Colors of #fec965

#fec965

Complementary Color

#fec965 #659afe

#fec965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec965 Color CSS Codes

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

#fec965 Text Font Color

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

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


#fec965 Background Color

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

This div background color is #fec965


#fec965 Border Color

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

This div border color is #fec965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec965

Related Colors


Comments

No comments written yet.

Please login to write comment.