Color Hex Logo

#fda492 Color Hex

#FDA492
(253,164,146)
0 Favorites   0 Comments

Color spaces of #fda492

RGB 253164146
HSL0.030.960.78
HSV10°42°99°
CMYK 0.000.350.42   0.01
XYZ58.971849.508933.6421
Yxy49.50890.41490.3484
Hunter Lab70.362626.468720.9058
CIE-Lab75.766830.907123.0101

#fda492 color RGB value is (253,164,146).

#fda492 hex color red value is 253, green value is 164 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fda492 hue: 0.03 , saturation: 0.96 and the lightness value of fda492 is 0.78.

The process color (four color CMYK) of #fda492 color hex is 0.00, 0.35, 0.42, 0.01. Web safe color of #fda492 is #ff9999. Color #fda492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 10010010
Octal 375 244 222
Decimal 253 164 146
Hex FD A4 92

RGB Percentages of Color #fda492

%44.94
%29.13
%25.93

CMYK Percentages of Color #fda492

%0
%35
%42
%1

Triadic Colors of #fda492

#fda492 #92fda4 #a492fd

Analogous Colors of #fda492

#fda492 #fdda92 #fd92b6

Monochromatic Colors of #fda492

#fda492

Complementary Color

#fda492 #92ebfd

#fda492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda492 Color CSS Codes

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

#fda492 Text Font Color

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

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


#fda492 Background Color

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

This div background color is #fda492


#fda492 Border Color

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

This div border color is #fda492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda492

Related Colors

#fda492 Color Palettes


Comments

No comments written yet.

Please login to write comment.