Color Hex Logo

#fbc200 Color Hex

#FBC200
(251,194,0)
0 Favorites   0 Comments

Color spaces of #fbc200

RGB 2511940
HSL0.131.000.49
HSV46°100°98°
CMYK 0.000.231.00   0.02
XYZ59.075459.09288.2924
Yxy59.09280.46710.4673
Hunter Lab76.87182.650147.4145
CIE-Lab81.34267.123383.0566

#fbc200 color RGB value is (251,194,0).

#fbc200 hex color red value is 251, green value is 194 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fbc200 hue: 0.13 , saturation: 1.00 and the lightness value of fbc200 is 0.49.

The process color (four color CMYK) of #fbc200 color hex is 0.00, 0.23, 1.00, 0.02. Web safe color of #fbc200 is #ffcc00. Color #fbc200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00000000
Octal 373 302 0
Decimal 251 194 0
Hex FB C2 0

RGB Percentages of Color #fbc200

%56.40
%43.60
%0.00

CMYK Percentages of Color #fbc200

%0
%23
%100
%2

Triadic Colors of #fbc200

#fbc200 #00fbc2 #c200fb

Analogous Colors of #fbc200

#fbc200 #b7fb00 #fb4500

Monochromatic Colors of #fbc200

#fbc200

Complementary Color

#fbc200 #0039fb

#fbc200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc200 Color CSS Codes

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

#fbc200 Text Font Color

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

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


#fbc200 Background Color

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

This div background color is #fbc200


#fbc200 Border Color

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

This div border color is #fbc200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc200


Comments

No comments written yet.

Please login to write comment.