Color Hex Logo

#fbc959 Color Hex

#FBC959
(251,201,89)
0 Favorites   0 Comments

Color spaces of #fbc959

RGB 25120189
HSL0.120.950.67
HSV41°65°98°
CMYK 0.000.200.65   0.02
XYZ62.473563.003818.3194
Yxy63.00380.43450.4381
Hunter Lab79.37491.585641.8786
CIE-Lab83.44446.093361.0445

#fbc959 color RGB value is (251,201,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01011001
Octal 373 311 131
Decimal 251 201 89
Hex FB C9 59

RGB Percentages of Color #fbc959

%46.40
%37.15
%16.45

CMYK Percentages of Color #fbc959

%0
%20
%65
%2

Triadic Colors of #fbc959

#fbc959 #59fbc9 #c959fb

Analogous Colors of #fbc959

#fbc959 #dcfb59 #fb7859

Monochromatic Colors of #fbc959

#fbc959

Complementary Color

#fbc959 #598bfb

#fbc959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc959 Color CSS Codes

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

#fbc959 Text Font Color

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

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


#fbc959 Background Color

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

This div background color is #fbc959


#fbc959 Border Color

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

This div border color is #fbc959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc959


Comments

No comments written yet.

Please login to write comment.