Color Hex Logo

#fbca20 Color Hex

#FBCA20
(251,202,32)
0 Favorites   0 Comments

Color spaces of #fbca20

RGB 25120232
HSL0.130.960.55
HSV47°87°98°
CMYK 0.000.200.87   0.02
XYZ61.164962.854610.2749
Yxy62.85460.45550.4680
Hunter Lab79.2809-1.029547.8126
CIE-Lab83.36583.375180.2656

#fbca20 color RGB value is (251,202,32).

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

The process color (four color CMYK) of #fbca20 color hex is 0.00, 0.20, 0.87, 0.02. Web safe color of #fbca20 is #ffcc33. Color #fbca20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00100000
Octal 373 312 40
Decimal 251 202 32
Hex FB CA 20

RGB Percentages of Color #fbca20

%51.75
%41.65
%6.60

CMYK Percentages of Color #fbca20

%0
%20
%87
%2

Triadic Colors of #fbca20

#fbca20 #20fbca #ca20fb

Analogous Colors of #fbca20

#fbca20 #bffb20 #fb5c20

Monochromatic Colors of #fbca20

#fbca20

Complementary Color

#fbca20 #2051fb

#fbca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca20 Color CSS Codes

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

#fbca20 Text Font Color

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

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


#fbca20 Background Color

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

This div background color is #fbca20


#fbca20 Border Color

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

This div border color is #fbca20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca20


Comments

No comments written yet.

Please login to write comment.