Color Hex Logo

#fdf862 Color Hex

#FDF862
(253,248,98)
0 Favorites   0 Comments

Color spaces of #fdf862

RGB 25324898
HSL0.160.970.69
HSV58°61°99°
CMYK 0.000.020.61   0.01
XYZ76.280088.899324.6942
Yxy88.89930.40170.4682
Hunter Lab94.2864-20.590450.4721
CIE-Lab95.5383-16.117070.3407

#fdf862 color RGB value is (253,248,98).

#fdf862 hex color red value is 253, green value is 248 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fdf862 hue: 0.16 , saturation: 0.97 and the lightness value of fdf862 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 01100010
Octal 375 370 142
Decimal 253 248 98
Hex FD F8 62

RGB Percentages of Color #fdf862

%42.24
%41.40
%16.36

CMYK Percentages of Color #fdf862

%0
%2
%61
%1

Triadic Colors of #fdf862

#fdf862 #62fdf8 #f862fd

Analogous Colors of #fdf862

#fdf862 #b5fd62 #fdab62

Monochromatic Colors of #fdf862

#fdf862

Complementary Color

#fdf862 #6267fd

#fdf862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf862 Color CSS Codes

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

#fdf862 Text Font Color

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

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


#fdf862 Background Color

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

This div background color is #fdf862


#fdf862 Border Color

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

This div border color is #fdf862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf862

Related Colors


Comments

No comments written yet.

Please login to write comment.