Color Hex Logo

#fbc017 Color Hex

#FBC017
(251,192,23)
0 Favorites   0 Comments

Color spaces of #fbc017

RGB 25119223
HSL0.120.970.54
HSV44°91°98°
CMYK 0.000.240.91   0.02
XYZ58.788058.27048.9595
Yxy58.27040.46650.4624
Hunter Lab76.33513.882146.4756
CIE-Lab80.88898.385880.0594

#fbc017 color RGB value is (251,192,23).

#fbc017 hex color red value is 251, green value is 192 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fbc017 hue: 0.12 , saturation: 0.97 and the lightness value of fbc017 is 0.54.

The process color (four color CMYK) of #fbc017 color hex is 0.00, 0.24, 0.91, 0.02. Web safe color of #fbc017 is #ffcc00. Color #fbc017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 00010111
Octal 373 300 27
Decimal 251 192 23
Hex FB C0 17

RGB Percentages of Color #fbc017

%53.86
%41.20
%4.94

CMYK Percentages of Color #fbc017

%0
%24
%91
%2

Triadic Colors of #fbc017

#fbc017 #17fbc0 #c017fb

Analogous Colors of #fbc017

#fbc017 #c4fb17 #fb4e17

Monochromatic Colors of #fbc017

#fbc017

Complementary Color

#fbc017 #1752fb

#fbc017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc017 Color CSS Codes

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

#fbc017 Text Font Color

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

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


#fbc017 Background Color

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

This div background color is #fbc017


#fbc017 Border Color

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

This div border color is #fbc017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc017


Comments

No comments written yet.

Please login to write comment.