Color Hex Logo

#fe902a Color Hex

#FE902A
(254,144,42)
0 Favorites   0 Comments

Color spaces of #fe902a

RGB 25414442
HSL0.080.990.58
HSV29°83°100°
CMYK 0.000.430.83   0.00
XYZ51.264241.18457.4380
Yxy41.18450.51320.4123
Hunter Lab64.175230.282338.0508
CIE-Lab70.305034.996567.0440

#fe902a color RGB value is (254,144,42).

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

The process color (four color CMYK) of #fe902a color hex is 0.00, 0.43, 0.83, 0.00. Web safe color of #fe902a is #ff9933. Color #fe902a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 00101010
Octal 376 220 52
Decimal 254 144 42
Hex FE 90 2A

RGB Percentages of Color #fe902a

%57.73
%32.73
%9.55

CMYK Percentages of Color #fe902a

%0
%43
%83
%0

Triadic Colors of #fe902a

#fe902a #2afe90 #902afe

Analogous Colors of #fe902a

#fe902a #fefa2a #fe2a2e

Monochromatic Colors of #fe902a

#fe902a

Complementary Color

#fe902a #2a98fe

#fe902a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe902a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe902a Color CSS Codes

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

#fe902a Text Font Color

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

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


#fe902a Background Color

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

This div background color is #fe902a


#fe902a Border Color

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

This div border color is #fe902a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe902a

Related Colors


Comments

No comments written yet.

Please login to write comment.