Color Hex Logo

#ffb611 Color Hex

#FFB611
(255,182,17)
0 Favorites   0 Comments

Color spaces of #ffb611

RGB 25518217
HSL0.121.000.53
HSV42°93°100°
CMYK 0.000.290.93   0.00
XYZ58.069154.75648.0388
Yxy54.75640.48040.4530
Hunter Lab73.997610.580945.3573
CIE-Lab78.900715.211779.7197

#ffb611 color RGB value is (255,182,17).

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

The process color (four color CMYK) of #ffb611 color hex is 0.00, 0.29, 0.93, 0.00. Web safe color of #ffb611 is #ffcc00. Color #ffb611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 00010001
Octal 377 266 21
Decimal 255 182 17
Hex FF B6 11

RGB Percentages of Color #ffb611

%56.17
%40.09
%3.74

CMYK Percentages of Color #ffb611

%0
%29
%93
%0

Triadic Colors of #ffb611

#ffb611 #11ffb6 #b611ff

Analogous Colors of #ffb611

#ffb611 #d1ff11 #ff3f11

Monochromatic Colors of #ffb611

#ffb611

Complementary Color

#ffb611 #115aff

#ffb611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb611 Color CSS Codes

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

#ffb611 Text Font Color

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

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


#ffb611 Background Color

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

This div background color is #ffb611


#ffb611 Border Color

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

This div border color is #ffb611


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,182,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb611

Related Colors

#ffb611 Color Palettes


Comments

No comments written yet.

Please login to write comment.