Color Hex Logo

#fbc95f Color Hex

#FBC95F
(251,201,95)
0 Favorites   0 Comments

Color spaces of #fbc95f

RGB 25120195
HSL0.110.950.68
HSV41°62°98°
CMYK 0.000.200.62   0.02
XYZ62.735963.108719.7011
Yxy63.10870.43100.4336
Hunter Lab79.44101.942840.9050
CIE-Lab83.49956.463458.4307

#fbc95f color RGB value is (251,201,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01011111
Octal 373 311 137
Decimal 251 201 95
Hex FB C9 5F

RGB Percentages of Color #fbc95f

%45.89
%36.75
%17.37

CMYK Percentages of Color #fbc95f

%0
%20
%62
%2

Triadic Colors of #fbc95f

#fbc95f #5ffbc9 #c95ffb

Analogous Colors of #fbc95f

#fbc95f #dffb5f #fb7b5f

Monochromatic Colors of #fbc95f

#fbc95f

Complementary Color

#fbc95f #5f91fb

#fbc95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc95f Color CSS Codes

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

#fbc95f Text Font Color

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

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


#fbc95f Background Color

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

This div background color is #fbc95f


#fbc95f Border Color

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

This div border color is #fbc95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc95f


Comments

No comments written yet.

Please login to write comment.