Color Hex Logo

#fb380f Color Hex

#FB380F
(251,56,15)
0 Favorites   0 Comments

Color spaces of #fb380f

RGB 2515615
HSL0.030.970.52
HSV10°94°98°
CMYK 0.000.780.94   0.02
XYZ41.284123.37212.7873
Yxy23.37210.61210.3465
Hunter Lab48.344767.827430.4229
CIE-Lab55.453670.672364.2520

#fb380f color RGB value is (251,56,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 00001111
Octal 373 70 17
Decimal 251 56 15
Hex FB 38 F

RGB Percentages of Color #fb380f

%77.95
%17.39
%4.66

CMYK Percentages of Color #fb380f

%0
%78
%94
%2

Triadic Colors of #fb380f

#fb380f #0ffb38 #380ffb

Analogous Colors of #fb380f

#fb380f #fbae0f #fb0f5c

Monochromatic Colors of #fb380f

#fb380f

Complementary Color

#fb380f #0fd2fb

#fb380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb380f Color CSS Codes

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

#fb380f Text Font Color

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

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


#fb380f Background Color

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

This div background color is #fb380f


#fb380f Border Color

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

This div border color is #fb380f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb380f


Comments

No comments written yet.

Please login to write comment.