Color Hex Logo

#fbc931 Color Hex

#FBC931
(251,201,49)
0 Favorites   0 Comments

Color spaces of #fbc931

RGB 25120149
HSL0.130.960.59
HSV45°80°98°
CMYK 0.000.200.80   0.02
XYZ61.224762.504311.7434
Yxy62.50430.45190.4614
Hunter Lab79.0597-0.122046.5349
CIE-Lab83.18094.312975.8006

#fbc931 color RGB value is (251,201,49).

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

The process color (four color CMYK) of #fbc931 color hex is 0.00, 0.20, 0.80, 0.02. Web safe color of #fbc931 is #ffcc33. Color #fbc931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 00110001
Octal 373 311 61
Decimal 251 201 49
Hex FB C9 31

RGB Percentages of Color #fbc931

%50.10
%40.12
%9.78

CMYK Percentages of Color #fbc931

%0
%20
%80
%2

Triadic Colors of #fbc931

#fbc931 #31fbc9 #c931fb

Analogous Colors of #fbc931

#fbc931 #c8fb31 #fb6431

Monochromatic Colors of #fbc931

#fbc931

Complementary Color

#fbc931 #3163fb

#fbc931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc931 Color CSS Codes

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

#fbc931 Text Font Color

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

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


#fbc931 Background Color

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

This div background color is #fbc931


#fbc931 Border Color

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

This div border color is #fbc931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc931

Related Colors


Comments

No comments written yet.

Please login to write comment.