Color Hex Logo

#fbc762 Color Hex

#FBC762
(251,199,98)
0 Favorites   0 Comments

Color spaces of #fbc762

RGB 25119998
HSL0.110.950.68
HSV40°61°98°
CMYK 0.000.210.61   0.02
XYZ62.411762.237920.2789
Yxy62.23790.43060.4294
Hunter Lab78.89103.154439.9832
CIE-Lab83.03987.693956.5428

#fbc762 color RGB value is (251,199,98).

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

The process color (four color CMYK) of #fbc762 color hex is 0.00, 0.21, 0.61, 0.02. Web safe color of #fbc762 is #ffcc66. Color #fbc762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01100010
Octal 373 307 142
Decimal 251 199 98
Hex FB C7 62

RGB Percentages of Color #fbc762

%45.80
%36.31
%17.88

CMYK Percentages of Color #fbc762

%0
%21
%61
%2

Triadic Colors of #fbc762

#fbc762 #62fbc7 #c762fb

Analogous Colors of #fbc762

#fbc762 #e3fb62 #fb7b62

Monochromatic Colors of #fbc762

#fbc762

Complementary Color

#fbc762 #6296fb

#fbc762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc762 Color CSS Codes

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

#fbc762 Text Font Color

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

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


#fbc762 Background Color

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

This div background color is #fbc762


#fbc762 Border Color

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

This div border color is #fbc762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc762

Related Colors


Comments

No comments written yet.

Please login to write comment.