Color Hex Logo

#fbc732 Color Hex

#FBC732
(251,199,50)
0 Favorites   0 Comments

Color spaces of #fbc732

RGB 25119950
HSL0.120.960.59
HSV44°80°98°
CMYK 0.000.210.80   0.02
XYZ60.782861.586411.7014
Yxy61.58640.45340.4594
Hunter Lab78.47700.918946.0934
CIE-Lab82.69305.374575.0730

#fbc732 color RGB value is (251,199,50).

#fbc732 hex color red value is 251, green value is 199 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fbc732 hue: 0.12 , saturation: 0.96 and the lightness value of fbc732 is 0.59.

The process color (four color CMYK) of #fbc732 color hex is 0.00, 0.21, 0.80, 0.02. Web safe color of #fbc732 is #ffcc33. Color #fbc732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00110010
Octal 373 307 62
Decimal 251 199 50
Hex FB C7 32

RGB Percentages of Color #fbc732

%50.20
%39.80
%10.00

CMYK Percentages of Color #fbc732

%0
%21
%80
%2

Triadic Colors of #fbc732

#fbc732 #32fbc7 #c732fb

Analogous Colors of #fbc732

#fbc732 #cbfb32 #fb6332

Monochromatic Colors of #fbc732

#fbc732

Complementary Color

#fbc732 #3266fb

#fbc732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc732 Color CSS Codes

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

#fbc732 Text Font Color

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

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


#fbc732 Background Color

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

This div background color is #fbc732


#fbc732 Border Color

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

This div border color is #fbc732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc732


Comments

No comments written yet.

Please login to write comment.