Color Hex Logo

#fbc75c Color Hex

#FBC75C
(251,199,92)
0 Favorites   0 Comments

Color spaces of #fbc75c

RGB 25119992
HSL0.110.950.67
HSV40°63°98°
CMYK 0.000.210.63   0.02
XYZ62.138962.128818.8422
Yxy62.12880.43420.4341
Hunter Lab78.82182.781641.0021
CIE-Lab82.98197.309459.2066

#fbc75c color RGB value is (251,199,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01011100
Octal 373 307 134
Decimal 251 199 92
Hex FB C7 5C

RGB Percentages of Color #fbc75c

%46.31
%36.72
%16.97

CMYK Percentages of Color #fbc75c

%0
%21
%63
%2

Triadic Colors of #fbc75c

#fbc75c #5cfbc7 #c75cfb

Analogous Colors of #fbc75c

#fbc75c #e0fb5c #fb785c

Monochromatic Colors of #fbc75c

#fbc75c

Complementary Color

#fbc75c #5c90fb

#fbc75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc75c Color CSS Codes

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

#fbc75c Text Font Color

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

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


#fbc75c Background Color

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

This div background color is #fbc75c


#fbc75c Border Color

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

This div border color is #fbc75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc75c

Related Colors


Comments

No comments written yet.

Please login to write comment.