Color Hex Logo

#ffa235 Color Hex

#FFA235
(255,162,53)
0 Favorites   0 Comments

Color spaces of #ffa235

RGB 25516253
HSL0.091.000.60
HSV32°79°100°
CMYK 0.000.360.79   0.00
XYZ54.802947.35779.6207
Yxy47.35770.49030.4237
Hunter Lab68.816921.720239.8830
CIE-Lab74.418026.425466.8134

#ffa235 color RGB value is (255,162,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 00110101
Octal 377 242 65
Decimal 255 162 53
Hex FF A2 35

RGB Percentages of Color #ffa235

%54.26
%34.47
%11.28

CMYK Percentages of Color #ffa235

%0
%36
%79
%0

Triadic Colors of #ffa235

#ffa235 #35ffa2 #a235ff

Analogous Colors of #ffa235

#ffa235 #f7ff35 #ff3d35

Monochromatic Colors of #ffa235

#ffa235

Complementary Color

#ffa235 #3592ff

#ffa235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa235 Color CSS Codes

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

#ffa235 Text Font Color

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

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


#ffa235 Background Color

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

This div background color is #ffa235


#ffa235 Border Color

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

This div border color is #ffa235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,162,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 #ffa235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa235


Comments

No comments written yet.

Please login to write comment.