Color Hex Logo

#fea54b Color Hex

#FEA54B
(254,165,75)
0 Favorites   0 Comments

Color spaces of #fea54b

RGB 25416575
HSL0.080.990.65
HSV30°70°100°
CMYK 0.000.350.70   0.00
XYZ55.598248.489113.0856
Yxy48.48910.47450.4138
Hunter Lab69.634120.660737.6021
CIE-Lab75.132425.349658.4269

#fea54b color RGB value is (254,165,75).

#fea54b hex color red value is 254, green value is 165 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fea54b hue: 0.08 , saturation: 0.99 and the lightness value of fea54b is 0.65.

The process color (four color CMYK) of #fea54b color hex is 0.00, 0.35, 0.70, 0.00. Web safe color of #fea54b is #ff9933. Color #fea54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01001011
Octal 376 245 113
Decimal 254 165 75
Hex FE A5 4B

RGB Percentages of Color #fea54b

%51.42
%33.40
%15.18

CMYK Percentages of Color #fea54b

%0
%35
%70
%0

Triadic Colors of #fea54b

#fea54b #4bfea5 #a54bfe

Analogous Colors of #fea54b

#fea54b #fefe4b #fe4b4b

Monochromatic Colors of #fea54b

#fea54b

Complementary Color

#fea54b #4ba4fe

#fea54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea54b Color CSS Codes

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

#fea54b Text Font Color

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

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


#fea54b Background Color

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

This div background color is #fea54b


#fea54b Border Color

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

This div border color is #fea54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea54b


Comments

No comments written yet.

Please login to write comment.