color codes Logo

#fdf24a color codes

#FDF24A
(253,242,74)
0 Favorites   0 Comments

Color spaces of #fdf24a

RGB 25324274
HSL0.160.980.64
HSV56°71°99°
CMYK 0.000.040.71   0.01
XYZ73.496284.881318.9886
Yxy84.88130.41440.4786
Hunter Lab92.1310-18.833652.2718
CIE-Lab93.8319-14.484677.6257

#fdf24a color RGB value is (253,242,74).

#fdf24a hex color red value is 253, green value is 242 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fdf24a hue: 0.16 , saturation: 0.98 and the lightness value of fdf24a is 0.64.

The process color (four color CMYK) of #fdf24a color code is 0.00, 0.04, 0.71, 0.01. Web safe color of #fdf24a is #ffff33. Color #fdf24a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 01001010
Octal 375 362 112
Decimal 253 242 74
Hex FD F2 4A

RGB Percentages of Color #fdf24a

%44.46
%42.53
%13.01

CMYK Percentages of Color #fdf24a

%0
%4
%71
%1

Triadic Colors of #fdf24a

#fdf24a #4afdf2 #f24afd

Analogous Colors of #fdf24a

#fdf24a #affd4a #fd994a

Monochromatic Colors of #fdf24a

#fdf24a

Complementary Color

#fdf24a #4a55fd

#fdf24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf24a Color CSS Codes

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

#fdf24a Text Font Color

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

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


#fdf24a Background Color

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

This div background color is #fdf24a


#fdf24a Border Color

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

This div border color is #fdf24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf24a

Related Colors


Comments

No comments written yet.

Please login to write comment.