Color Hex Logo

#fb650e Color Hex

#FB650E
(251,101,14)
0 Favorites   0 Comments

Color spaces of #fb650e

RGB 25110114
HSL0.060.970.52
HSV22°94°98°
CMYK 0.000.600.94   0.02
XYZ44.516629.84833.8305
Yxy29.84830.56930.3817
Hunter Lab54.633649.836734.0865
CIE-Lab61.523154.146168.1273

#fb650e color RGB value is (251,101,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 00001110
Octal 373 145 16
Decimal 251 101 14
Hex FB 65 E

RGB Percentages of Color #fb650e

%68.58
%27.60
%3.83

CMYK Percentages of Color #fb650e

%0
%60
%94
%2

Triadic Colors of #fb650e

#fb650e #0efb65 #650efb

Analogous Colors of #fb650e

#fb650e #fbdc0e #fb0e2e

Monochromatic Colors of #fb650e

#fb650e

Complementary Color

#fb650e #0ea4fb

#fb650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb650e Color CSS Codes

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

#fb650e Text Font Color

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

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


#fb650e Background Color

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

This div background color is #fb650e


#fb650e Border Color

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

This div border color is #fb650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb650e

Related Colors


Comments

No comments written yet.

Please login to write comment.