Color Hex Logo

#ffb100 Color Hex

#FFB100
(255,177,0)
6 Favorites   0 Comments

Color spaces of #ffb100

RGB 2551770
HSL0.121.000.50
HSV42°100°100°
CMYK 0.000.311.00   0.00
XYZ56.962152.70437.1707
Yxy52.70430.48750.4511
Hunter Lab72.597713.009844.9622
CIE-Lab77.700117.673680.7855

#ffb100 color RGB value is (255,177,0).

#ffb100 hex color red value is 255, green value is 177 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ffb100 hue: 0.12 , saturation: 1.00 and the lightness value of ffb100 is 0.50.

The process color (four color CMYK) of #ffb100 color hex is 0.00, 0.31, 1.00, 0.00. Web safe color of #ffb100 is #ff9900. Color #ffb100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00000000
Octal 377 261 0
Decimal 255 177 0
Hex FF B1 0

RGB Percentages of Color #ffb100

%59.03
%40.97
%0.00

CMYK Percentages of Color #ffb100

%0
%31
%100
%0

Triadic Colors of #ffb100

#ffb100 #00ffb1 #b100ff

Analogous Colors of #ffb100

#ffb100 #ceff00 #ff3100

Monochromatic Colors of #ffb100

#ffb100

Complementary Color

#ffb100 #004eff

#ffb100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb100 Color CSS Codes

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

#ffb100 Text Font Color

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

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


#ffb100 Background Color

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

This div background color is #ffb100


#ffb100 Border Color

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

This div border color is #ffb100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb100

Related Colors


Comments

No comments written yet.

Please login to write comment.