Color Hex Logo

#fb180e Color Hex

#FB180E
(251,24,14)
0 Favorites   0 Comments

Color spaces of #fb180e

RGB 2512414
HSL0.010.970.52
HSV94°98°
CMYK 0.000.900.94   0.02
XYZ40.189621.19422.3881
Yxy21.19420.63020.3323
Hunter Lab46.037275.262229.1504
CIE-Lab53.161477.176163.2602

#fb180e color RGB value is (251,24,14).

#fb180e hex color red value is 251, green value is 24 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fb180e hue: 0.01 , saturation: 0.97 and the lightness value of fb180e is 0.52.

The process color (four color CMYK) of #fb180e color hex is 0.00, 0.90, 0.94, 0.02. Web safe color of #fb180e is #ff0000. Color #fb180e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011000 00001110
Octal 373 30 16
Decimal 251 24 14
Hex FB 18 E

RGB Percentages of Color #fb180e

%86.85
%8.30
%4.84

CMYK Percentages of Color #fb180e

%0
%90
%94
%2

Triadic Colors of #fb180e

#fb180e #0efb18 #180efb

Analogous Colors of #fb180e

#fb180e #fb8f0e #fb0e7b

Monochromatic Colors of #fb180e

#fb180e

Complementary Color

#fb180e #0ef1fb

#fb180e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb180e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb180e Color CSS Codes

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

#fb180e Text Font Color

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

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


#fb180e Background Color

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

This div background color is #fb180e


#fb180e Border Color

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

This div border color is #fb180e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb180e

Related Colors


Comments

No comments written yet.

Please login to write comment.