Color Hex Logo

#fb380a Color Hex

#FB380A
(251,56,10)
0 Favorites   0 Comments

Color spaces of #fb380a

RGB 2515610
HSL0.030.970.51
HSV11°96°98°
CMYK 0.000.780.96   0.02
XYZ41.252623.35952.6217
Yxy23.35950.61360.3474
Hunter Lab48.331767.775030.6160
CIE-Lab55.440770.631365.4211

#fb380a color RGB value is (251,56,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 00001010
Octal 373 70 12
Decimal 251 56 10
Hex FB 38 A

RGB Percentages of Color #fb380a

%79.18
%17.67
%3.15

CMYK Percentages of Color #fb380a

%0
%78
%96
%2

Triadic Colors of #fb380a

#fb380a #0afb38 #380afb

Analogous Colors of #fb380a

#fb380a #fbb10a #fb0a54

Monochromatic Colors of #fb380a

#fb380a

Complementary Color

#fb380a #0acdfb

#fb380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb380a Color CSS Codes

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

#fb380a Text Font Color

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

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


#fb380a Background Color

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

This div background color is #fb380a


#fb380a Border Color

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

This div border color is #fb380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb380a


Comments

No comments written yet.

Please login to write comment.