Color Hex Logo

#fdc61a Color Hex

#FDC61A
(253,198,26)
0 Favorites   0 Comments

Color spaces of #fdc61a

RGB 25319826
HSL0.130.980.55
HSV45°90°99°
CMYK 0.000.220.90   0.01
XYZ60.888561.34549.6090
Yxy61.34540.46180.4653
Hunter Lab78.32331.700047.5524
CIE-Lab82.56416.179780.8945

#fdc61a color RGB value is (253,198,26).

#fdc61a hex color red value is 253, green value is 198 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fdc61a hue: 0.13 , saturation: 0.98 and the lightness value of fdc61a is 0.55.

The process color (four color CMYK) of #fdc61a color hex is 0.00, 0.22, 0.90, 0.01. Web safe color of #fdc61a is #ffcc33. Color #fdc61a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 00011010
Octal 375 306 32
Decimal 253 198 26
Hex FD C6 1A

RGB Percentages of Color #fdc61a

%53.04
%41.51
%5.45

CMYK Percentages of Color #fdc61a

%0
%22
%90
%1

Triadic Colors of #fdc61a

#fdc61a #1afdc6 #c61afd

Analogous Colors of #fdc61a

#fdc61a #c3fd1a #fd551a

Monochromatic Colors of #fdc61a

#fdc61a

Complementary Color

#fdc61a #1a51fd

#fdc61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc61a Color CSS Codes

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

#fdc61a Text Font Color

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

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


#fdc61a Background Color

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

This div background color is #fdc61a


#fdc61a Border Color

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

This div border color is #fdc61a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc61a


Comments

No comments written yet.

Please login to write comment.