Color Hex Logo

#fa003e Color Hex

#FA003E
(250,0,62)
0 Favorites   0 Comments

Color spaces of #fa003e

RGB 250062
HSL0.961.000.49
HSV345°100°98°
CMYK 0.001.000.75   0.02
XYZ40.293820.67186.4238
Yxy20.67180.59790.3068
Hunter Lab45.466378.627123.4495
CIE-Lab52.588479.969840.3972

#fa003e color RGB value is (250,0,62).

#fa003e hex color red value is 250, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fa003e hue: 0.96 , saturation: 1.00 and the lightness value of fa003e is 0.49.

The process color (four color CMYK) of #fa003e color hex is 0.00, 1.00, 0.75, 0.02. Web safe color of #fa003e is #ff0033. Color #fa003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000000 00111110
Octal 372 0 76
Decimal 250 0 62
Hex FA 0 3E

RGB Percentages of Color #fa003e

%80.13
%0.00
%19.87

CMYK Percentages of Color #fa003e

%0
%100
%75
%2

Triadic Colors of #fa003e

#fa003e #3efa00 #003efa

Analogous Colors of #fa003e

#fa003e #fa3f00 #fa00bb

Monochromatic Colors of #fa003e

#fa003e

Complementary Color

#fa003e #00fabc

#fa003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa003e Color CSS Codes

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

#fa003e Text Font Color

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

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


#fa003e Background Color

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

This div background color is #fa003e


#fa003e Border Color

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

This div border color is #fa003e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,0,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa003e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa003e;
  -webkit-box-shadow: 1px 1px 3px 2px #fa003e;
  box-shadow:         1px 1px 3px 2px #fa003e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,0,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa003e


Comments

No comments written yet.

Please login to write comment.