Color Hex Logo

#fe251e Color Hex

#FE251E
(254,37,30)
0 Favorites   0 Comments

Color spaces of #fe251e

RGB 2543730
HSL0.010.990.56
HSV88°100°
CMYK 0.000.850.88   0.00
XYZ41.769022.48773.3674
Yxy22.48770.61770.3325
Hunter Lab47.421274.237228.9846
CIE-Lab54.540776.083958.8438

#fe251e color RGB value is (254,37,30).

#fe251e hex color red value is 254, green value is 37 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fe251e hue: 0.01 , saturation: 0.99 and the lightness value of fe251e is 0.56.

The process color (four color CMYK) of #fe251e color hex is 0.00, 0.85, 0.88, 0.00. Web safe color of #fe251e is #ff3333. Color #fe251e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100101 00011110
Octal 376 45 36
Decimal 254 37 30
Hex FE 25 1E

RGB Percentages of Color #fe251e

%79.13
%11.53
%9.35

CMYK Percentages of Color #fe251e

%0
%85
%88
%0

Triadic Colors of #fe251e

#fe251e #1efe25 #251efe

Analogous Colors of #fe251e

#fe251e #fe951e #fe1e87

Monochromatic Colors of #fe251e

#fe251e

Complementary Color

#fe251e #1ef7fe

#fe251e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe251e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe251e Color CSS Codes

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

#fe251e Text Font Color

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

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


#fe251e Background Color

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

This div background color is #fe251e


#fe251e Border Color

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

This div border color is #fe251e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe251e

Related Colors


Comments

No comments written yet.

Please login to write comment.