Color Hex Logo

#fb772d Color Hex

#FB772D
(251,119,45)
0 Favorites   0 Comments

Color spaces of #fb772d

RGB 25111945
HSL0.060.960.58
HSV22°82°98°
CMYK 0.000.530.82   0.02
XYZ46.854133.89236.5550
Yxy33.89230.53670.3882
Hunter Lab58.217141.779934.0762
CIE-Lab64.877046.370461.0579

#fb772d color RGB value is (251,119,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 00101101
Octal 373 167 55
Decimal 251 119 45
Hex FB 77 2D

RGB Percentages of Color #fb772d

%60.48
%28.67
%10.84

CMYK Percentages of Color #fb772d

%0
%53
%82
%2

Triadic Colors of #fb772d

#fb772d #2dfb77 #772dfb

Analogous Colors of #fb772d

#fb772d #fbde2d #fb2d4a

Monochromatic Colors of #fb772d

#fb772d

Complementary Color

#fb772d #2db1fb

#fb772d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb772d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb772d Color CSS Codes

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

#fb772d Text Font Color

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

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


#fb772d Background Color

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

This div background color is #fb772d


#fb772d Border Color

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

This div border color is #fb772d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb772d


Comments

No comments written yet.

Please login to write comment.