Color Hex Logo

#fda266 Color Hex

#FDA266
(253,162,102)
0 Favorites   0 Comments

Color spaces of #fda266

RGB 253162102
HSL0.070.970.70
HSV24°60°99°
CMYK 0.000.360.60   0.01
XYZ55.826647.682618.8317
Yxy47.68260.45630.3898
Hunter Lab69.052623.469032.1675
CIE-Lab74.624328.111444.8177

#fda266 color RGB value is (253,162,102).

#fda266 hex color red value is 253, green value is 162 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fda266 hue: 0.07 , saturation: 0.97 and the lightness value of fda266 is 0.70.

The process color (four color CMYK) of #fda266 color hex is 0.00, 0.36, 0.60, 0.01. Web safe color of #fda266 is #ff9966. Color #fda266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 01100110
Octal 375 242 146
Decimal 253 162 102
Hex FD A2 66

RGB Percentages of Color #fda266

%48.94
%31.33
%19.73

CMYK Percentages of Color #fda266

%0
%36
%60
%1

Triadic Colors of #fda266

#fda266 #66fda2 #a266fd

Analogous Colors of #fda266

#fda266 #fdee66 #fd6676

Monochromatic Colors of #fda266

#fda266

Complementary Color

#fda266 #66c1fd

#fda266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda266 Color CSS Codes

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

#fda266 Text Font Color

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

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


#fda266 Background Color

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

This div background color is #fda266


#fda266 Border Color

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

This div border color is #fda266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda266

Related Colors


Comments

No comments written yet.

Please login to write comment.