Color Hex Logo

#fbc20d Color Hex

#FBC20D
(251,194,13)
0 Favorites   0 Comments

Color spaces of #fbc20d

RGB 25119413
HSL0.130.970.52
HSV46°95°98°
CMYK 0.000.230.95   0.02
XYZ59.148159.12198.6750
Yxy59.12190.46590.4657
Hunter Lab76.89082.752047.1343
CIE-Lab81.35867.229481.7999

#fbc20d color RGB value is (251,194,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00001101
Octal 373 302 15
Decimal 251 194 13
Hex FB C2 D

RGB Percentages of Color #fbc20d

%54.80
%42.36
%2.84

CMYK Percentages of Color #fbc20d

%0
%23
%95
%2

Triadic Colors of #fbc20d

#fbc20d #0dfbc2 #c20dfb

Analogous Colors of #fbc20d

#fbc20d #bdfb0d #fb4b0d

Monochromatic Colors of #fbc20d

#fbc20d

Complementary Color

#fbc20d #0d46fb

#fbc20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc20d Color CSS Codes

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

#fbc20d Text Font Color

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

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


#fbc20d Background Color

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

This div background color is #fbc20d


#fbc20d Border Color

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

This div border color is #fbc20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc20d

Related Colors


Comments

No comments written yet.

Please login to write comment.