Color Hex Logo

#fecb5a Color Hex

#FECB5A
(254,203,90)
0 Favorites   0 Comments

Color spaces of #fecb5a

RGB 25420390
HSL0.110.990.67
HSV41°65°100°
CMYK 0.000.200.65   0.00
XYZ64.074464.520918.7495
Yxy64.52090.43490.4379
Hunter Lab80.32491.819142.3879
CIE-Lab84.23626.362261.5524

#fecb5a color RGB value is (254,203,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01011010
Octal 376 313 132
Decimal 254 203 90
Hex FE CB 5A

RGB Percentages of Color #fecb5a

%46.44
%37.11
%16.45

CMYK Percentages of Color #fecb5a

%0
%20
%65
%0

Triadic Colors of #fecb5a

#fecb5a #5afecb #cb5afe

Analogous Colors of #fecb5a

#fecb5a #dffe5a #fe795a

Monochromatic Colors of #fecb5a

#fecb5a

Complementary Color

#fecb5a #5a8dfe

#fecb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb5a Color CSS Codes

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

#fecb5a Text Font Color

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

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


#fecb5a Background Color

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

This div background color is #fecb5a


#fecb5a Border Color

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

This div border color is #fecb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb5a


Comments

No comments written yet.

Please login to write comment.