Color Hex Logo

#fb392e Color Hex

#FB392E
(251,57,46)
0 Favorites   0 Comments

Color spaces of #fb392e

RGB 2515746
HSL0.010.960.58
HSV82°98°
CMYK 0.000.770.82   0.02
XYZ41.739923.63274.9464
Yxy23.63270.59360.3361
Hunter Lab48.613568.187927.9967
CIE-Lab55.718270.920352.2890

#fb392e color RGB value is (251,57,46).

#fb392e hex color red value is 251, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb392e hue: 0.01 , saturation: 0.96 and the lightness value of fb392e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111001 00101110
Octal 373 71 56
Decimal 251 57 46
Hex FB 39 2E

RGB Percentages of Color #fb392e

%70.90
%16.10
%12.99

CMYK Percentages of Color #fb392e

%0
%77
%82
%2

Triadic Colors of #fb392e

#fb392e #2efb39 #392efb

Analogous Colors of #fb392e

#fb392e #fba02e #fb2e8a

Monochromatic Colors of #fb392e

#fb392e

Complementary Color

#fb392e #2ef0fb

#fb392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb392e Color CSS Codes

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

#fb392e Text Font Color

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

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


#fb392e Background Color

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

This div background color is #fb392e


#fb392e Border Color

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

This div border color is #fb392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb392e


Comments

No comments written yet.

Please login to write comment.