Color Hex Logo

#fbc307 Color Hex

#FBC307
(251,195,7)
0 Favorites   0 Comments

Color spaces of #fbc307

RGB 2511957
HSL0.130.970.51
HSV46°97°98°
CMYK 0.000.220.97   0.02
XYZ59.337159.55488.5688
Yxy59.55480.46550.4672
Hunter Lab77.17182.197547.4369
CIE-Lab81.59566.661982.5612

#fbc307 color RGB value is (251,195,7).

#fbc307 hex color red value is 251, green value is 195 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fbc307 hue: 0.13 , saturation: 0.97 and the lightness value of fbc307 is 0.51.

The process color (four color CMYK) of #fbc307 color hex is 0.00, 0.22, 0.97, 0.02. Web safe color of #fbc307 is #ffcc00. Color #fbc307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00000111
Octal 373 303 7
Decimal 251 195 7
Hex FB C3 7

RGB Percentages of Color #fbc307

%55.41
%43.05
%1.55

CMYK Percentages of Color #fbc307

%0
%22
%97
%2

Triadic Colors of #fbc307

#fbc307 #07fbc3 #c307fb

Analogous Colors of #fbc307

#fbc307 #b9fb07 #fb4907

Monochromatic Colors of #fbc307

#fbc307

Complementary Color

#fbc307 #073ffb

#fbc307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc307 Color CSS Codes

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

#fbc307 Text Font Color

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

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


#fbc307 Background Color

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

This div background color is #fbc307


#fbc307 Border Color

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

This div border color is #fbc307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc307

Related Colors


Comments

No comments written yet.

Please login to write comment.