Color Hex Logo

#fe092b Color Hex

#FE092B
(254,9,43)
0 Favorites   0 Comments

Color spaces of #fe092b

RGB 254943
HSL0.980.990.52
HSV352°96°100°
CMYK 0.000.960.83   0.00
XYZ41.406821.44064.2416
Yxy21.44060.61720.3196
Hunter Lab46.304078.589526.9816
CIE-Lab53.428479.776351.9056

#fe092b color RGB value is (254,9,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 00101011
Octal 376 11 53
Decimal 254 9 43
Hex FE 9 2B

RGB Percentages of Color #fe092b

%83.01
%2.94
%14.05

CMYK Percentages of Color #fe092b

%0
%96
%83
%0

Triadic Colors of #fe092b

#fe092b #2bfe09 #092bfe

Analogous Colors of #fe092b

#fe092b #fe6109 #fe09a6

Monochromatic Colors of #fe092b

#fe092b

Complementary Color

#fe092b #09fedc

#fe092b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe092b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe092b Color CSS Codes

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

#fe092b Text Font Color

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

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


#fe092b Background Color

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

This div background color is #fe092b


#fe092b Border Color

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

This div border color is #fe092b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe092b

Related Colors


Comments

No comments written yet.

Please login to write comment.