Color Hex Logo

#ff461e Color Hex

#FF461E
(255,70,30)
0 Favorites   0 Comments

Color spaces of #ff461e

RGB 2557030
HSL0.031.000.56
HSV11°88°100°
CMYK 0.000.730.88   0.00
XYZ43.664525.73413.8941
Yxy25.73410.59580.3511
Hunter Lab50.728864.867430.9589
CIE-Lab57.783867.770461.3195

#ff461e color RGB value is (255,70,30).

#ff461e hex color red value is 255, green value is 70 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ff461e hue: 0.03 , saturation: 1.00 and the lightness value of ff461e is 0.56.

The process color (four color CMYK) of #ff461e color hex is 0.00, 0.73, 0.88, 0.00. Web safe color of #ff461e is #ff3333. Color #ff461e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000110 00011110
Octal 377 106 36
Decimal 255 70 30
Hex FF 46 1E

RGB Percentages of Color #ff461e

%71.83
%19.72
%8.45

CMYK Percentages of Color #ff461e

%0
%73
%88
%0

Triadic Colors of #ff461e

#ff461e #1eff46 #461eff

Analogous Colors of #ff461e

#ff461e #ffb71e #ff1e67

Monochromatic Colors of #ff461e

#ff461e

Complementary Color

#ff461e #1ed7ff

#ff461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff461e Color CSS Codes

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

#ff461e Text Font Color

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

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


#ff461e Background Color

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

This div background color is #ff461e


#ff461e Border Color

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

This div border color is #ff461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff461e


Comments

No comments written yet.

Please login to write comment.