Color Hex Logo

#fb410c Color Hex

#FB410C
(251,65,12)
0 Favorites   0 Comments

Color spaces of #fb410c

RGB 2516512
HSL0.040.970.52
HSV13°95°98°
CMYK 0.000.740.95   0.02
XYZ41.740324.31642.8414
Yxy24.31640.60580.3529
Hunter Lab49.311764.797531.1018
CIE-Lab56.403267.968765.5104

#fb410c color RGB value is (251,65,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 00001100
Octal 373 101 14
Decimal 251 65 12
Hex FB 41 C

RGB Percentages of Color #fb410c

%76.52
%19.82
%3.66

CMYK Percentages of Color #fb410c

%0
%74
%95
%2

Triadic Colors of #fb410c

#fb410c #0cfb41 #410cfb

Analogous Colors of #fb410c

#fb410c #fbb90c #fb0c4f

Monochromatic Colors of #fb410c

#fb410c

Complementary Color

#fb410c #0cc6fb

#fb410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb410c Color CSS Codes

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

#fb410c Text Font Color

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

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


#fb410c Background Color

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

This div background color is #fb410c


#fb410c Border Color

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

This div border color is #fb410c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb410c

Related Colors


Comments

No comments written yet.

Please login to write comment.