Color Hex Logo

#fb310e Color Hex

#FB310E
(251,49,14)
0 Favorites   0 Comments

Color spaces of #fb310e

RGB 2514914
HSL0.020.970.52
HSV94°98°
CMYK 0.000.800.94   0.02
XYZ40.961222.73762.6454
Yxy22.73760.61740.3427
Hunter Lab47.684069.887130.0895
CIE-Lab54.801072.495264.1447

#fb310e color RGB value is (251,49,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110001 00001110
Octal 373 61 16
Decimal 251 49 14
Hex FB 31 E

RGB Percentages of Color #fb310e

%79.94
%15.61
%4.46

CMYK Percentages of Color #fb310e

%0
%80
%94
%2

Triadic Colors of #fb310e

#fb310e #0efb31 #310efb

Analogous Colors of #fb310e

#fb310e #fba80e #fb0e61

Monochromatic Colors of #fb310e

#fb310e

Complementary Color

#fb310e #0ed8fb

#fb310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb310e Color CSS Codes

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

#fb310e Text Font Color

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

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


#fb310e Background Color

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

This div background color is #fb310e


#fb310e Border Color

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

This div border color is #fb310e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,49,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 #fb310e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb310e


Comments

No comments written yet.

Please login to write comment.