Color Hex Logo

#ffa635 Color Hex

#FFA635
(255,166,53)
0 Favorites   0 Comments

Color spaces of #ffa635

RGB 25516653
HSL0.091.000.60
HSV34°79°100°
CMYK 0.000.350.79   0.00
XYZ55.518848.78959.8593
Yxy48.78950.48630.4273
Hunter Lab69.849519.641440.5258
CIE-Lab75.320224.340967.6385

#ffa635 color RGB value is (255,166,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00110101
Octal 377 246 65
Decimal 255 166 53
Hex FF A6 35

RGB Percentages of Color #ffa635

%53.80
%35.02
%11.18

CMYK Percentages of Color #ffa635

%0
%35
%79
%0

Triadic Colors of #ffa635

#ffa635 #35ffa6 #a635ff

Analogous Colors of #ffa635

#ffa635 #f3ff35 #ff4135

Monochromatic Colors of #ffa635

#ffa635

Complementary Color

#ffa635 #358eff

#ffa635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa635 Color CSS Codes

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

#ffa635 Text Font Color

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

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


#ffa635 Background Color

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

This div background color is #ffa635


#ffa635 Border Color

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

This div border color is #ffa635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa635

Related Colors


Comments

No comments written yet.

Please login to write comment.