Color Hex Logo

#fb822d Color Hex

#FB822D
(251,130,45)
0 Favorites   0 Comments

Color spaces of #fb822d

RGB 25113045
HSL0.070.960.58
HSV25°82°98°
CMYK 0.000.480.82   0.02
XYZ48.239936.66407.0169
Yxy36.66400.52480.3989
Hunter Lab60.550836.244335.5148
CIE-Lab67.024240.971662.9604

#fb822d color RGB value is (251,130,45).

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

The process color (four color CMYK) of #fb822d color hex is 0.00, 0.48, 0.82, 0.02. Web safe color of #fb822d is #ff9933. Color #fb822d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 00101101
Octal 373 202 55
Decimal 251 130 45
Hex FB 82 2D

RGB Percentages of Color #fb822d

%58.92
%30.52
%10.56

CMYK Percentages of Color #fb822d

%0
%48
%82
%2

Triadic Colors of #fb822d

#fb822d #2dfb82 #822dfb

Analogous Colors of #fb822d

#fb822d #fbe92d #fb2d3f

Monochromatic Colors of #fb822d

#fb822d

Complementary Color

#fb822d #2da6fb

#fb822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb822d Color CSS Codes

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

#fb822d Text Font Color

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

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


#fb822d Background Color

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

This div background color is #fb822d


#fb822d Border Color

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

This div border color is #fb822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb822d


Comments

No comments written yet.

Please login to write comment.