Color Hex Logo

#fb223a Color Hex

#FB223A
(251,34,58)
0 Favorites   0 Comments

Color spaces of #fb223a

RGB 2513458
HSL0.980.960.56
HSV353°86°98°
CMYK 0.000.860.77   0.02
XYZ41.119421.95886.0742
Yxy21.95880.59460.3175
Hunter Lab46.860274.626725.1168
CIE-Lab53.983376.505644.2409

#fb223a color RGB value is (251,34,58).

#fb223a hex color red value is 251, green value is 34 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fb223a hue: 0.98 , saturation: 0.96 and the lightness value of fb223a is 0.56.

The process color (four color CMYK) of #fb223a color hex is 0.00, 0.86, 0.77, 0.02. Web safe color of #fb223a is #ff3333. Color #fb223a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100010 00111010
Octal 373 42 72
Decimal 251 34 58
Hex FB 22 3A

RGB Percentages of Color #fb223a

%73.18
%9.91
%16.91

CMYK Percentages of Color #fb223a

%0
%86
%77
%2

Triadic Colors of #fb223a

#fb223a #3afb22 #223afb

Analogous Colors of #fb223a

#fb223a #fb7722 #fb22a7

Monochromatic Colors of #fb223a

#fb223a

Complementary Color

#fb223a #22fbe3

#fb223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb223a Color CSS Codes

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

#fb223a Text Font Color

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

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


#fb223a Background Color

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

This div background color is #fb223a


#fb223a Border Color

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

This div border color is #fb223a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb223a


Comments

No comments written yet.

Please login to write comment.