Color Hex Logo

#fbc71f Color Hex

#FBC71F
(251,199,31)
0 Favorites   0 Comments

Color spaces of #fbc71f

RGB 25119931
HSL0.130.960.55
HSV46°88°98°
CMYK 0.000.210.88   0.02
XYZ60.454461.45509.9720
Yxy61.45500.45840.4660
Hunter Lab78.39320.465447.3333
CIE-Lab82.62274.900179.8882

#fbc71f color RGB value is (251,199,31).

#fbc71f hex color red value is 251, green value is 199 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fbc71f hue: 0.13 , saturation: 0.96 and the lightness value of fbc71f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00011111
Octal 373 307 37
Decimal 251 199 31
Hex FB C7 1F

RGB Percentages of Color #fbc71f

%52.18
%41.37
%6.44

CMYK Percentages of Color #fbc71f

%0
%21
%88
%2

Triadic Colors of #fbc71f

#fbc71f #1ffbc7 #c71ffb

Analogous Colors of #fbc71f

#fbc71f #c1fb1f #fb591f

Monochromatic Colors of #fbc71f

#fbc71f

Complementary Color

#fbc71f #1f53fb

#fbc71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc71f Color CSS Codes

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

#fbc71f Text Font Color

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

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


#fbc71f Background Color

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

This div background color is #fbc71f


#fbc71f Border Color

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

This div border color is #fbc71f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,199,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 #fbc71f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc71f


Comments

No comments written yet.

Please login to write comment.