Color Hex Logo

#fda20f Color Hex

#FDA20F
(253,162,15)
0 Favorites   0 Comments

Color spaces of #fda20f

RGB 25316215
HSL0.100.980.53
HSV37°94°99°
CMYK 0.000.360.94   0.01
XYZ53.514646.75786.6566
Yxy46.75780.50050.4373
Hunter Lab68.379720.031442.0940
CIE-Lab74.034624.791176.4439

#fda20f color RGB value is (253,162,15).

#fda20f hex color red value is 253, green value is 162 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fda20f hue: 0.10 , saturation: 0.98 and the lightness value of fda20f is 0.53.

The process color (four color CMYK) of #fda20f color hex is 0.00, 0.36, 0.94, 0.01. Web safe color of #fda20f is #ff9900. Color #fda20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 00001111
Octal 375 242 17
Decimal 253 162 15
Hex FD A2 F

RGB Percentages of Color #fda20f

%58.84
%37.67
%3.49

CMYK Percentages of Color #fda20f

%0
%36
%94
%1

Triadic Colors of #fda20f

#fda20f #0ffda2 #a20ffd

Analogous Colors of #fda20f

#fda20f #e1fd0f #fd2b0f

Monochromatic Colors of #fda20f

#fda20f

Complementary Color

#fda20f #0f6afd

#fda20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda20f Color CSS Codes

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

#fda20f Text Font Color

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

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


#fda20f Background Color

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

This div background color is #fda20f


#fda20f Border Color

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

This div border color is #fda20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda20f


Comments

No comments written yet.

Please login to write comment.