Color Hex Logo

#fb5114 Color Hex

#FB5114
(251,81,20)
0 Favorites   0 Comments

Color spaces of #fb5114

RGB 2518120
HSL0.040.970.53
HSV16°92°98°
CMYK 0.000.680.92   0.02
XYZ42.852426.44463.5076
Yxy26.44460.58860.3632
Hunter Lab51.424358.753331.9529
CIE-Lab58.456762.463264.7361

#fb5114 color RGB value is (251,81,20).

#fb5114 hex color red value is 251, green value is 81 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fb5114 hue: 0.04 , saturation: 0.97 and the lightness value of fb5114 is 0.53.

The process color (four color CMYK) of #fb5114 color hex is 0.00, 0.68, 0.92, 0.02. Web safe color of #fb5114 is #ff6600. Color #fb5114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 00010100
Octal 373 121 24
Decimal 251 81 20
Hex FB 51 14

RGB Percentages of Color #fb5114

%71.31
%23.01
%5.68

CMYK Percentages of Color #fb5114

%0
%68
%92
%2

Triadic Colors of #fb5114

#fb5114 #14fb51 #5114fb

Analogous Colors of #fb5114

#fb5114 #fbc514 #fb144b

Monochromatic Colors of #fb5114

#fb5114

Complementary Color

#fb5114 #14befb

#fb5114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5114 Color CSS Codes

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

#fb5114 Text Font Color

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

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


#fb5114 Background Color

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

This div background color is #fb5114


#fb5114 Border Color

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

This div border color is #fb5114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5114


Comments

No comments written yet.

Please login to write comment.