Color Hex Logo

#fa182e Color Hex

#FA182E
(250,24,46)
0 Favorites   0 Comments

Color spaces of #fa182e

RGB 2502446
HSL0.980.960.54
HSV354°90°98°
CMYK 0.000.900.82   0.02
XYZ40.244121.17454.5508
Yxy21.17450.61000.3210
Hunter Lab46.015875.583526.3475
CIE-Lab53.139977.438049.7994

#fa182e color RGB value is (250,24,46).

#fa182e hex color red value is 250, green value is 24 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fa182e hue: 0.98 , saturation: 0.96 and the lightness value of fa182e is 0.54.

The process color (four color CMYK) of #fa182e color hex is 0.00, 0.90, 0.82, 0.02. Web safe color of #fa182e is #ff0033. Color #fa182e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 00101110
Octal 372 30 56
Decimal 250 24 46
Hex FA 18 2E

RGB Percentages of Color #fa182e

%78.13
%7.50
%14.38

CMYK Percentages of Color #fa182e

%0
%90
%82
%2

Triadic Colors of #fa182e

#fa182e #2efa18 #182efa

Analogous Colors of #fa182e

#fa182e #fa7318 #fa189f

Monochromatic Colors of #fa182e

#fa182e

Complementary Color

#fa182e #18fae4

#fa182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa182e Color CSS Codes

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

#fa182e Text Font Color

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

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


#fa182e Background Color

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

This div background color is #fa182e


#fa182e Border Color

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

This div border color is #fa182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa182e


Comments

No comments written yet.

Please login to write comment.