Color Hex Logo

#fecb6a Color Hex

#FECB6A
(254,203,106)
0 Favorites   0 Comments

Color spaces of #fecb6a

RGB 254203106
HSL0.110.990.71
HSV39°58°100°
CMYK 0.000.200.58   0.00
XYZ64.830564.823322.7309
Yxy64.82330.42540.4254
Hunter Lab80.51292.833939.6199
CIE-Lab84.39267.406054.4459

#fecb6a color RGB value is (254,203,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01101010
Octal 376 313 152
Decimal 254 203 106
Hex FE CB 6A

RGB Percentages of Color #fecb6a

%45.12
%36.06
%18.83

CMYK Percentages of Color #fecb6a

%0
%20
%58
%0

Triadic Colors of #fecb6a

#fecb6a #6afecb #cb6afe

Analogous Colors of #fecb6a

#fecb6a #e7fe6a #fe816a

Monochromatic Colors of #fecb6a

#fecb6a

Complementary Color

#fecb6a #6a9dfe

#fecb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb6a Color CSS Codes

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

#fecb6a Text Font Color

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

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


#fecb6a Background Color

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

This div background color is #fecb6a


#fecb6a Border Color

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

This div border color is #fecb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb6a


Comments

No comments written yet.

Please login to write comment.