Color Hex Logo

#fbc45f Color Hex

#FBC45F
(251,196,95)
0 Favorites   0 Comments

Color spaces of #fbc45f

RGB 25119695
HSL0.110.950.68
HSV39°62°98°
CMYK 0.000.220.62   0.02
XYZ61.589160.815319.3189
Yxy60.81530.43460.4291
Hunter Lab77.98424.500639.9011
CIE-Lab82.27939.053857.0633

#fbc45f color RGB value is (251,196,95).

#fbc45f hex color red value is 251, green value is 196 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fbc45f hue: 0.11 , saturation: 0.95 and the lightness value of fbc45f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01011111
Octal 373 304 137
Decimal 251 196 95
Hex FB C4 5F

RGB Percentages of Color #fbc45f

%46.31
%36.16
%17.53

CMYK Percentages of Color #fbc45f

%0
%22
%62
%2

Triadic Colors of #fbc45f

#fbc45f #5ffbc4 #c45ffb

Analogous Colors of #fbc45f

#fbc45f #e4fb5f #fb765f

Monochromatic Colors of #fbc45f

#fbc45f

Complementary Color

#fbc45f #5f96fb

#fbc45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc45f Color CSS Codes

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

#fbc45f Text Font Color

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

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


#fbc45f Background Color

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

This div background color is #fbc45f


#fbc45f Border Color

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

This div border color is #fbc45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc45f


Comments

No comments written yet.

Please login to write comment.