Color Hex Logo

#ffb11a Color Hex

#FFB11A
(255,177,26)
0 Favorites   0 Comments

Color spaces of #ffb11a

RGB 25517726
HSL0.111.000.55
HSV40°90°100°
CMYK 0.000.310.90   0.00
XYZ57.148652.77898.1526
Yxy52.77890.48400.4470
Hunter Lab72.649113.279144.2009
CIE-Lab77.744317.942777.3317

#ffb11a color RGB value is (255,177,26).

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

The process color (four color CMYK) of #ffb11a color hex is 0.00, 0.31, 0.90, 0.00. Web safe color of #ffb11a is #ff9933. Color #ffb11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00011010
Octal 377 261 32
Decimal 255 177 26
Hex FF B1 1A

RGB Percentages of Color #ffb11a

%55.68
%38.65
%5.68

CMYK Percentages of Color #ffb11a

%0
%31
%90
%0

Triadic Colors of #ffb11a

#ffb11a #1affb1 #b11aff

Analogous Colors of #ffb11a

#ffb11a #dbff1a #ff3f1a

Monochromatic Colors of #ffb11a

#ffb11a

Complementary Color

#ffb11a #1a68ff

#ffb11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb11a Color CSS Codes

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

#ffb11a Text Font Color

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

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


#ffb11a Background Color

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

This div background color is #ffb11a


#ffb11a Border Color

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

This div border color is #ffb11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb11a

Related Colors


Comments

No comments written yet.

Please login to write comment.