Color Hex Logo

#fbc83e Color Hex

#FBC83E
(251,200,62)
0 Favorites   0 Comments

Color spaces of #fbc83e

RGB 25120062
HSL0.120.960.61
HSV44°75°98°
CMYK 0.000.200.75   0.02
XYZ61.307462.165613.3253
Yxy62.16560.44820.4544
Hunter Lab78.84520.816745.1713
CIE-Lab83.00145.280871.3952

#fbc83e color RGB value is (251,200,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 00111110
Octal 373 310 76
Decimal 251 200 62
Hex FB C8 3E

RGB Percentages of Color #fbc83e

%48.93
%38.99
%12.09

CMYK Percentages of Color #fbc83e

%0
%20
%75
%2

Triadic Colors of #fbc83e

#fbc83e #3efbc8 #c83efb

Analogous Colors of #fbc83e

#fbc83e #d0fb3e #fb6a3e

Monochromatic Colors of #fbc83e

#fbc83e

Complementary Color

#fbc83e #3e71fb

#fbc83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc83e Color CSS Codes

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

#fbc83e Text Font Color

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

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


#fbc83e Background Color

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

This div background color is #fbc83e


#fbc83e Border Color

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

This div border color is #fbc83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc83e


Comments

No comments written yet.

Please login to write comment.