Color Hex Logo

#fdaf3a Color Hex

#FDAF3A
(253,175,58)
0 Favorites   0 Comments

Color spaces of #fdaf3a

RGB 25317558
HSL0.100.980.61
HSV36°77°99°
CMYK 0.000.310.77   0.01
XYZ56.601751.848111.0274
Yxy51.84810.47370.4340
Hunter Lab72.005614.304241.3239
CIE-Lab77.189918.981767.4469

#fdaf3a color RGB value is (253,175,58).

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

The process color (four color CMYK) of #fdaf3a color hex is 0.00, 0.31, 0.77, 0.01. Web safe color of #fdaf3a is #ff9933. Color #fdaf3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 00111010
Octal 375 257 72
Decimal 253 175 58
Hex FD AF 3A

RGB Percentages of Color #fdaf3a

%52.06
%36.01
%11.93

CMYK Percentages of Color #fdaf3a

%0
%31
%77
%1

Triadic Colors of #fdaf3a

#fdaf3a #3afdaf #af3afd

Analogous Colors of #fdaf3a

#fdaf3a #eafd3a #fd4e3a

Monochromatic Colors of #fdaf3a

#fdaf3a

Complementary Color

#fdaf3a #3a88fd

#fdaf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaf3a Color CSS Codes

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

#fdaf3a Text Font Color

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

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


#fdaf3a Background Color

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

This div background color is #fdaf3a


#fdaf3a Border Color

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

This div border color is #fdaf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaf3a

Related Colors


Comments

No comments written yet.

Please login to write comment.