Color Hex Logo

#fb140d Color Hex

#FB140D
(251,20,13)
0 Favorites   0 Comments

Color spaces of #fb140d

RGB 2512013
HSL0.000.970.52
HSV95°98°
CMYK 0.000.920.95   0.02
XYZ40.106521.03862.3278
Yxy21.03860.63190.3315
Hunter Lab45.867975.810329.0985
CIE-Lab52.991777.648663.4429

#fb140d color RGB value is (251,20,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 00001101
Octal 373 24 15
Decimal 251 20 13
Hex FB 14 D

RGB Percentages of Color #fb140d

%88.38
%7.04
%4.58

CMYK Percentages of Color #fb140d

%0
%92
%95
%2

Triadic Colors of #fb140d

#fb140d #0dfb14 #140dfb

Analogous Colors of #fb140d

#fb140d #fb8b0d #fb0d7d

Monochromatic Colors of #fb140d

#fb140d

Complementary Color

#fb140d #0df4fb

#fb140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb140d Color CSS Codes

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

#fb140d Text Font Color

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

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


#fb140d Background Color

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

This div background color is #fb140d


#fb140d Border Color

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

This div border color is #fb140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb140d

Related Colors


Comments

No comments written yet.

Please login to write comment.