Color Hex Logo

#fbc92e Color Hex

#FBC92E
(251,201,46)
0 Favorites   0 Comments

Color spaces of #fbc92e

RGB 25120146
HSL0.130.960.58
HSV45°82°98°
CMYK 0.000.200.82   0.02
XYZ61.163462.479811.4209
Yxy62.47980.45280.4626
Hunter Lab79.0442-0.206246.7642
CIE-Lab83.16794.224676.6578

#fbc92e color RGB value is (251,201,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 00101110
Octal 373 311 56
Decimal 251 201 46
Hex FB C9 2E

RGB Percentages of Color #fbc92e

%50.40
%40.36
%9.24

CMYK Percentages of Color #fbc92e

%0
%20
%82
%2

Triadic Colors of #fbc92e

#fbc92e #2efbc9 #c92efb

Analogous Colors of #fbc92e

#fbc92e #c7fb2e #fb632e

Monochromatic Colors of #fbc92e

#fbc92e

Complementary Color

#fbc92e #2e60fb

#fbc92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc92e Color CSS Codes

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

#fbc92e Text Font Color

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

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


#fbc92e Background Color

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

This div background color is #fbc92e


#fbc92e Border Color

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

This div border color is #fbc92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc92e


Comments

No comments written yet.

Please login to write comment.