Color Hex Logo

#ffb10f Color Hex

#FFB10F
(255,177,15)
0 Favorites   0 Comments

Color spaces of #ffb10f

RGB 25517715
HSL0.111.000.53
HSV41°94°100°
CMYK 0.000.310.94   0.00
XYZ57.048452.73887.6248
Yxy52.73880.48590.4492
Hunter Lab72.621513.134544.6100
CIE-Lab77.720517.798379.1506

#ffb10f color RGB value is (255,177,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00001111
Octal 377 261 17
Decimal 255 177 15
Hex FF B1 F

RGB Percentages of Color #ffb10f

%57.05
%39.60
%3.36

CMYK Percentages of Color #ffb10f

%0
%31
%94
%0

Triadic Colors of #ffb10f

#ffb10f #0fffb1 #b10fff

Analogous Colors of #ffb10f

#ffb10f #d5ff0f #ff390f

Monochromatic Colors of #ffb10f

#ffb10f

Complementary Color

#ffb10f #0f5dff

#ffb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb10f Color CSS Codes

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

#ffb10f Text Font Color

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

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


#ffb10f Background Color

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

This div background color is #ffb10f


#ffb10f Border Color

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

This div border color is #ffb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb10f

Related Colors


Comments

No comments written yet.

Please login to write comment.