Color Hex Logo

#fb772e Color Hex

#FB772E
(251,119,46)
0 Favorites   0 Comments

Color spaces of #fb772e

RGB 25111946
HSL0.060.960.58
HSV21°82°98°
CMYK 0.000.530.82   0.02
XYZ46.873633.90016.6576
Yxy33.90010.53610.3877
Hunter Lab58.223841.811433.9771
CIE-Lab64.883246.398560.6617

#fb772e color RGB value is (251,119,46).

#fb772e hex color red value is 251, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb772e hue: 0.06 , saturation: 0.96 and the lightness value of fb772e is 0.58.

The process color (four color CMYK) of #fb772e color hex is 0.00, 0.53, 0.82, 0.02. Web safe color of #fb772e is #ff6633. Color #fb772e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 00101110
Octal 373 167 56
Decimal 251 119 46
Hex FB 77 2E

RGB Percentages of Color #fb772e

%60.34
%28.61
%11.06

CMYK Percentages of Color #fb772e

%0
%53
%82
%2

Triadic Colors of #fb772e

#fb772e #2efb77 #772efb

Analogous Colors of #fb772e

#fb772e #fbde2e #fb2e4b

Monochromatic Colors of #fb772e

#fb772e

Complementary Color

#fb772e #2eb2fb

#fb772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb772e Color CSS Codes

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

#fb772e Text Font Color

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

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


#fb772e Background Color

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

This div background color is #fb772e


#fb772e Border Color

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

This div border color is #fb772e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb772e

Related Colors


Comments

No comments written yet.

Please login to write comment.