Color Hex Logo

#fbc75b Color Hex

#FBC75B
(251,199,91)
0 Favorites   0 Comments

Color spaces of #fbc75b

RGB 25119991
HSL0.110.950.67
HSV41°64°98°
CMYK 0.000.210.64   0.02
XYZ62.095462.111418.6134
Yxy62.11140.43480.4349
Hunter Lab78.81082.722141.1645
CIE-Lab82.97267.247959.6436

#fbc75b color RGB value is (251,199,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01011011
Octal 373 307 133
Decimal 251 199 91
Hex FB C7 5B

RGB Percentages of Color #fbc75b

%46.40
%36.78
%16.82

CMYK Percentages of Color #fbc75b

%0
%21
%64
%2

Triadic Colors of #fbc75b

#fbc75b #5bfbc7 #c75bfb

Analogous Colors of #fbc75b

#fbc75b #dffb5b #fb775b

Monochromatic Colors of #fbc75b

#fbc75b

Complementary Color

#fbc75b #5b8ffb

#fbc75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc75b Color CSS Codes

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

#fbc75b Text Font Color

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

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


#fbc75b Background Color

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

This div background color is #fbc75b


#fbc75b Border Color

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

This div border color is #fbc75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc75b

Related Colors


Comments

No comments written yet.

Please login to write comment.