Color Hex Logo

#fe940a Color Hex

#FE940A
(254,148,10)
0 Favorites   0 Comments

Color spaces of #fe940a

RGB 25414810
HSL0.090.990.52
HSV34°96°100°
CMYK 0.000.420.96   0.00
XYZ51.517742.27265.7313
Yxy42.27260.51770.4248
Hunter Lab65.017427.657340.2857
CIE-Lab71.058532.418675.1469

#fe940a color RGB value is (254,148,10).

#fe940a hex color red value is 254, green value is 148 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fe940a hue: 0.09 , saturation: 0.99 and the lightness value of fe940a is 0.52.

The process color (four color CMYK) of #fe940a color hex is 0.00, 0.42, 0.96, 0.00. Web safe color of #fe940a is #ff9900. Color #fe940a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 00001010
Octal 376 224 12
Decimal 254 148 10
Hex FE 94 A

RGB Percentages of Color #fe940a

%61.65
%35.92
%2.43

CMYK Percentages of Color #fe940a

%0
%42
%96
%0

Triadic Colors of #fe940a

#fe940a #0afe94 #940afe

Analogous Colors of #fe940a

#fe940a #eefe0a #fe1a0a

Monochromatic Colors of #fe940a

#fe940a

Complementary Color

#fe940a #0a74fe

#fe940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe940a Color CSS Codes

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

#fe940a Text Font Color

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

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


#fe940a Background Color

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

This div background color is #fe940a


#fe940a Border Color

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

This div border color is #fe940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe940a

Related Colors


Comments

No comments written yet.

Please login to write comment.