Color Hex Logo

#fb060e Color Hex

#FB060E
(251,6,14)
0 Favorites   0 Comments

Color spaces of #fb060e

RGB 251614
HSL0.990.970.50
HSV358°98°98°
CMYK 0.000.980.94   0.02
XYZ39.928120.67122.3010
Yxy20.67120.63480.3286
Hunter Lab45.465677.194828.8253
CIE-Lab52.587778.832962.9602

#fb060e color RGB value is (251,6,14).

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

The process color (four color CMYK) of #fb060e color hex is 0.00, 0.98, 0.94, 0.02. Web safe color of #fb060e is #ff0000. Color #fb060e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 00001110
Octal 373 6 16
Decimal 251 6 14
Hex FB 6 E

RGB Percentages of Color #fb060e

%92.62
%2.21
%5.17

CMYK Percentages of Color #fb060e

%0
%98
%94
%2

Triadic Colors of #fb060e

#fb060e #0efb06 #060efb

Analogous Colors of #fb060e

#fb060e #fb7906 #fb0689

Monochromatic Colors of #fb060e

#fb060e

Complementary Color

#fb060e #06fbf3

#fb060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb060e Color CSS Codes

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

#fb060e Text Font Color

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

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


#fb060e Background Color

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

This div background color is #fb060e


#fb060e Border Color

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

This div border color is #fb060e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb060e


Comments

No comments written yet.

Please login to write comment.