Color Hex Logo

#fe730f Color Hex

#FE730F
(254,115,15)
0 Favorites   0 Comments

Color spaces of #fe730f

RGB 25411515
HSL0.070.990.53
HSV25°94°100°
CMYK 0.000.550.94   0.00
XYZ47.090033.36684.4105
Yxy33.36680.55490.3932
Hunter Lab57.764044.428635.9078
CIE-Lab64.456848.843370.0320

#fe730f color RGB value is (254,115,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 00001111
Octal 376 163 17
Decimal 254 115 15
Hex FE 73 F

RGB Percentages of Color #fe730f

%66.15
%29.95
%3.91

CMYK Percentages of Color #fe730f

%0
%55
%94
%0

Triadic Colors of #fe730f

#fe730f #0ffe73 #730ffe

Analogous Colors of #fe730f

#fe730f #feeb0f #fe0f23

Monochromatic Colors of #fe730f

#fe730f

Complementary Color

#fe730f #0f9afe

#fe730f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe730f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe730f Color CSS Codes

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

#fe730f Text Font Color

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

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


#fe730f Background Color

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

This div background color is #fe730f


#fe730f Border Color

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

This div border color is #fe730f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe730f


Comments

No comments written yet.

Please login to write comment.