Color Hex Logo

#fbc05f Color Hex

#FBC05F
(251,192,95)
0 Favorites   0 Comments

Color spaces of #fbc05f

RGB 25119295
HSL0.100.950.68
HSV37°62°98°
CMYK 0.000.240.62   0.02
XYZ60.698959.034719.0221
Yxy59.03470.43750.4255
Hunter Lab76.83406.555439.1052
CIE-Lab81.310711.134555.9716

#fbc05f color RGB value is (251,192,95).

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

The process color (four color CMYK) of #fbc05f color hex is 0.00, 0.24, 0.62, 0.02. Web safe color of #fbc05f is #ffcc66. Color #fbc05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01011111
Octal 373 300 137
Decimal 251 192 95
Hex FB C0 5F

RGB Percentages of Color #fbc05f

%46.65
%35.69
%17.66

CMYK Percentages of Color #fbc05f

%0
%24
%62
%2

Triadic Colors of #fbc05f

#fbc05f #5ffbc0 #c05ffb

Analogous Colors of #fbc05f

#fbc05f #e8fb5f #fb725f

Monochromatic Colors of #fbc05f

#fbc05f

Complementary Color

#fbc05f #5f9afb

#fbc05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc05f Color CSS Codes

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

#fbc05f Text Font Color

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

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


#fbc05f Background Color

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

This div background color is #fbc05f


#fbc05f Border Color

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

This div border color is #fbc05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc05f


Comments

No comments written yet.

Please login to write comment.