Color Hex Logo

#fffc50 Color Hex

#FFFC50
(255,252,80)
0 Favorites   0 Comments

Color spaces of #fffc50

RGB 25525280
HSL0.161.000.66
HSV59°69°100°
CMYK 0.000.010.69   0.00
XYZ77.498491.460021.1584
Yxy91.46000.40760.4811
Hunter Lab95.6347-22.711853.8269
CIE-Lab96.5991-18.228678.2931

#fffc50 color RGB value is (255,252,80).

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

The process color (four color CMYK) of #fffc50 color hex is 0.00, 0.01, 0.69, 0.00. Web safe color of #fffc50 is #ffff66. Color #fffc50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 01010000
Octal 377 374 120
Decimal 255 252 80
Hex FF FC 50

RGB Percentages of Color #fffc50

%43.44
%42.93
%13.63

CMYK Percentages of Color #fffc50

%0
%1
%69
%0

Triadic Colors of #fffc50

#fffc50 #50fffc #fc50ff

Analogous Colors of #fffc50

#fffc50 #abff50 #ffa550

Monochromatic Colors of #fffc50

#fffc50

Complementary Color

#fffc50 #5053ff

#fffc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc50 Color CSS Codes

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

#fffc50 Text Font Color

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

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


#fffc50 Background Color

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

This div background color is #fffc50


#fffc50 Border Color

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

This div border color is #fffc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc50

Related Colors


Comments

No comments written yet.

Please login to write comment.