Color Hex Logo

#fcfb0e Color Hex

#FCFB0E
(252,251,14)
0 Favorites   0 Comments

Color spaces of #fcfb0e

RGB 25225114
HSL0.170.980.52
HSV60°94°99°
CMYK 0.000.000.94   0.01
XYZ74.721389.721513.7952
Yxy89.72150.41920.5034
Hunter Lab94.7214-24.952257.6700
CIE-Lab95.8811-20.781392.4479

#fcfb0e color RGB value is (252,251,14).

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

The process color (four color CMYK) of #fcfb0e color hex is 0.00, 0.00, 0.94, 0.01. Web safe color of #fcfb0e is #ffff00. Color #fcfb0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 00001110
Octal 374 373 16
Decimal 252 251 14
Hex FC FB E

RGB Percentages of Color #fcfb0e

%48.74
%48.55
%2.71

CMYK Percentages of Color #fcfb0e

%0
%0
%94
%1

Triadic Colors of #fcfb0e

#fcfb0e #0efcfb #fb0efc

Analogous Colors of #fcfb0e

#fcfb0e #86fc0e #fc840e

Monochromatic Colors of #fcfb0e

#fcfb0e

Complementary Color

#fcfb0e #0e0ffc

#fcfb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb0e Color CSS Codes

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

#fcfb0e Text Font Color

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

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


#fcfb0e Background Color

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

This div background color is #fcfb0e


#fcfb0e Border Color

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

This div border color is #fcfb0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,251,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 #fcfb0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb0e

Related Colors


Comments

No comments written yet.

Please login to write comment.