Color Hex Logo

#fda634 Color Hex

#FDA634
(253,166,52)
0 Favorites   0 Comments

Color spaces of #fda634

RGB 25316652
HSL0.090.980.60
HSV34°79°99°
CMYK 0.000.340.79   0.01
XYZ54.764148.40309.7051
Yxy48.40300.48520.4288
Hunter Lab69.572318.755640.4298
CIE-Lab75.078423.480667.6923

#fda634 color RGB value is (253,166,52).

#fda634 hex color red value is 253, green value is 166 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fda634 hue: 0.09 , saturation: 0.98 and the lightness value of fda634 is 0.60.

The process color (four color CMYK) of #fda634 color hex is 0.00, 0.34, 0.79, 0.01. Web safe color of #fda634 is #ff9933. Color #fda634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 00110100
Octal 375 246 64
Decimal 253 166 52
Hex FD A6 34

RGB Percentages of Color #fda634

%53.72
%35.24
%11.04

CMYK Percentages of Color #fda634

%0
%34
%79
%1

Triadic Colors of #fda634

#fda634 #34fda6 #a634fd

Analogous Colors of #fda634

#fda634 #f0fd34 #fd4134

Monochromatic Colors of #fda634

#fda634

Complementary Color

#fda634 #348bfd

#fda634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda634 Color CSS Codes

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

#fda634 Text Font Color

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

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


#fda634 Background Color

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

This div background color is #fda634


#fda634 Border Color

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

This div border color is #fda634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda634


Comments

No comments written yet.

Please login to write comment.