Color Hex Logo

#fbc32f Color Hex

#FBC32F
(251,195,47)
0 Favorites   0 Comments

Color spaces of #fbc32f

RGB 25119547
HSL0.120.960.58
HSV44°81°98°
CMYK 0.000.220.81   0.02
XYZ59.811959.744711.0688
Yxy59.74470.45790.4574
Hunter Lab77.29472.860545.6158
CIE-Lab81.69927.352075.1050

#fbc32f color RGB value is (251,195,47).

#fbc32f hex color red value is 251, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fbc32f hue: 0.12 , saturation: 0.96 and the lightness value of fbc32f is 0.58.

The process color (four color CMYK) of #fbc32f color hex is 0.00, 0.22, 0.81, 0.02. Web safe color of #fbc32f is #ffcc33. Color #fbc32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00101111
Octal 373 303 57
Decimal 251 195 47
Hex FB C3 2F

RGB Percentages of Color #fbc32f

%50.91
%39.55
%9.53

CMYK Percentages of Color #fbc32f

%0
%22
%81
%2

Triadic Colors of #fbc32f

#fbc32f #2ffbc3 #c32ffb

Analogous Colors of #fbc32f

#fbc32f #cdfb2f #fb5d2f

Monochromatic Colors of #fbc32f

#fbc32f

Complementary Color

#fbc32f #2f67fb

#fbc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc32f Color CSS Codes

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

#fbc32f Text Font Color

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

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


#fbc32f Background Color

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

This div background color is #fbc32f


#fbc32f Border Color

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

This div border color is #fbc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc32f


Comments

No comments written yet.

Please login to write comment.