Color Hex Logo

#fb691a Color Hex

#FB691A
(251,105,26)
0 Favorites   0 Comments

Color spaces of #fb691a

RGB 25110526
HSL0.060.970.54
HSV21°90°98°
CMYK 0.000.580.90   0.02
XYZ45.021730.68704.5276
Yxy30.68700.56110.3825
Hunter Lab55.395848.129033.9312
CIE-Lab62.242552.508365.6116

#fb691a color RGB value is (251,105,26).

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

The process color (four color CMYK) of #fb691a color hex is 0.00, 0.58, 0.90, 0.02. Web safe color of #fb691a is #ff6633. Color #fb691a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 00011010
Octal 373 151 32
Decimal 251 105 26
Hex FB 69 1A

RGB Percentages of Color #fb691a

%65.71
%27.49
%6.81

CMYK Percentages of Color #fb691a

%0
%58
%90
%2

Triadic Colors of #fb691a

#fb691a #1afb69 #691afb

Analogous Colors of #fb691a

#fb691a #fbda1a #fb1a3b

Monochromatic Colors of #fb691a

#fb691a

Complementary Color

#fb691a #1aacfb

#fb691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb691a Color CSS Codes

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

#fb691a Text Font Color

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

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


#fb691a Background Color

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

This div background color is #fb691a


#fb691a Border Color

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

This div border color is #fb691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb691a

Related Colors


Comments

No comments written yet.

Please login to write comment.