Color Hex Logo

#fb700e Color Hex

#FB700E
(251,112,14)
1 Favorites   0 Comments

Color spaces of #fb700e

RGB 25111214
HSL0.070.970.52
HSV25°94°98°
CMYK 0.000.550.94   0.02
XYZ45.657132.12934.2106
Yxy32.12930.55680.3918
Hunter Lab56.682744.584435.2736
CIE-Lab63.449649.130369.3492

#fb700e color RGB value is (251,112,14).

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

The process color (four color CMYK) of #fb700e color hex is 0.00, 0.55, 0.94, 0.02. Web safe color of #fb700e is #ff6600. Color #fb700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 00001110
Octal 373 160 16
Decimal 251 112 14
Hex FB 70 E

RGB Percentages of Color #fb700e

%66.58
%29.71
%3.71

CMYK Percentages of Color #fb700e

%0
%55
%94
%2

Triadic Colors of #fb700e

#fb700e #0efb70 #700efb

Analogous Colors of #fb700e

#fb700e #fbe70e #fb0e22

Monochromatic Colors of #fb700e

#fb700e

Complementary Color

#fb700e #0e99fb

#fb700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb700e Color CSS Codes

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

#fb700e Text Font Color

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

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


#fb700e Background Color

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

This div background color is #fb700e


#fb700e Border Color

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

This div border color is #fb700e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb700e

Related Colors


Comments

No comments written yet.

Please login to write comment.