Color Hex Logo

#fecb65 Color Hex

#FECB65
(254,203,101)
0 Favorites   0 Comments

Color spaces of #fecb65

RGB 254203101
HSL0.110.990.70
HSV40°60°100°
CMYK 0.000.200.60   0.00
XYZ64.577964.722321.4009
Yxy64.72230.42850.4295
Hunter Lab80.45022.495440.5431
CIE-Lab84.34047.058556.7166

#fecb65 color RGB value is (254,203,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01100101
Octal 376 313 145
Decimal 254 203 101
Hex FE CB 65

RGB Percentages of Color #fecb65

%45.52
%36.38
%18.10

CMYK Percentages of Color #fecb65

%0
%20
%60
%0

Triadic Colors of #fecb65

#fecb65 #65fecb #cb65fe

Analogous Colors of #fecb65

#fecb65 #e5fe65 #fe7f65

Monochromatic Colors of #fecb65

#fecb65

Complementary Color

#fecb65 #6598fe

#fecb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb65 Color CSS Codes

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

#fecb65 Text Font Color

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

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


#fecb65 Background Color

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

This div background color is #fecb65


#fecb65 Border Color

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

This div border color is #fecb65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,203,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 #fecb65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb65

Related Colors


Comments

No comments written yet.

Please login to write comment.