Color Hex Logo

#fa220b Color Hex

#FA220B
(250,34,11)
0 Favorites   0 Comments

Color spaces of #fa220b

RGB 2503411
HSL0.020.960.51
HSV96°98°
CMYK 0.000.860.96   0.02
XYZ40.056821.49222.3538
Yxy21.49220.62680.3363
Hunter Lab46.359773.102429.4415
CIE-Lab53.484075.371664.0858

#fa220b color RGB value is (250,34,11).

#fa220b hex color red value is 250, green value is 34 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fa220b hue: 0.02 , saturation: 0.96 and the lightness value of fa220b is 0.51.

The process color (four color CMYK) of #fa220b color hex is 0.00, 0.86, 0.96, 0.02. Web safe color of #fa220b is #ff3300. Color #fa220b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 00001011
Octal 372 42 13
Decimal 250 34 11
Hex FA 22 B

RGB Percentages of Color #fa220b

%84.75
%11.53
%3.73

CMYK Percentages of Color #fa220b

%0
%86
%96
%2

Triadic Colors of #fa220b

#fa220b #0bfa22 #220bfa

Analogous Colors of #fa220b

#fa220b #fa9a0b #fa0b6c

Monochromatic Colors of #fa220b

#fa220b

Complementary Color

#fa220b #0be3fa

#fa220b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa220b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa220b Color CSS Codes

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

#fa220b Text Font Color

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

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


#fa220b Background Color

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

This div background color is #fa220b


#fa220b Border Color

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

This div border color is #fa220b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa220b

Related Colors


Comments

No comments written yet.

Please login to write comment.