Color Hex Logo

#fa412b Color Hex

#FA412B
(250,65,43)
0 Favorites   0 Comments

Color spaces of #fa412b

RGB 2506543
HSL0.020.950.57
HSV83°98°
CMYK 0.000.740.83   0.02
XYZ41.750724.27904.7713
Yxy24.27900.58970.3429
Hunter Lab49.273765.017928.7504
CIE-Lab56.366168.160354.2583

#fa412b color RGB value is (250,65,43).

#fa412b hex color red value is 250, green value is 65 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fa412b hue: 0.02 , saturation: 0.95 and the lightness value of fa412b is 0.57.

The process color (four color CMYK) of #fa412b color hex is 0.00, 0.74, 0.83, 0.02. Web safe color of #fa412b is #ff3333. Color #fa412b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 00101011
Octal 372 101 53
Decimal 250 65 43
Hex FA 41 2B

RGB Percentages of Color #fa412b

%69.83
%18.16
%12.01

CMYK Percentages of Color #fa412b

%0
%74
%83
%2

Triadic Colors of #fa412b

#fa412b #2bfa41 #412bfa

Analogous Colors of #fa412b

#fa412b #faa92b #fa2b7d

Monochromatic Colors of #fa412b

#fa412b

Complementary Color

#fa412b #2be4fa

#fa412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa412b Color CSS Codes

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

#fa412b Text Font Color

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

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


#fa412b Background Color

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

This div background color is #fa412b


#fa412b Border Color

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

This div border color is #fa412b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa412b


Comments

No comments written yet.

Please login to write comment.