Color Hex Logo

#fffc0e Color Hex

#FFFC0E
(255,252,14)
0 Favorites   0 Comments

Color spaces of #fffc0e

RGB 25525214
HSL0.161.000.53
HSV59°95°100°
CMYK 0.000.010.95   0.00
XYZ76.129790.912513.9509
Yxy90.91250.42060.5023
Hunter Lab95.3480-24.337558.0686
CIE-Lab96.3740-20.024592.9212

#fffc0e color RGB value is (255,252,14).

#fffc0e hex color red value is 255, green value is 252 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fffc0e hue: 0.16 , saturation: 1.00 and the lightness value of fffc0e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 00001110
Octal 377 374 16
Decimal 255 252 14
Hex FF FC E

RGB Percentages of Color #fffc0e

%48.94
%48.37
%2.69

CMYK Percentages of Color #fffc0e

%0
%1
%95
%0

Triadic Colors of #fffc0e

#fffc0e #0efffc #fc0eff

Analogous Colors of #fffc0e

#fffc0e #8aff0e #ff840e

Monochromatic Colors of #fffc0e

#fffc0e

Complementary Color

#fffc0e #0e11ff

#fffc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc0e Color CSS Codes

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

#fffc0e Text Font Color

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

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


#fffc0e Background Color

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

This div background color is #fffc0e


#fffc0e Border Color

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

This div border color is #fffc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc0e

Related Colors


Comments

No comments written yet.

Please login to write comment.