Color Hex Logo

#fb130f Color Hex

#FB130F
(251,19,15)
0 Favorites   0 Comments

Color spaces of #fb130f

RGB 2511915
HSL0.000.970.52
HSV94°98°
CMYK 0.000.920.94   0.02
XYZ40.102821.00952.3935
Yxy21.00950.63150.3308
Hunter Lab45.836175.959528.9892
CIE-Lab52.959977.774262.8706

#fb130f color RGB value is (251,19,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010011 00001111
Octal 373 23 17
Decimal 251 19 15
Hex FB 13 F

RGB Percentages of Color #fb130f

%88.07
%6.67
%5.26

CMYK Percentages of Color #fb130f

%0
%92
%94
%2

Triadic Colors of #fb130f

#fb130f #0ffb13 #130ffb

Analogous Colors of #fb130f

#fb130f #fb890f #fb0f81

Monochromatic Colors of #fb130f

#fb130f

Complementary Color

#fb130f #0ff7fb

#fb130f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb130f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb130f Color CSS Codes

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

#fb130f Text Font Color

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

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


#fb130f Background Color

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

This div background color is #fb130f


#fb130f Border Color

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

This div border color is #fb130f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb130f


Comments

No comments written yet.

Please login to write comment.