color codes Logo

#fe030a color codes

#FE030A
(254,3,10)
0 Favorites   0 Comments

Color spaces of #fe030a

RGB 254310
HSL1.000.990.50
HSV358°99°100°
CMYK 0.000.990.96   0.00
XYZ40.960421.15792.2122
Yxy21.15790.63670.3289
Hunter Lab45.997778.456029.3469
CIE-Lab53.121979.730464.6018

#fe030a color RGB value is (254,3,10).

#fe030a hex color red value is 254, green value is 3 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fe030a hue: 1.00 , saturation: 0.99 and the lightness value of fe030a is 0.50.

The process color (four color CMYK) of #fe030a color code is 0.00, 0.99, 0.96, 0.00. Web safe color of #fe030a is #ff0000. Color #fe030a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 00001010
Octal 376 3 12
Decimal 254 3 10
Hex FE 3 A

RGB Percentages of Color #fe030a

%95.13
%1.12
%3.75

CMYK Percentages of Color #fe030a

%0
%99
%96
%0

Triadic Colors of #fe030a

#fe030a #0afe03 #030afe

Analogous Colors of #fe030a

#fe030a #fe7a03 #fe0388

Monochromatic Colors of #fe030a

#fe030a

Complementary Color

#fe030a #03fef7

#fe030a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe030a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe030a Color CSS Codes

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

#fe030a Text Font Color

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

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


#fe030a Background Color

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

This div background color is #fe030a


#fe030a Border Color

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

This div border color is #fe030a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe030a

Related Colors


Comments

No comments written yet.

Please login to write comment.