Color Hex Logo

#fbc71a Color Hex

#FBC71A
(251,199,26)
0 Favorites   0 Comments

Color spaces of #fbc71a

RGB 25119926
HSL0.130.970.54
HSV46°90°98°
CMYK 0.000.210.90   0.02
XYZ60.393561.43079.6515
Yxy61.43070.45940.4672
Hunter Lab78.37770.381147.5634
CIE-Lab82.60974.811780.8421

#fbc71a color RGB value is (251,199,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00011010
Octal 373 307 32
Decimal 251 199 26
Hex FB C7 1A

RGB Percentages of Color #fbc71a

%52.73
%41.81
%5.46

CMYK Percentages of Color #fbc71a

%0
%21
%90
%2

Triadic Colors of #fbc71a

#fbc71a #1afbc7 #c71afb

Analogous Colors of #fbc71a

#fbc71a #bffb1a #fb571a

Monochromatic Colors of #fbc71a

#fbc71a

Complementary Color

#fbc71a #1a4efb

#fbc71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc71a Color CSS Codes

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

#fbc71a Text Font Color

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

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


#fbc71a Background Color

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

This div background color is #fbc71a


#fbc71a Border Color

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

This div border color is #fbc71a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,199,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc71a

Related Colors


Comments

No comments written yet.

Please login to write comment.