Color Hex Logo

#fb680e Color Hex

#FB680E
(251,104,14)
0 Favorites   0 Comments

Color spaces of #fb680e

RGB 25110414
HSL0.060.970.52
HSV23°94°98°
CMYK 0.000.590.94   0.02
XYZ44.813230.44163.9294
Yxy30.44160.56590.3844
Hunter Lab55.173948.426434.3992
CIE-Lab62.033452.807168.4478

#fb680e color RGB value is (251,104,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 00001110
Octal 373 150 16
Decimal 251 104 14
Hex FB 68 E

RGB Percentages of Color #fb680e

%68.02
%28.18
%3.79

CMYK Percentages of Color #fb680e

%0
%59
%94
%2

Triadic Colors of #fb680e

#fb680e #0efb68 #680efb

Analogous Colors of #fb680e

#fb680e #fbdf0e #fb0e2b

Monochromatic Colors of #fb680e

#fb680e

Complementary Color

#fb680e #0ea1fb

#fb680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb680e Color CSS Codes

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

#fb680e Text Font Color

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

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


#fb680e Background Color

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

This div background color is #fb680e


#fb680e Border Color

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

This div border color is #fb680e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb680e

Related Colors


Comments

No comments written yet.

Please login to write comment.