Color Hex Logo

#fffc1a Color Hex

#FFFC1A
(255,252,26)
0 Favorites   0 Comments

Color spaces of #fffc1a

RGB 25525226
HSL0.161.000.55
HSV59°90°100°
CMYK 0.000.010.90   0.00
XYZ76.236990.955414.5153
Yxy90.95540.41960.5006
Hunter Lab95.3705-24.209957.7355
CIE-Lab96.3917-19.882891.6099

#fffc1a color RGB value is (255,252,26).

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

The process color (four color CMYK) of #fffc1a color hex is 0.00, 0.01, 0.90, 0.00. Web safe color of #fffc1a is #ffff33. Color #fffc1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 00011010
Octal 377 374 32
Decimal 255 252 26
Hex FF FC 1A

RGB Percentages of Color #fffc1a

%47.84
%47.28
%4.88

CMYK Percentages of Color #fffc1a

%0
%1
%90
%0

Triadic Colors of #fffc1a

#fffc1a #1afffc #fc1aff

Analogous Colors of #fffc1a

#fffc1a #90ff1a #ff8a1a

Monochromatic Colors of #fffc1a

#fffc1a

Complementary Color

#fffc1a #1a1dff

#fffc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc1a Color CSS Codes

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

#fffc1a Text Font Color

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

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


#fffc1a Background Color

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

This div background color is #fffc1a


#fffc1a Border Color

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

This div border color is #fffc1a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,252,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc1a

Related Colors


Comments

No comments written yet.

Please login to write comment.