Color Hex Logo

#fb8c17 Color Hex

#FB8C17
(251,140,23)
0 Favorites   0 Comments

Color spaces of #fb8c17

RGB 25114023
HSL0.090.970.54
HSV31°91°98°
CMYK 0.000.440.91   0.02
XYZ49.316439.32735.8023
Yxy39.32730.52220.4164
Hunter Lab62.711530.627638.4123
CIE-Lab68.987735.453171.2683

#fb8c17 color RGB value is (251,140,23).

#fb8c17 hex color red value is 251, green value is 140 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fb8c17 hue: 0.09 , saturation: 0.97 and the lightness value of fb8c17 is 0.54.

The process color (four color CMYK) of #fb8c17 color hex is 0.00, 0.44, 0.91, 0.02. Web safe color of #fb8c17 is #ff9900. Color #fb8c17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 00010111
Octal 373 214 27
Decimal 251 140 23
Hex FB 8C 17

RGB Percentages of Color #fb8c17

%60.63
%33.82
%5.56

CMYK Percentages of Color #fb8c17

%0
%44
%91
%2

Triadic Colors of #fb8c17

#fb8c17 #17fb8c #8c17fb

Analogous Colors of #fb8c17

#fb8c17 #f8fb17 #fb1a17

Monochromatic Colors of #fb8c17

#fb8c17

Complementary Color

#fb8c17 #1786fb

#fb8c17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8c17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8c17 Color CSS Codes

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

#fb8c17 Text Font Color

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

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


#fb8c17 Background Color

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

This div background color is #fb8c17


#fb8c17 Border Color

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

This div border color is #fb8c17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8c17


Comments

No comments written yet.

Please login to write comment.