Color Hex Logo

#fbca16 Color Hex

#FBCA16
(251,202,22)
0 Favorites   0 Comments

Color spaces of #fbca16

RGB 25120222
HSL0.130.970.54
HSV47°91°98°
CMYK 0.000.200.91   0.02
XYZ61.049062.80829.6646
Yxy62.80820.45720.4704
Hunter Lab79.2516-1.188548.2458
CIE-Lab83.34143.207782.0632

#fbca16 color RGB value is (251,202,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00010110
Octal 373 312 26
Decimal 251 202 22
Hex FB CA 16

RGB Percentages of Color #fbca16

%52.84
%42.53
%4.63

CMYK Percentages of Color #fbca16

%0
%20
%91
%2

Triadic Colors of #fbca16

#fbca16 #16fbca #ca16fb

Analogous Colors of #fbca16

#fbca16 #bafb16 #fb5816

Monochromatic Colors of #fbca16

#fbca16

Complementary Color

#fbca16 #1647fb

#fbca16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca16 Color CSS Codes

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

#fbca16 Text Font Color

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

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


#fbca16 Background Color

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

This div background color is #fbca16


#fbca16 Border Color

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

This div border color is #fbca16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca16


Comments

No comments written yet.

Please login to write comment.