Color Hex Logo

#fb1700 Color Hex

#FB1700
(251,23,0)
0 Favorites   0 Comments

Color spaces of #fb1700

RGB 251230
HSL0.021.000.49
HSV100°98°
CMYK 0.000.911.00   0.02
XYZ40.090121.12201.9640
Yxy21.12200.63460.3343
Hunter Lab45.958775.279229.6374
CIE-Lab53.082877.205066.6568

#fb1700 color RGB value is (251,23,0).

#fb1700 hex color red value is 251, green value is 23 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fb1700 hue: 0.02 , saturation: 1.00 and the lightness value of fb1700 is 0.49.

The process color (four color CMYK) of #fb1700 color hex is 0.00, 0.91, 1.00, 0.02. Web safe color of #fb1700 is #ff0000. Color #fb1700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010111 00000000
Octal 373 27 0
Decimal 251 23 0
Hex FB 17 0

RGB Percentages of Color #fb1700

%91.61
%8.39
%0.00

CMYK Percentages of Color #fb1700

%0
%91
%100
%2

Triadic Colors of #fb1700

#fb1700 #00fb17 #1700fb

Analogous Colors of #fb1700

#fb1700 #fb9500 #fb0067

Monochromatic Colors of #fb1700

#fb1700

Complementary Color

#fb1700 #00e4fb

#fb1700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1700 Color CSS Codes

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

#fb1700 Text Font Color

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

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


#fb1700 Background Color

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

This div background color is #fb1700


#fb1700 Border Color

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

This div border color is #fb1700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1700


Comments

No comments written yet.

Please login to write comment.