Color Hex Logo

#fdfa00 Color Hex

#FDFA00
(253,250,0)
0 Favorites   0 Comments

Color spaces of #fdfa00

RGB 2532500
HSL0.161.000.50
HSV59°100°99°
CMYK 0.000.011.00   0.01
XYZ74.693689.253913.2909
Yxy89.25390.42140.5036
Hunter Lab94.4743-24.203757.7909
CIE-Lab95.6864-19.999193.3514

#fdfa00 color RGB value is (253,250,0).

#fdfa00 hex color red value is 253, green value is 250 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fdfa00 hue: 0.16 , saturation: 1.00 and the lightness value of fdfa00 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 00000000
Octal 375 372 0
Decimal 253 250 0
Hex FD FA 0

RGB Percentages of Color #fdfa00

%50.30
%49.70
%0.00

CMYK Percentages of Color #fdfa00

%0
%1
%100
%1

Triadic Colors of #fdfa00

#fdfa00 #00fdfa #fa00fd

Analogous Colors of #fdfa00

#fdfa00 #82fd00 #fd7c00

Monochromatic Colors of #fdfa00

#fdfa00

Complementary Color

#fdfa00 #0003fd

#fdfa00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfa00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfa00 Color CSS Codes

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

#fdfa00 Text Font Color

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

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


#fdfa00 Background Color

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

This div background color is #fdfa00


#fdfa00 Border Color

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

This div border color is #fdfa00


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,250,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdfa00; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdfa00;
  -webkit-box-shadow: 1px 1px 3px 2px #fdfa00;
  box-shadow:         1px 1px 3px 2px #fdfa00; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,250,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfa00

Related Colors

#fdfa00 Color Palettes


Comments

No comments written yet.

Please login to write comment.