Color Hex Logo

#fb2a0f Color Hex

#FB2A0F
(251,42,15)
0 Favorites   0 Comments

Color spaces of #fb2a0f

RGB 2514215
HSL0.020.970.52
HSV94°98°
CMYK 0.000.830.94   0.02
XYZ40.697822.19962.5919
Yxy22.19960.62140.3390
Hunter Lab47.116571.729229.7199
CIE-Lab54.238174.110163.5674

#fb2a0f color RGB value is (251,42,15).

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

The process color (four color CMYK) of #fb2a0f color hex is 0.00, 0.83, 0.94, 0.02. Web safe color of #fb2a0f is #ff3300. Color #fb2a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101010 00001111
Octal 373 52 17
Decimal 251 42 15
Hex FB 2A F

RGB Percentages of Color #fb2a0f

%81.49
%13.64
%4.87

CMYK Percentages of Color #fb2a0f

%0
%83
%94
%2

Triadic Colors of #fb2a0f

#fb2a0f #0ffb2a #2a0ffb

Analogous Colors of #fb2a0f

#fb2a0f #fba00f #fb0f6a

Monochromatic Colors of #fb2a0f

#fb2a0f

Complementary Color

#fb2a0f #0fe0fb

#fb2a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2a0f Color CSS Codes

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

#fb2a0f Text Font Color

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

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


#fb2a0f Background Color

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

This div background color is #fb2a0f


#fb2a0f Border Color

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

This div border color is #fb2a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2a0f


Comments

No comments written yet.

Please login to write comment.