Color Hex Logo

#fbc04f Color Hex

#FBC04F
(251,192,79)
0 Favorites   0 Comments

Color spaces of #fbc04f

RGB 25119279
HSL0.110.960.65
HSV39°69°98°
CMYK 0.000.240.69   0.02
XYZ60.044658.773015.5768
Yxy58.77300.44680.4373
Hunter Lab76.66365.644041.6177
CIE-Lab81.166710.202462.9277

#fbc04f color RGB value is (251,192,79).

#fbc04f hex color red value is 251, green value is 192 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fbc04f hue: 0.11 , saturation: 0.96 and the lightness value of fbc04f is 0.65.

The process color (four color CMYK) of #fbc04f color hex is 0.00, 0.24, 0.69, 0.02. Web safe color of #fbc04f is #ffcc66. Color #fbc04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01001111
Octal 373 300 117
Decimal 251 192 79
Hex FB C0 4F

RGB Percentages of Color #fbc04f

%48.08
%36.78
%15.13

CMYK Percentages of Color #fbc04f

%0
%24
%69
%2

Triadic Colors of #fbc04f

#fbc04f #4ffbc0 #c04ffb

Analogous Colors of #fbc04f

#fbc04f #e0fb4f #fb6a4f

Monochromatic Colors of #fbc04f

#fbc04f

Complementary Color

#fbc04f #4f8afb

#fbc04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc04f Color CSS Codes

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

#fbc04f Text Font Color

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

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


#fbc04f Background Color

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

This div background color is #fbc04f


#fbc04f Border Color

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

This div border color is #fbc04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc04f

Related Colors


Comments

No comments written yet.

Please login to write comment.