Color Hex Logo

#fb380e Color Hex

#FB380E
(251,56,14)
0 Favorites   0 Comments

Color spaces of #fb380e

RGB 2515614
HSL0.030.970.52
HSV11°94°98°
CMYK 0.000.780.94   0.02
XYZ41.277123.36932.7506
Yxy23.36930.61240.3467
Hunter Lab48.341867.815730.4657
CIE-Lab55.450770.663264.5070

#fb380e color RGB value is (251,56,14).

#fb380e hex color red value is 251, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fb380e hue: 0.03 , saturation: 0.97 and the lightness value of fb380e is 0.52.

The process color (four color CMYK) of #fb380e color hex is 0.00, 0.78, 0.94, 0.02. Web safe color of #fb380e is #ff3300. Color #fb380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 00001110
Octal 373 70 16
Decimal 251 56 14
Hex FB 38 E

RGB Percentages of Color #fb380e

%78.19
%17.45
%4.36

CMYK Percentages of Color #fb380e

%0
%78
%94
%2

Triadic Colors of #fb380e

#fb380e #0efb38 #380efb

Analogous Colors of #fb380e

#fb380e #fbaf0e #fb0e5a

Monochromatic Colors of #fb380e

#fb380e

Complementary Color

#fb380e #0ed1fb

#fb380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb380e Color CSS Codes

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

#fb380e Text Font Color

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

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


#fb380e Background Color

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

This div background color is #fb380e


#fb380e Border Color

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

This div border color is #fb380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb380e


Comments

No comments written yet.

Please login to write comment.