Color Hex Logo

#fdf131 Color Hex

#FDF131
(253,241,49)
0 Favorites   0 Comments

Color spaces of #fdf131

RGB 25324149
HSL0.160.980.59
HSV56°81°99°
CMYK 0.000.050.81   0.01
XYZ72.517784.015015.3002
Yxy84.01500.42200.4889
Hunter Lab91.6597-19.182054.2649
CIE-Lab93.4570-14.914384.7408

#fdf131 color RGB value is (253,241,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 00110001
Octal 375 361 61
Decimal 253 241 49
Hex FD F1 31

RGB Percentages of Color #fdf131

%46.59
%44.38
%9.02

CMYK Percentages of Color #fdf131

%0
%5
%81
%1

Triadic Colors of #fdf131

#fdf131 #31fdf1 #f131fd

Analogous Colors of #fdf131

#fdf131 #a3fd31 #fd8b31

Monochromatic Colors of #fdf131

#fdf131

Complementary Color

#fdf131 #313dfd

#fdf131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf131 Color CSS Codes

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

#fdf131 Text Font Color

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

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


#fdf131 Background Color

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

This div background color is #fdf131


#fdf131 Border Color

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

This div border color is #fdf131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf131

Related Colors


Comments

No comments written yet.

Please login to write comment.