Color Hex Logo

#ffb13e Color Hex

#FFB13E
(255,177,62)
0 Favorites   0 Comments

Color spaces of #ffb13e

RGB 25517762
HSL0.101.000.62
HSV36°76°100°
CMYK 0.000.310.76   0.00
XYZ57.831653.052111.7494
Yxy53.05210.47160.4326
Hunter Lab72.836914.262341.4217
CIE-Lab77.905718.921366.6893

#ffb13e color RGB value is (255,177,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00111110
Octal 377 261 76
Decimal 255 177 62
Hex FF B1 3E

RGB Percentages of Color #ffb13e

%51.62
%35.83
%12.55

CMYK Percentages of Color #ffb13e

%0
%31
%76
%0

Triadic Colors of #ffb13e

#ffb13e #3effb1 #b13eff

Analogous Colors of #ffb13e

#ffb13e #edff3e #ff503e

Monochromatic Colors of #ffb13e

#ffb13e

Complementary Color

#ffb13e #3e8cff

#ffb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb13e Color CSS Codes

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

#ffb13e Text Font Color

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

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


#ffb13e Background Color

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

This div background color is #ffb13e


#ffb13e Border Color

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

This div border color is #ffb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb13e

Related Colors


Comments

No comments written yet.

Please login to write comment.