Color Hex Logo

#fb0f3e Color Hex

#FB0F3E
(251,15,62)
0 Favorites   0 Comments

Color spaces of #fb0f3e

RGB 2511562
HSL0.970.970.52
HSV348°94°98°
CMYK 0.000.940.75   0.02
XYZ40.824021.19876.4975
Yxy21.19870.59580.3094
Hunter Lab46.042077.696623.8624
CIE-Lab53.166379.119341.0968

#fb0f3e color RGB value is (251,15,62).

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

The process color (four color CMYK) of #fb0f3e color hex is 0.00, 0.94, 0.75, 0.02. Web safe color of #fb0f3e is #ff0033. Color #fb0f3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001111 00111110
Octal 373 17 76
Decimal 251 15 62
Hex FB F 3E

RGB Percentages of Color #fb0f3e

%76.52
%4.57
%18.90

CMYK Percentages of Color #fb0f3e

%0
%94
%75
%2

Triadic Colors of #fb0f3e

#fb0f3e #3efb0f #0f3efb

Analogous Colors of #fb0f3e

#fb0f3e #fb560f #fb0fb4

Monochromatic Colors of #fb0f3e

#fb0f3e

Complementary Color

#fb0f3e #0ffbcc

#fb0f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0f3e Color CSS Codes

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

#fb0f3e Text Font Color

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

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


#fb0f3e Background Color

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

This div background color is #fb0f3e


#fb0f3e Border Color

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

This div border color is #fb0f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0f3e


Comments

No comments written yet.

Please login to write comment.