Color Hex Logo

#fea51b Color Hex

#FEA51B
(254,165,27)
0 Favorites   0 Comments

Color spaces of #fea51b

RGB 25416527
HSL0.100.990.55
HSV36°89°100°
CMYK 0.000.350.89   0.00
XYZ54.526048.06027.4396
Yxy48.06020.49560.4368
Hunter Lab69.325519.074642.1652
CIE-Lab74.862923.805774.8966

#fea51b color RGB value is (254,165,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 00011011
Octal 376 245 33
Decimal 254 165 27
Hex FE A5 1B

RGB Percentages of Color #fea51b

%56.95
%37.00
%6.05

CMYK Percentages of Color #fea51b

%0
%35
%89
%0

Triadic Colors of #fea51b

#fea51b #1bfea5 #a51bfe

Analogous Colors of #fea51b

#fea51b #e6fe1b #fe341b

Monochromatic Colors of #fea51b

#fea51b

Complementary Color

#fea51b #1b74fe

#fea51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea51b Color CSS Codes

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

#fea51b Text Font Color

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

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


#fea51b Background Color

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

This div background color is #fea51b


#fea51b Border Color

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

This div border color is #fea51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea51b

Related Colors


Comments

No comments written yet.

Please login to write comment.