Color Hex Logo

#fe093b Color Hex

#FE093B
(254,9,59)
0 Favorites   0 Comments

Color spaces of #fe093b

RGB 254959
HSL0.970.990.52
HSV348°96°100°
CMYK 0.000.960.77   0.00
XYZ41.760221.58206.1024
Yxy21.58200.60130.3108
Hunter Lab46.456479.156924.7313
CIE-Lab53.580780.195243.4287

#fe093b color RGB value is (254,9,59).

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

The process color (four color CMYK) of #fe093b color hex is 0.00, 0.96, 0.77, 0.00. Web safe color of #fe093b is #ff0033. Color #fe093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 00111011
Octal 376 11 73
Decimal 254 9 59
Hex FE 9 3B

RGB Percentages of Color #fe093b

%78.88
%2.80
%18.32

CMYK Percentages of Color #fe093b

%0
%96
%77
%0

Triadic Colors of #fe093b

#fe093b #3bfe09 #093bfe

Analogous Colors of #fe093b

#fe093b #fe5209 #fe09b6

Monochromatic Colors of #fe093b

#fe093b

Complementary Color

#fe093b #09fecc

#fe093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe093b Color CSS Codes

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

#fe093b Text Font Color

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

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


#fe093b Background Color

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

This div background color is #fe093b


#fe093b Border Color

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

This div border color is #fe093b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe093b

Related Colors


Comments

No comments written yet.

Please login to write comment.