Color Hex Logo

#fbc015 Color Hex

#FBC015
(251,192,21)
0 Favorites   0 Comments

Color spaces of #fbc015

RGB 25119221
HSL0.120.970.53
HSV45°92°98°
CMYK 0.000.240.92   0.02
XYZ58.768758.26268.8578
Yxy58.26260.46680.4628
Hunter Lab76.32993.855146.5506
CIE-Lab80.88468.357880.3824

#fbc015 color RGB value is (251,192,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 00010101
Octal 373 300 25
Decimal 251 192 21
Hex FB C0 15

RGB Percentages of Color #fbc015

%54.09
%41.38
%4.53

CMYK Percentages of Color #fbc015

%0
%24
%92
%2

Triadic Colors of #fbc015

#fbc015 #15fbc0 #c015fb

Analogous Colors of #fbc015

#fbc015 #c3fb15 #fb4d15

Monochromatic Colors of #fbc015

#fbc015

Complementary Color

#fbc015 #1550fb

#fbc015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc015 Color CSS Codes

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

#fbc015 Text Font Color

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

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


#fbc015 Background Color

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

This div background color is #fbc015


#fbc015 Border Color

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

This div border color is #fbc015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc015


Comments

No comments written yet.

Please login to write comment.