Color Hex Logo

#ffb51f Color Hex

#FFB51F
(255,181,31)
0 Favorites   0 Comments

Color spaces of #ffb51f

RGB 25518131
HSL0.111.000.56
HSV40°88°100°
CMYK 0.000.290.88   0.00
XYZ58.011254.40678.7403
Yxy54.40670.47880.4491
Hunter Lab73.760911.304544.6071
CIE-Lab78.698315.943376.9978

#ffb51f color RGB value is (255,181,31).

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

The process color (four color CMYK) of #ffb51f color hex is 0.00, 0.29, 0.88, 0.00. Web safe color of #ffb51f is #ffcc33. Color #ffb51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 00011111
Octal 377 265 37
Decimal 255 181 31
Hex FF B5 1F

RGB Percentages of Color #ffb51f

%54.60
%38.76
%6.64

CMYK Percentages of Color #ffb51f

%0
%29
%88
%0

Triadic Colors of #ffb51f

#ffb51f #1fffb5 #b51fff

Analogous Colors of #ffb51f

#ffb51f #d9ff1f #ff451f

Monochromatic Colors of #ffb51f

#ffb51f

Complementary Color

#ffb51f #1f69ff

#ffb51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb51f Color CSS Codes

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

#ffb51f Text Font Color

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

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


#ffb51f Background Color

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

This div background color is #ffb51f


#ffb51f Border Color

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

This div border color is #ffb51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb51f

Related Colors

#ffb51f Color Palettes


Comments

No comments written yet.

Please login to write comment.