Color Hex Logo

#fedb5a Color Hex

#FEDB5A
(254,219,90)
0 Favorites   0 Comments

Color spaces of #fedb5a

RGB 25421990
HSL0.130.990.67
HSV47°65°100°
CMYK 0.000.140.65   0.00
XYZ68.050072.472120.0747
Yxy72.47210.42370.4513
Hunter Lab85.1305-6.292645.6102
CIE-Lab88.1953-1.816865.8164

#fedb5a color RGB value is (254,219,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01011010
Octal 376 333 132
Decimal 254 219 90
Hex FE DB 5A

RGB Percentages of Color #fedb5a

%45.12
%38.90
%15.99

CMYK Percentages of Color #fedb5a

%0
%14
%65
%0

Triadic Colors of #fedb5a

#fedb5a #5afedb #db5afe

Analogous Colors of #fedb5a

#fedb5a #cffe5a #fe895a

Monochromatic Colors of #fedb5a

#fedb5a

Complementary Color

#fedb5a #5a7dfe

#fedb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb5a Color CSS Codes

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

#fedb5a Text Font Color

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

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


#fedb5a Background Color

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

This div background color is #fedb5a


#fedb5a Border Color

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

This div border color is #fedb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb5a


Comments

No comments written yet.

Please login to write comment.