Color Hex Logo

#fbca0e Color Hex

#FBCA0E
(251,202,14)
0 Favorites   0 Comments

Color spaces of #fbca0e

RGB 25120214
HSL0.130.970.52
HSV48°94°98°
CMYK 0.000.200.94   0.02
XYZ60.983562.78209.3194
Yxy62.78200.45820.4717
Hunter Lab79.2351-1.278448.4910
CIE-Lab83.32753.112983.1145

#fbca0e color RGB value is (251,202,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00001110
Octal 373 312 16
Decimal 251 202 14
Hex FB CA E

RGB Percentages of Color #fbca0e

%53.75
%43.25
%3.00

CMYK Percentages of Color #fbca0e

%0
%20
%94
%2

Triadic Colors of #fbca0e

#fbca0e #0efbca #ca0efb

Analogous Colors of #fbca0e

#fbca0e #b6fb0e #fb540e

Monochromatic Colors of #fbca0e

#fbca0e

Complementary Color

#fbca0e #0e3ffb

#fbca0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca0e Color CSS Codes

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

#fbca0e Text Font Color

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

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


#fbca0e Background Color

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

This div background color is #fbca0e


#fbca0e Border Color

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

This div border color is #fbca0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca0e


Comments

No comments written yet.

Please login to write comment.