Color Hex Logo

#fda10f Color Hex

#FDA10F
(253,161,15)
0 Favorites   0 Comments

Color spaces of #fda10f

RGB 25316115
HSL0.100.980.53
HSV37°94°99°
CMYK 0.000.360.94   0.01
XYZ53.339146.40696.5981
Yxy46.40690.50160.4364
Hunter Lab68.122620.548641.9432
CIE-Lab73.808825.312676.2861

#fda10f color RGB value is (253,161,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 00001111
Octal 375 241 17
Decimal 253 161 15
Hex FD A1 F

RGB Percentages of Color #fda10f

%58.97
%37.53
%3.50

CMYK Percentages of Color #fda10f

%0
%36
%94
%1

Triadic Colors of #fda10f

#fda10f #0ffda1 #a10ffd

Analogous Colors of #fda10f

#fda10f #e2fd0f #fd2a0f

Monochromatic Colors of #fda10f

#fda10f

Complementary Color

#fda10f #0f6bfd

#fda10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda10f Color CSS Codes

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

#fda10f Text Font Color

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

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


#fda10f Background Color

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

This div background color is #fda10f


#fda10f Border Color

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

This div border color is #fda10f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,161,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 #fda10f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda10f


Comments

No comments written yet.

Please login to write comment.