Color Hex Logo

#fdda2a Color Hex

#FDDA2A
(253,218,42)
0 Favorites   0 Comments

Color spaces of #fdda2a

RGB 25321842
HSL0.140.980.58
HSV50°83°99°
CMYK 0.000.140.83   0.01
XYZ65.997371.192612.4536
Yxy71.19260.44100.4757
Hunter Lab84.3757-8.037750.3120
CIE-Lab87.5785-3.701581.5010

#fdda2a color RGB value is (253,218,42).

#fdda2a hex color red value is 253, green value is 218 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fdda2a hue: 0.14 , saturation: 0.98 and the lightness value of fdda2a is 0.58.

The process color (four color CMYK) of #fdda2a color hex is 0.00, 0.14, 0.83, 0.01. Web safe color of #fdda2a is #ffcc33. Color #fdda2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101010
Octal 375 332 52
Decimal 253 218 42
Hex FD DA 2A

RGB Percentages of Color #fdda2a

%49.32
%42.50
%8.19

CMYK Percentages of Color #fdda2a

%0
%14
%83
%1

Triadic Colors of #fdda2a

#fdda2a #2afdda #da2afd

Analogous Colors of #fdda2a

#fdda2a #b7fd2a #fd712a

Monochromatic Colors of #fdda2a

#fdda2a

Complementary Color

#fdda2a #2a4dfd

#fdda2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda2a Color CSS Codes

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

#fdda2a Text Font Color

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

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


#fdda2a Background Color

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

This div background color is #fdda2a


#fdda2a Border Color

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

This div border color is #fdda2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda2a


Comments

No comments written yet.

Please login to write comment.