Color Hex Logo

#fb7b1a Color Hex

#FB7B1A
(251,123,26)
0 Favorites   0 Comments

Color spaces of #fb7b1a

RGB 25112326
HSL0.070.970.54
HSV26°90°98°
CMYK 0.000.510.90   0.02
XYZ47.053134.74975.2047
Yxy34.74970.54080.3994
Hunter Lab58.948939.318536.0294
CIE-Lab65.553344.013668.0250

#fb7b1a color RGB value is (251,123,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 00011010
Octal 373 173 32
Decimal 251 123 26
Hex FB 7B 1A

RGB Percentages of Color #fb7b1a

%62.75
%30.75
%6.50

CMYK Percentages of Color #fb7b1a

%0
%51
%90
%2

Triadic Colors of #fb7b1a

#fb7b1a #1afb7b #7b1afb

Analogous Colors of #fb7b1a

#fb7b1a #fbec1a #fb1a29

Monochromatic Colors of #fb7b1a

#fb7b1a

Complementary Color

#fb7b1a #1a9afb

#fb7b1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7b1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7b1a Color CSS Codes

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

#fb7b1a Text Font Color

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

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


#fb7b1a Background Color

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

This div background color is #fb7b1a


#fb7b1a Border Color

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

This div border color is #fb7b1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7b1a

Related Colors


Comments

No comments written yet.

Please login to write comment.