Color Hex Logo

#fbca1f Color Hex

#FBCA1F
(251,202,31)
0 Favorites   0 Comments

Color spaces of #fbca1f

RGB 25120231
HSL0.130.960.55
HSV47°88°98°
CMYK 0.000.200.88   0.02
XYZ61.151562.849210.2044
Yxy62.84920.45570.4683
Hunter Lab79.2775-1.047847.8626
CIE-Lab83.36303.355980.4695

#fbca1f color RGB value is (251,202,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00011111
Octal 373 312 37
Decimal 251 202 31
Hex FB CA 1F

RGB Percentages of Color #fbca1f

%51.86
%41.74
%6.40

CMYK Percentages of Color #fbca1f

%0
%20
%88
%2

Triadic Colors of #fbca1f

#fbca1f #1ffbca #ca1ffb

Analogous Colors of #fbca1f

#fbca1f #befb1f #fb5c1f

Monochromatic Colors of #fbca1f

#fbca1f

Complementary Color

#fbca1f #1f50fb

#fbca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca1f Color CSS Codes

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

#fbca1f Text Font Color

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

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


#fbca1f Background Color

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

This div background color is #fbca1f


#fbca1f Border Color

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

This div border color is #fbca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca1f


Comments

No comments written yet.

Please login to write comment.