Color Hex Logo

#fb532e Color Hex

#FB532E
(251,83,46)
0 Favorites   0 Comments

Color spaces of #fb532e

RGB 2518346
HSL0.030.960.58
HSV11°82°98°
CMYK 0.000.670.82   0.02
XYZ43.370126.89305.4898
Yxy26.89300.57250.3550
Hunter Lab51.858558.530230.0244
CIE-Lab58.875262.197255.2091

#fb532e color RGB value is (251,83,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 00101110
Octal 373 123 56
Decimal 251 83 46
Hex FB 53 2E

RGB Percentages of Color #fb532e

%66.05
%21.84
%12.11

CMYK Percentages of Color #fb532e

%0
%67
%82
%2

Triadic Colors of #fb532e

#fb532e #2efb53 #532efb

Analogous Colors of #fb532e

#fb532e #fbba2e #fb2e70

Monochromatic Colors of #fb532e

#fb532e

Complementary Color

#fb532e #2ed6fb

#fb532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb532e Color CSS Codes

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

#fb532e Text Font Color

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

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


#fb532e Background Color

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

This div background color is #fb532e


#fb532e Border Color

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

This div border color is #fb532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb532e

Related Colors


Comments

No comments written yet.

Please login to write comment.