Color Hex Logo

#fbc92c Color Hex

#FBC92C
(251,201,44)
0 Favorites   0 Comments

Color spaces of #fbc92c

RGB 25120144
HSL0.130.960.58
HSV46°82°98°
CMYK 0.000.200.82   0.02
XYZ61.124962.464411.2181
Yxy62.46440.45340.4634
Hunter Lab79.0344-0.259146.9085
CIE-Lab83.15984.169177.2054

#fbc92c color RGB value is (251,201,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 00101100
Octal 373 311 54
Decimal 251 201 44
Hex FB C9 2C

RGB Percentages of Color #fbc92c

%50.60
%40.52
%8.87

CMYK Percentages of Color #fbc92c

%0
%20
%82
%2

Triadic Colors of #fbc92c

#fbc92c #2cfbc9 #c92cfb

Analogous Colors of #fbc92c

#fbc92c #c6fb2c #fb622c

Monochromatic Colors of #fbc92c

#fbc92c

Complementary Color

#fbc92c #2c5efb

#fbc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc92c Color CSS Codes

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

#fbc92c Text Font Color

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

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


#fbc92c Background Color

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

This div background color is #fbc92c


#fbc92c Border Color

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

This div border color is #fbc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc92c


Comments

No comments written yet.

Please login to write comment.