Color Hex Logo

#fbca3a Color Hex

#FBCA3A
(251,202,58)
0 Favorites   0 Comments

Color spaces of #fbca3a

RGB 25120258
HSL0.120.960.61
HSV45°77°98°
CMYK 0.000.200.77   0.02
XYZ61.667963.055812.9237
Yxy63.05580.44800.4581
Hunter Lab79.4077-0.340645.9359
CIE-Lab83.47174.098773.2138

#fbca3a color RGB value is (251,202,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00111010
Octal 373 312 72
Decimal 251 202 58
Hex FB CA 3A

RGB Percentages of Color #fbca3a

%49.12
%39.53
%11.35

CMYK Percentages of Color #fbca3a

%0
%20
%77
%2

Triadic Colors of #fbca3a

#fbca3a #3afbca #ca3afb

Analogous Colors of #fbca3a

#fbca3a #ccfb3a #fb6a3a

Monochromatic Colors of #fbca3a

#fbca3a

Complementary Color

#fbca3a #3a6bfb

#fbca3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca3a Color CSS Codes

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

#fbca3a Text Font Color

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

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


#fbca3a Background Color

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

This div background color is #fbca3a


#fbca3a Border Color

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

This div border color is #fbca3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca3a


Comments

No comments written yet.

Please login to write comment.