Color Hex Logo

#fe730a Color Hex

#FE730A
(254,115,10)
0 Favorites   0 Comments

Color spaces of #fe730a

RGB 25411510
HSL0.070.990.52
HSV26°96°100°
CMYK 0.000.550.96   0.00
XYZ47.058633.35424.2449
Yxy33.35420.55590.3940
Hunter Lab57.753144.378136.0693
CIE-Lab64.446748.799070.8851

#fe730a color RGB value is (254,115,10).

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

The process color (four color CMYK) of #fe730a color hex is 0.00, 0.55, 0.96, 0.00. Web safe color of #fe730a is #ff6600. Color #fe730a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 00001010
Octal 376 163 12
Decimal 254 115 10
Hex FE 73 A

RGB Percentages of Color #fe730a

%67.02
%30.34
%2.64

CMYK Percentages of Color #fe730a

%0
%55
%96
%0

Triadic Colors of #fe730a

#fe730a #0afe73 #730afe

Analogous Colors of #fe730a

#fe730a #feed0a #fe0a1b

Monochromatic Colors of #fe730a

#fe730a

Complementary Color

#fe730a #0a95fe

#fe730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe730a Color CSS Codes

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

#fe730a Text Font Color

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

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


#fe730a Background Color

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

This div background color is #fe730a


#fe730a Border Color

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

This div border color is #fe730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe730a


Comments

No comments written yet.

Please login to write comment.