Color Hex Logo

#fb041a Color Hex

#FB041A
(251,4,26)
0 Favorites   0 Comments

Color spaces of #fb041a

RGB 251426
HSL0.990.970.50
HSV355°98°98°
CMYK 0.000.980.90   0.02
XYZ40.013520.67062.8582
Yxy20.67060.62970.3253
Hunter Lab45.464977.533528.0981
CIE-Lab52.587179.102658.8142

#fb041a color RGB value is (251,4,26).

#fb041a hex color red value is 251, green value is 4 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fb041a hue: 0.99 , saturation: 0.97 and the lightness value of fb041a is 0.50.

The process color (four color CMYK) of #fb041a color hex is 0.00, 0.98, 0.90, 0.02. Web safe color of #fb041a is #ff0033. Color #fb041a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000100 00011010
Octal 373 4 32
Decimal 251 4 26
Hex FB 4 1A

RGB Percentages of Color #fb041a

%89.32
%1.42
%9.25

CMYK Percentages of Color #fb041a

%0
%98
%90
%2

Triadic Colors of #fb041a

#fb041a #1afb04 #041afb

Analogous Colors of #fb041a

#fb041a #fb6a04 #fb0496

Monochromatic Colors of #fb041a

#fb041a

Complementary Color

#fb041a #04fbe5

#fb041a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb041a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb041a Color CSS Codes

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

#fb041a Text Font Color

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

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


#fb041a Background Color

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

This div background color is #fb041a


#fb041a Border Color

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

This div border color is #fb041a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb041a


Comments

No comments written yet.

Please login to write comment.