Color Hex Logo

#fda752 Color Hex

#FDA752
(253,167,82)
0 Favorites   0 Comments

Color spaces of #fda752

RGB 25316782
HSL0.080.980.66
HSV30°68°99°
CMYK 0.000.340.68   0.01
XYZ55.849749.129314.5219
Yxy49.12930.46740.4111
Hunter Lab70.092319.567736.7808
CIE-Lab75.531724.258055.6289

#fda752 color RGB value is (253,167,82).

#fda752 hex color red value is 253, green value is 167 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fda752 hue: 0.08 , saturation: 0.98 and the lightness value of fda752 is 0.66.

The process color (four color CMYK) of #fda752 color hex is 0.00, 0.34, 0.68, 0.01. Web safe color of #fda752 is #ff9966. Color #fda752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 01010010
Octal 375 247 122
Decimal 253 167 82
Hex FD A7 52

RGB Percentages of Color #fda752

%50.40
%33.27
%16.33

CMYK Percentages of Color #fda752

%0
%34
%68
%1

Triadic Colors of #fda752

#fda752 #52fda7 #a752fd

Analogous Colors of #fda752

#fda752 #fdfd52 #fd5253

Monochromatic Colors of #fda752

#fda752

Complementary Color

#fda752 #52a8fd

#fda752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda752 Color CSS Codes

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

#fda752 Text Font Color

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

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


#fda752 Background Color

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

This div background color is #fda752


#fda752 Border Color

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

This div border color is #fda752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda752


Comments

No comments written yet.

Please login to write comment.