Color Hex Logo

#fb512e Color Hex

#FB512E
(251,81,46)
0 Favorites   0 Comments

Color spaces of #fb512e

RGB 2518146
HSL0.030.960.58
HSV10°82°98°
CMYK 0.000.680.82   0.02
XYZ43.219226.59135.4395
Yxy26.59130.57430.3534
Hunter Lab51.566859.362929.8425
CIE-Lab58.594162.961754.9509

#fb512e color RGB value is (251,81,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 00101110
Octal 373 121 56
Decimal 251 81 46
Hex FB 51 2E

RGB Percentages of Color #fb512e

%66.40
%21.43
%12.17

CMYK Percentages of Color #fb512e

%0
%68
%82
%2

Triadic Colors of #fb512e

#fb512e #2efb51 #512efb

Analogous Colors of #fb512e

#fb512e #fbb82e #fb2e72

Monochromatic Colors of #fb512e

#fb512e

Complementary Color

#fb512e #2ed8fb

#fb512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb512e Color CSS Codes

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

#fb512e Text Font Color

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

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


#fb512e Background Color

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

This div background color is #fb512e


#fb512e Border Color

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

This div border color is #fb512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb512e

Related Colors


Comments

No comments written yet.

Please login to write comment.