Color Hex Logo

#fe330e Color Hex

#FE330E
(254,51,14)
0 Favorites   0 Comments

Color spaces of #fe330e

RGB 2545114
HSL0.030.990.53
HSV94°100°
CMYK 0.000.800.94   0.00
XYZ42.136123.47022.7248
Yxy23.47020.61660.3435
Hunter Lab48.446170.470330.5775
CIE-Lab55.553472.829164.8681

#fe330e color RGB value is (254,51,14).

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

The process color (four color CMYK) of #fe330e color hex is 0.00, 0.80, 0.94, 0.00. Web safe color of #fe330e is #ff3300. Color #fe330e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 00001110
Octal 376 63 16
Decimal 254 51 14
Hex FE 33 E

RGB Percentages of Color #fe330e

%79.62
%15.99
%4.39

CMYK Percentages of Color #fe330e

%0
%80
%94
%0

Triadic Colors of #fe330e

#fe330e #0efe33 #330efe

Analogous Colors of #fe330e

#fe330e #feab0e #fe0e61

Monochromatic Colors of #fe330e

#fe330e

Complementary Color

#fe330e #0ed9fe

#fe330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe330e Color CSS Codes

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

#fe330e Text Font Color

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

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


#fe330e Background Color

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

This div background color is #fe330e


#fe330e Border Color

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

This div border color is #fe330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe330e


Comments

No comments written yet.

Please login to write comment.