Color Hex Logo

#fe210f Color Hex

#FE210F
(254,33,15)
0 Favorites   0 Comments

Color spaces of #fe210f

RGB 2543315
HSL0.010.990.53
HSV94°100°
CMYK 0.000.870.94   0.00
XYZ41.503122.19302.5482
Yxy22.19300.62650.3350
Hunter Lab47.109474.815729.7696
CIE-Lab54.231276.609563.8806

#fe210f color RGB value is (254,33,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 00001111
Octal 376 41 17
Decimal 254 33 15
Hex FE 21 F

RGB Percentages of Color #fe210f

%84.11
%10.93
%4.97

CMYK Percentages of Color #fe210f

%0
%87
%94
%0

Triadic Colors of #fe210f

#fe210f #0ffe21 #210ffe

Analogous Colors of #fe210f

#fe210f #fe990f #fe0f75

Monochromatic Colors of #fe210f

#fe210f

Complementary Color

#fe210f #0fecfe

#fe210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe210f Color CSS Codes

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

#fe210f Text Font Color

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

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


#fe210f Background Color

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

This div background color is #fe210f


#fe210f Border Color

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

This div border color is #fe210f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,33,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 #fe210f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe210f

Related Colors


Comments

No comments written yet.

Please login to write comment.