Color Hex Logo

#ff490a Color Hex

#FF490A
(255,73,10)
0 Favorites   0 Comments

Color spaces of #ff490a

RGB 2557310
HSL0.041.000.52
HSV15°96°100°
CMYK 0.000.710.96   0.00
XYZ43.677326.04703.0127
Yxy26.04700.60050.3581
Hunter Lab51.036363.448532.2255
CIE-Lab58.081666.524367.2353

#ff490a color RGB value is (255,73,10).

#ff490a hex color red value is 255, green value is 73 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ff490a hue: 0.04 , saturation: 1.00 and the lightness value of ff490a is 0.52.

The process color (four color CMYK) of #ff490a color hex is 0.00, 0.71, 0.96, 0.00. Web safe color of #ff490a is #ff3300. Color #ff490a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 00001010
Octal 377 111 12
Decimal 255 73 10
Hex FF 49 A

RGB Percentages of Color #ff490a

%75.44
%21.60
%2.96

CMYK Percentages of Color #ff490a

%0
%71
%96
%0

Triadic Colors of #ff490a

#ff490a #0aff49 #490aff

Analogous Colors of #ff490a

#ff490a #ffc40a #ff0a46

Monochromatic Colors of #ff490a

#ff490a

Complementary Color

#ff490a #0ac0ff

#ff490a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff490a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff490a Color CSS Codes

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

#ff490a Text Font Color

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

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


#ff490a Background Color

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

This div background color is #ff490a


#ff490a Border Color

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

This div border color is #ff490a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff490a

Related Colors


Comments

No comments written yet.

Please login to write comment.