Color Hex Logo

#fb5226 Color Hex

#FB5226
(251,82,38)
0 Favorites   0 Comments

Color spaces of #fb5226

RGB 2518238
HSL0.030.960.57
HSV12°85°98°
CMYK 0.000.670.85   0.02
XYZ43.150826.68384.7099
Yxy26.68380.57890.3580
Hunter Lab51.656458.710130.7535
CIE-Lab58.680562.386358.5525

#fb5226 color RGB value is (251,82,38).

#fb5226 hex color red value is 251, green value is 82 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fb5226 hue: 0.03 , saturation: 0.96 and the lightness value of fb5226 is 0.57.

The process color (four color CMYK) of #fb5226 color hex is 0.00, 0.67, 0.85, 0.02. Web safe color of #fb5226 is #ff6633. Color #fb5226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00100110
Octal 373 122 46
Decimal 251 82 38
Hex FB 52 26

RGB Percentages of Color #fb5226

%67.65
%22.10
%10.24

CMYK Percentages of Color #fb5226

%0
%67
%85
%2

Triadic Colors of #fb5226

#fb5226 #26fb52 #5226fb

Analogous Colors of #fb5226

#fb5226 #fbbd26 #fb2665

Monochromatic Colors of #fb5226

#fb5226

Complementary Color

#fb5226 #26cffb

#fb5226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5226 Color CSS Codes

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

#fb5226 Text Font Color

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

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


#fb5226 Background Color

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

This div background color is #fb5226


#fb5226 Border Color

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

This div border color is #fb5226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5226


Comments

No comments written yet.

Please login to write comment.