Color Hex Logo

#fa2915 Color Hex

#FA2915
(250,41,21)
0 Favorites   0 Comments

Color spaces of #fa2915

RGB 2504121
HSL0.010.960.53
HSV92°98°
CMYK 0.000.840.92   0.02
XYZ40.352621.96402.8221
Yxy21.96400.61950.3372
Hunter Lab46.865871.677929.2358
CIE-Lab53.988874.116361.4823

#fa2915 color RGB value is (250,41,21).

#fa2915 hex color red value is 250, green value is 41 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fa2915 hue: 0.01 , saturation: 0.96 and the lightness value of fa2915 is 0.53.

The process color (four color CMYK) of #fa2915 color hex is 0.00, 0.84, 0.92, 0.02. Web safe color of #fa2915 is #ff3300. Color #fa2915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 00010101
Octal 372 51 25
Decimal 250 41 21
Hex FA 29 15

RGB Percentages of Color #fa2915

%80.13
%13.14
%6.73

CMYK Percentages of Color #fa2915

%0
%84
%92
%2

Triadic Colors of #fa2915

#fa2915 #15fa29 #2915fa

Analogous Colors of #fa2915

#fa2915 #fa9c15 #fa1574

Monochromatic Colors of #fa2915

#fa2915

Complementary Color

#fa2915 #15e6fa

#fa2915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2915 Color CSS Codes

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

#fa2915 Text Font Color

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

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


#fa2915 Background Color

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

This div background color is #fa2915


#fa2915 Border Color

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

This div border color is #fa2915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2915


Comments

No comments written yet.

Please login to write comment.