Color Hex Logo

#fbc34f Color Hex

#FBC34F
(251,195,79)
0 Favorites   0 Comments

Color spaces of #fbc34f

RGB 25119579
HSL0.110.960.65
HSV40°69°98°
CMYK 0.000.220.69   0.02
XYZ60.710160.104015.7986
Yxy60.10400.44440.4400
Hunter Lab77.52684.108942.1865
CIE-Lab81.89478.643663.6888

#fbc34f color RGB value is (251,195,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 01001111
Octal 373 303 117
Decimal 251 195 79
Hex FB C3 4F

RGB Percentages of Color #fbc34f

%47.81
%37.14
%15.05

CMYK Percentages of Color #fbc34f

%0
%22
%69
%2

Triadic Colors of #fbc34f

#fbc34f #4ffbc3 #c34ffb

Analogous Colors of #fbc34f

#fbc34f #ddfb4f #fb6d4f

Monochromatic Colors of #fbc34f

#fbc34f

Complementary Color

#fbc34f #4f87fb

#fbc34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc34f Color CSS Codes

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

#fbc34f Text Font Color

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

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


#fbc34f Background Color

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

This div background color is #fbc34f


#fbc34f Border Color

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

This div border color is #fbc34f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,195,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 #fbc34f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc34f


Comments

No comments written yet.

Please login to write comment.