Color Hex Logo

#fb7b1f Color Hex

#FB7B1F
(251,123,31)
0 Favorites   0 Comments

Color spaces of #fb7b1f

RGB 25112331
HSL0.070.960.55
HSV25°88°98°
CMYK 0.000.510.88   0.02
XYZ47.113934.77415.5252
Yxy34.77410.53900.3978
Hunter Lab58.969639.416335.7235
CIE-Lab65.572444.101666.5976

#fb7b1f color RGB value is (251,123,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 00011111
Octal 373 173 37
Decimal 251 123 31
Hex FB 7B 1F

RGB Percentages of Color #fb7b1f

%61.98
%30.37
%7.65

CMYK Percentages of Color #fb7b1f

%0
%51
%88
%2

Triadic Colors of #fb7b1f

#fb7b1f #1ffb7b #7b1ffb

Analogous Colors of #fb7b1f

#fb7b1f #fbe91f #fb1f31

Monochromatic Colors of #fb7b1f

#fb7b1f

Complementary Color

#fb7b1f #1f9ffb

#fb7b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7b1f Color CSS Codes

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

#fb7b1f Text Font Color

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

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


#fb7b1f Background Color

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

This div background color is #fb7b1f


#fb7b1f Border Color

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

This div border color is #fb7b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7b1f


Comments

No comments written yet.

Please login to write comment.