Color Hex Logo

#ffb122 Color Hex

#FFB122
(255,177,34)
0 Favorites   0 Comments

Color spaces of #ffb122

RGB 25517734
HSL0.111.000.57
HSV39°87°100°
CMYK 0.000.310.87   0.00
XYZ57.250952.81988.6912
Yxy52.81980.48210.4448
Hunter Lab72.677213.426843.7838
CIE-Lab77.768518.090175.5566

#ffb122 color RGB value is (255,177,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00100010
Octal 377 261 42
Decimal 255 177 34
Hex FF B1 22

RGB Percentages of Color #ffb122

%54.72
%37.98
%7.30

CMYK Percentages of Color #ffb122

%0
%31
%87
%0

Triadic Colors of #ffb122

#ffb122 #22ffb1 #b122ff

Analogous Colors of #ffb122

#ffb122 #dfff22 #ff4322

Monochromatic Colors of #ffb122

#ffb122

Complementary Color

#ffb122 #2270ff

#ffb122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb122 Color CSS Codes

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

#ffb122 Text Font Color

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

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


#ffb122 Background Color

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

This div background color is #ffb122


#ffb122 Border Color

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

This div border color is #ffb122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb122

Related Colors


Comments

No comments written yet.

Please login to write comment.