Color Hex Logo

#fb410d Color Hex

#FB410D
(251,65,13)
0 Favorites   0 Comments

Color spaces of #fb410d

RGB 2516513
HSL0.040.970.52
HSV13°95°98°
CMYK 0.000.740.95   0.02
XYZ41.746624.31892.8745
Yxy24.31890.60550.3528
Hunter Lab49.314264.808131.0640
CIE-Lab56.405767.977165.2852

#fb410d color RGB value is (251,65,13).

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

The process color (four color CMYK) of #fb410d color hex is 0.00, 0.74, 0.95, 0.02. Web safe color of #fb410d is #ff3300. Color #fb410d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 00001101
Octal 373 101 15
Decimal 251 65 13
Hex FB 41 D

RGB Percentages of Color #fb410d

%76.29
%19.76
%3.95

CMYK Percentages of Color #fb410d

%0
%74
%95
%2

Triadic Colors of #fb410d

#fb410d #0dfb41 #410dfb

Analogous Colors of #fb410d

#fb410d #fbb80d #fb0d50

Monochromatic Colors of #fb410d

#fb410d

Complementary Color

#fb410d #0dc7fb

#fb410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb410d Color CSS Codes

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

#fb410d Text Font Color

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

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


#fb410d Background Color

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

This div background color is #fb410d


#fb410d Border Color

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

This div border color is #fb410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb410d


Comments

No comments written yet.

Please login to write comment.