Color Hex Logo

#fa101e Color Hex

#FA101E
(250,16,30)
0 Favorites   0 Comments

Color spaces of #fa101e

RGB 2501630
HSL0.990.960.52
HSV356°94°98°
CMYK 0.000.940.88   0.02
XYZ39.844020.78833.1408
Yxy20.78830.62480.3260
Hunter Lab45.594276.198327.8317
CIE-Lab52.717078.012657.1405

#fa101e color RGB value is (250,16,30).

#fa101e hex color red value is 250, green value is 16 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fa101e hue: 0.99 , saturation: 0.96 and the lightness value of fa101e is 0.52.

The process color (four color CMYK) of #fa101e color hex is 0.00, 0.94, 0.88, 0.02. Web safe color of #fa101e is #ff0033. Color #fa101e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010000 00011110
Octal 372 20 36
Decimal 250 16 30
Hex FA 10 1E

RGB Percentages of Color #fa101e

%84.46
%5.41
%10.14

CMYK Percentages of Color #fa101e

%0
%94
%88
%2

Triadic Colors of #fa101e

#fa101e #1efa10 #101efa

Analogous Colors of #fa101e

#fa101e #fa7710 #fa1093

Monochromatic Colors of #fa101e

#fa101e

Complementary Color

#fa101e #10faec

#fa101e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa101e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa101e Color CSS Codes

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

#fa101e Text Font Color

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

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


#fa101e Background Color

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

This div background color is #fa101e


#fa101e Border Color

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

This div border color is #fa101e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa101e


Comments

No comments written yet.

Please login to write comment.